]> git.pld-linux.org Git - packages/openssl.git/blob - openssl-include.patch
- updated for 0.9.8h (fixes CVE-2008-0891 CVE-2008-1672)
[packages/openssl.git] / openssl-include.patch
1 diff -Nuard openssl-0.9.7b.orig/Makefile.org openssl-0.9.7b/Makefile.org
2 --- openssl-0.9.7b.orig/Makefile.org    2003-04-08 13:54:32.000000000 +0200
3 +++ openssl-0.9.7b/Makefile.org 2003-08-20 21:12:53.000000000 +0200
4 @@ -578,7 +578,7 @@
5         @ ( echo 'prefix=$(INSTALLTOP)'; \
6             echo 'exec_prefix=$${prefix}'; \
7             echo 'libdir=$${exec_prefix}/lib'; \
8 -           echo 'includedir=$${prefix}/include'; \
9 +           echo 'includedir=$${prefix}/include/openssl'; \
10             echo ''; \
11             echo 'Name: OpenSSL'; \
12             echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
13 --- openssl-0.9.7e.orig/Makefile        2003-04-10 22:47:14.000000000 +0200
14 +++ openssl-0.9.7e/Makefile     2003-08-20 21:01:09.000000000 +0200
15 @@ -580,7 +580,7 @@
16         @ ( echo 'prefix=$(INSTALLTOP)'; \
17             echo 'exec_prefix=$${prefix}'; \
18             echo 'libdir=$${exec_prefix}/lib'; \
19 -           echo 'includedir=$${prefix}/include'; \
20 +           echo 'includedir=$${prefix}/include/openssl'; \
21             echo ''; \
22             echo 'Name: OpenSSL'; \
23             echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
This page took 0.038366 seconds and 3 git commands to generate.