]> git.pld-linux.org Git - packages/openssl.git/blob - openssl-include.patch
- up to 1.0.2k; fixes CVE-2017-3731, CVE-2017-3732, CVE-2016-7055
[packages/openssl.git] / openssl-include.patch
1 --- openssl-1.0.2i/Makefile.org~        2016-09-19 18:24:29.000000000 +0300
2 +++ openssl-1.0.2i/Makefile.org 2016-09-19 18:24:58.456803714 +0300
3 @@ -367,7 +367,7 @@
4         @ ( echo 'prefix=$(INSTALLTOP)'; \
5             echo 'exec_prefix=$${prefix}'; \
6             echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
7 -           echo 'includedir=$${prefix}/include'; \
8 +           echo 'includedir=$${prefix}/include/openssl'; \
9             echo 'enginesdir=$${libdir}/engines'; \
10             echo ''; \
11             echo 'Name: OpenSSL-libcrypto'; \
12 @@ -374,7 +374,7 @@
13         @ ( echo 'prefix=$(INSTALLTOP)'; \
14             echo 'exec_prefix=$${prefix}'; \
15             echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
16 -           echo 'includedir=$${prefix}/include'; \
17 +           echo 'includedir=$${prefix}/include/openssl'; \
18             echo ''; \
19             echo 'Name: OpenSSL-libssl'; \
20             echo 'Description: Secure Sockets Layer and cryptography libraries'; \
21 @@ -388,7 +388,7 @@
22         @ ( echo 'prefix=$(INSTALLTOP)'; \
23             echo 'exec_prefix=$${prefix}'; \
24             echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
25 -           echo 'includedir=$${prefix}/include'; \
26 +           echo 'includedir=$${prefix}/include/openssl'; \
27             echo ''; \
28             echo 'Name: OpenSSL'; \
29             echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
This page took 0.029749 seconds and 3 git commands to generate.