diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-01-07 20:40:22 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-01-07 20:40:22 +0000 |
| commit | 4b97ad6a76d6b556bf5ce4cc171848096bc7bbb9 (patch) | |
| tree | 97eb6c5160f5aba16f1631d4c8cb03aa1d950f06 /security/openssl/files | |
| parent | Stage support (diff) | |
- Security update to openssl-1.0.1f
- remove broken patches
- new fix for perl5.18
- fix option GMP
Security: http://www.openssl.org/news/vulnerabilities.html
Security: CVE-2013-4353
Security: CVE-2013-6449
Security: CVE-2013-6450
Security: 5aaa257e-772d-11e3-a65a-3c970e169bc2
Diffstat (limited to 'security/openssl/files')
| -rw-r--r-- | security/openssl/files/patch-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/files/patch-config b/security/openssl/files/patch-config index 1e45c7bc795c..c9d4fa7db0f5 100644 --- a/security/openssl/files/patch-config +++ b/security/openssl/files/patch-config @@ -9,7 +9,7 @@ - libc=/usr/lib/libc.so - else # OpenBSD - # ld searches for highest libc.so.* and so do we -- libc=`(ls /usr/lib/libc.so.* | tail -1) 2>/dev/null` +- libc=`(ls /usr/lib/libc.so.* /lib/libc.so.* | tail -1) 2>/dev/null` - fi - case "`(file -L $libc) 2>/dev/null`" in + *86*-*-*bsd*) |
