mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Security update to 0.9.8k
Security: http://www.openssl.org/news/secadv_20090325.txt Security: CVE-2009-0590 Security: CVE-2009-0591 (port not affected) Security: CVE-2009-0789 PR: 133156 Submitted by: Eygene Ryabinkin
This commit is contained in:
parent
ba4d5fa369
commit
06e7a37f0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231203
3 changed files with 4 additions and 16 deletions
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= openssl
|
PORTNAME= openssl
|
||||||
PORTVERSION= 0.9.8j
|
PORTVERSION= 0.9.8k
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= security devel
|
CATEGORIES= security devel
|
||||||
MASTER_SITES= http://www.openssl.org/%SUBDIR%/ \
|
MASTER_SITES= http://www.openssl.org/%SUBDIR%/ \
|
||||||
ftp://ftp.openssl.org/%SUBDIR%/ \
|
ftp://ftp.openssl.org/%SUBDIR%/ \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (openssl-0.9.8j.tar.gz) = a5cb5f6c3d11affb387ecf7a997cac0c
|
MD5 (openssl-0.9.8k.tar.gz) = e555c6d58d276aec7fdc53363e338ab3
|
||||||
SHA256 (openssl-0.9.8j.tar.gz) = 7131242042dbd631fbd83436f42aea1775e7c32f587fa4ada5a01df4c3ae8e8b
|
SHA256 (openssl-0.9.8k.tar.gz) = 7e7cd4f3974199b729e6e3a0af08bd4279fde0370a1120c1a3b351ab090c6101
|
||||||
SIZE (openssl-0.9.8j.tar.gz) = 3738359
|
SIZE (openssl-0.9.8k.tar.gz) = 3852259
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- crypto/evp/enc_min.c.orig 2008-12-02 19:14:44.000000000 +0100
|
|
||||||
+++ crypto/evp/enc_min.c 2009-01-09 18:20:35.000000000 +0100
|
|
||||||
@@ -199,7 +199,7 @@
|
|
||||||
enc = 1;
|
|
||||||
ctx->encrypt = enc;
|
|
||||||
}
|
|
||||||
-#ifdef OPENSSL_NO_FIPS
|
|
||||||
+#ifndef OPENSSL_NO_FIPS
|
|
||||||
if(FIPS_selftest_failed())
|
|
||||||
{
|
|
||||||
FIPSerr(FIPS_F_EVP_CIPHERINIT_EX,FIPS_R_FIPS_SELFTEST_FAILED);
|
|
Loading…
Add table
Reference in a new issue