diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-07 07:01:20 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-07 07:01:20 +0000 |
commit | bd14b0e70f5b5b1d1e308bab6af0821e5894de57 (patch) | |
tree | c54e3de32f31211307367cc7150801c6181dbaaf /package/openssl/openssl-0.9.8j-nofips.patch | |
parent | a933ef66bfd34b4d1c484f08da914e2626bb5a5e (diff) |
openssl: bump version
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #217
Fixes multiple security flaws - See
http://www.openssl.org/news/secadv_20090325.txt for details.
Diffstat (limited to 'package/openssl/openssl-0.9.8j-nofips.patch')
-rw-r--r-- | package/openssl/openssl-0.9.8j-nofips.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/openssl/openssl-0.9.8j-nofips.patch b/package/openssl/openssl-0.9.8j-nofips.patch deleted file mode 100644 index 7780fa432..000000000 --- a/package/openssl/openssl-0.9.8j-nofips.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nura openssl-0.9.8j/Makefile openssl-0.9.8j.nofips/Makefile ---- openssl-0.9.8j/Makefile 2009-01-07 09:57:01.000000000 -0200 -+++ openssl-0.9.8j.nofips/Makefile 2009-03-05 10:10:09.000000000 -0200 -@@ -133,7 +133,7 @@ - - BASEADDR=0xFB00000 - --DIRS= crypto fips ssl engines apps test tools -+DIRS= crypto ssl engines apps test tools - SHLIBDIRS= crypto ssl - - # dirs in crypto to build |