Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit 1bf939d

Browse files
committed
libressl: 2.8.3 ~> 2.9.0
1 parent 92596ce commit 1bf939d

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NGiИX | 1.15.7 | [![](https://repology.org/badge/latest-versions/nginx.svg)]
99
MUSL | 1.1.20 | [![](https://repology.org/badge/latest-versions/musl.svg)](//git.musl-libc.org/cgit/musl/tree/WHATSNEW)
1010
PCRE | 8.42 | [![](https://repology.org/badge/latest-versions/pcre.svg)](//pcre.org/original/changelog.txt)
1111
ZLIB | 1.2.11 | [![](https://repology.org/badge/latest-versions/zlib.svg)](//zlib.net/ChangeLog.txt)
12-
LIBRESSL| 2.8.3 | [![](https://repology.org/badge/latest-versions/libressl.svg)](//raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog)
12+
LIBRESSL| 2.9.0 | [![](https://repology.org/badge/latest-versions/libressl.svg)](//raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog)
1313
~JEMALLOC~| 5.1.0 | [![](https://repology.org/badge/latest-versions/jemalloc.svg)](//raw.githubusercontent.com/aerospike/jemalloc/master/ChangeLog)
1414

1515
### Modules

deps/libressl-2.8.3.tar.gz

-3.21 MB
Binary file not shown.

deps/libressl-2.9.0.tar.gz

3.24 MB
Binary file not shown.

nginx-zero

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,12 @@ cd -
7575
# https://github.com/libressl-portable/portable/tree/master#prerequisites-when-building-from-a-git-checkout
7676
tar xf libressl-*.tar.gz
7777
cd libressl-*
78+
rm include/tls.h
7879
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt
79-
make -j`nproc`
80-
make -j`nproc` test install
80+
make -j`nproc` ssl crypto
81+
cmake -P include/cmake_install.cmake
82+
cmake -P crypto/cmake_install.cmake
83+
cmake -P ssl/cmake_install.cmake
8184
cd -
8285

8386
# NJS & NGX

0 commit comments

Comments
 (0)