From: <abe...@us...> - 2015-12-05 01:05:28
|
Revision: 7370 http://sourceforge.net/p/astlinux/code/7370 Author: abelbeck Date: 2015-12-05 01:05:26 +0000 (Sat, 05 Dec 2015) Log Message: ----------- openssl, version bump to 1.0.1q, security fixes: CVE-2015-3194, CVE-2015-3195 Enable IDEA since otherwise the build breaks - it's no longer patent encumbered. Modified Paths: -------------- branches/1.0/package/openssl/openssl-do-not-build-docs.patch branches/1.0/package/openssl/openssl.mk Modified: branches/1.0/package/openssl/openssl-do-not-build-docs.patch =================================================================== --- branches/1.0/package/openssl/openssl-do-not-build-docs.patch 2015-12-04 22:56:04 UTC (rev 7369) +++ branches/1.0/package/openssl/openssl-do-not-build-docs.patch 2015-12-05 01:05:26 UTC (rev 7370) @@ -1,6 +1,6 @@ --- openssl-1.0.1h/Makefile.org.orig 2014-06-05 11:36:09.000000000 -0500 +++ openssl-1.0.1h/Makefile.org 2014-06-05 11:36:17.000000000 -0500 -@@ -529,7 +529,7 @@ +@@ -532,7 +532,7 @@ dist_pem_h: (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean) Modified: branches/1.0/package/openssl/openssl.mk =================================================================== --- branches/1.0/package/openssl/openssl.mk 2015-12-04 22:56:04 UTC (rev 7369) +++ branches/1.0/package/openssl/openssl.mk 2015-12-05 01:05:26 UTC (rev 7370) @@ -4,7 +4,7 @@ # ############################################################# -OPENSSL_VERSION = 1.0.1p +OPENSSL_VERSION = 1.0.1q OPENSSL_SITE = http://www.openssl.org/source OPENSSL_INSTALL_STAGING = YES OPENSSL_DEPENDENCIES = zlib @@ -61,7 +61,6 @@ --libdir=/lib \ $(if $(BR2_TOOLCHAIN_HAS_THREADS),threads,no-threads) \ $(if $(BR2_PREFER_STATIC_LIB),no-shared,shared) \ - no-idea \ no-rc5 \ enable-camellia \ enable-mdc2 \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |