]> git.pld-linux.org Git - packages/openssl.git/blob - openssl-include.patch
- up to 1.0.1f; fixes CVE-2013-4353, CVE-2013-6449, CVE-2013-6450
[packages/openssl.git] / openssl-include.patch
1 --- openssl-0.9.8m/Makefile.org.orig    2010-02-25 18:21:14.000000000 +0100
2 +++ openssl-0.9.8m/Makefile.org 2010-03-19 08:59:24.082711921 +0100
3 @@ -441,7 +441,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 ''; \
10             echo 'Name: OpenSSL-libcrypto'; \
11             echo 'Description: OpenSSL cryptography library'; \
12 @@ -454,7 +454,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'; \
20             echo 'Description: Secure Sockets Layer and cryptography libraries'; \
21 @@ -467,7 +467,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.032105 seconds and 3 git commands to generate.