From: <abe...@us...> - 2015-03-19 17:18:28
|
Revision: 7010 http://sourceforge.net/p/astlinux/code/7010 Author: abelbeck Date: 2015-03-19 17:18:25 +0000 (Thu, 19 Mar 2015) Log Message: ----------- openssl, version bump to 1.0.1m, Moderate and Low severity security fixes: CVE-2015-0286, CVE-2015-0287, CVE-2015-0289, CVE-2015-0292, CVE-2015-0293, CVE-2015-0209, CVE-2015-0288 Modified Paths: -------------- branches/1.0/package/openssl/openssl-dont-force-large-file.patch branches/1.0/package/openssl/openssl.mk Modified: branches/1.0/package/openssl/openssl-dont-force-large-file.patch =================================================================== --- branches/1.0/package/openssl/openssl-dont-force-large-file.patch 2015-03-15 16:45:20 UTC (rev 7009) +++ branches/1.0/package/openssl/openssl-dont-force-large-file.patch 2015-03-19 17:18:25 UTC (rev 7010) @@ -3,17 +3,17 @@ crypto/bio/bss_file.c | 3 --- 1 file changed, 3 deletions(-) -Index: openssl-0.9.8g/crypto/bio/bss_file.c +Index: openssl-1.0.1m/crypto/bio/bss_file.c =================================================================== ---- openssl-0.9.8g.orig/crypto/bio/bss_file.c -+++ openssl-0.9.8g/crypto/bio/bss_file.c +--- openssl-1.0.1m.orig/crypto/bio/bss_file.c ++++ openssl-1.0.1m/crypto/bio/bss_file.c @@ -78,9 +78,6 @@ - * sequential access of large files without extra "magic" comprise *BSD, - * Darwin, IRIX... + * of 32-bit platforms which allow for sequential access of large files + * without extra "magic" comprise *BSD, Darwin, IRIX... */ --#ifndef _FILE_OFFSET_BITS --#define _FILE_OFFSET_BITS 64 --#endif - #endif +-# ifndef _FILE_OFFSET_BITS +-# define _FILE_OFFSET_BITS 64 +-# endif + # endif - #include <stdio.h> + # include <stdio.h> Modified: branches/1.0/package/openssl/openssl.mk =================================================================== --- branches/1.0/package/openssl/openssl.mk 2015-03-15 16:45:20 UTC (rev 7009) +++ branches/1.0/package/openssl/openssl.mk 2015-03-19 17:18:25 UTC (rev 7010) @@ -4,7 +4,7 @@ # ############################################################# -OPENSSL_VERSION = 1.0.1k +OPENSSL_VERSION = 1.0.1m OPENSSL_SITE = http://www.openssl.org/source OPENSSL_INSTALL_STAGING = YES OPENSSL_DEPENDENCIES = zlib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |