openssl: update to version 1.0.2e
This fixes the following security problems: * CVE-2015-3193 * CVE-2015-3194 * CVE-2015-3195) Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47726
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
				
			|||||||
include $(TOPDIR)/rules.mk
 | 
					include $(TOPDIR)/rules.mk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PKG_NAME:=openssl
 | 
					PKG_NAME:=openssl
 | 
				
			||||||
PKG_VERSION:=1.0.2d
 | 
					PKG_VERSION:=1.0.2e
 | 
				
			||||||
PKG_RELEASE:=1
 | 
					PKG_RELEASE:=1
 | 
				
			||||||
PKG_USE_MIPS16:=0
 | 
					PKG_USE_MIPS16:=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -19,7 +19,7 @@ PKG_SOURCE_URL:=http://www.openssl.org/source/ \
 | 
				
			|||||||
	ftp://ftp.openssl.org/source/ \
 | 
						ftp://ftp.openssl.org/source/ \
 | 
				
			||||||
	ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source \
 | 
						ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source \
 | 
				
			||||||
	ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/
 | 
						ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/
 | 
				
			||||||
PKG_MD5SUM:=38dd619b2e77cbac69b99f52a053d25a
 | 
					PKG_MD5SUM:=5262bfa25b60ed9de9f28d5d52d77fc5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PKG_LICENSE:=OpenSSL
 | 
					PKG_LICENSE:=OpenSSL
 | 
				
			||||||
PKG_LICENSE_FILES:=LICENSE
 | 
					PKG_LICENSE_FILES:=LICENSE
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
--- a/Configure
 | 
					--- a/Configure
 | 
				
			||||||
+++ b/Configure
 | 
					+++ b/Configure
 | 
				
			||||||
@@ -460,6 +460,12 @@ my %table=(
 | 
					@@ -461,6 +461,12 @@ my %table=(
 | 
				
			||||||
 "linux-alpha-ccc","ccc:-fast -readonly_strings -DL_ENDIAN::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}",
 | 
					 "linux-alpha-ccc","ccc:-fast -readonly_strings -DL_ENDIAN::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}",
 | 
				
			||||||
 "linux-alpha+bwx-ccc","ccc:-fast -readonly_strings -DL_ENDIAN::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}",
 | 
					 "linux-alpha+bwx-ccc","ccc:-fast -readonly_strings -DL_ENDIAN::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}",
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
--- a/Configure
 | 
					--- a/Configure
 | 
				
			||||||
+++ b/Configure
 | 
					+++ b/Configure
 | 
				
			||||||
@@ -2103,6 +2103,11 @@ EOF
 | 
					@@ -2106,6 +2106,11 @@ EOF
 | 
				
			||||||
 	close(OUT);
 | 
					 	close(OUT);
 | 
				
			||||||
   }
 | 
					   }
 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -27,7 +27,7 @@
 | 
				
			|||||||
 WDIRS=  windows
 | 
					 WDIRS=  windows
 | 
				
			||||||
 LIBS=   libcrypto.a libssl.a
 | 
					 LIBS=   libcrypto.a libssl.a
 | 
				
			||||||
 SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
 | 
					 SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
 | 
				
			||||||
@@ -272,7 +272,7 @@ reflect:
 | 
					@@ -274,7 +274,7 @@ reflect:
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 sub_all: build_all
 | 
					 sub_all: build_all
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
@@ -36,7 +36,7 @@
 | 
				
			|||||||
 
 | 
					 
 | 
				
			||||||
 build_libs: build_libcrypto build_libssl openssl.pc
 | 
					 build_libs: build_libcrypto build_libssl openssl.pc
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
@@ -529,7 +529,7 @@ dist:
 | 
					@@ -534,7 +534,7 @@ dist:
 | 
				
			||||||
 dist_pem_h:
 | 
					 dist_pem_h:
 | 
				
			||||||
 	(cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
 | 
					 	(cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
@@ -47,7 +47,7 @@
 | 
				
			|||||||
 	@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
 | 
					 	@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
 | 
				
			||||||
--- a/Makefile.org
 | 
					--- a/Makefile.org
 | 
				
			||||||
+++ b/Makefile.org
 | 
					+++ b/Makefile.org
 | 
				
			||||||
@@ -527,7 +527,7 @@ dist:
 | 
					@@ -532,7 +532,7 @@ dist:
 | 
				
			||||||
 dist_pem_h:
 | 
					 dist_pem_h:
 | 
				
			||||||
 	(cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
 | 
					 	(cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@
 | 
				
			|||||||
 
 | 
					 
 | 
				
			||||||
 # as we stick to -e, CLEARENV ensures that local variables in lower
 | 
					 # as we stick to -e, CLEARENV ensures that local variables in lower
 | 
				
			||||||
 # Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn
 | 
					 # Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn
 | 
				
			||||||
@@ -399,11 +399,6 @@ openssl.pc: Makefile
 | 
					@@ -401,11 +401,6 @@ openssl.pc: Makefile
 | 
				
			||||||
 	    echo 'Version: '$(VERSION); \
 | 
					 	    echo 'Version: '$(VERSION); \
 | 
				
			||||||
 	    echo 'Requires: libssl libcrypto' ) > openssl.pc
 | 
					 	    echo 'Requires: libssl libcrypto' ) > openssl.pc
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
--- a/Makefile.org
 | 
					--- a/Makefile.org
 | 
				
			||||||
+++ b/Makefile.org
 | 
					+++ b/Makefile.org
 | 
				
			||||||
@@ -278,17 +278,17 @@ build_libcrypto: build_crypto build_engi
 | 
					@@ -280,17 +280,17 @@ build_libcrypto: build_crypto build_engi
 | 
				
			||||||
 build_libssl: build_ssl libssl.pc
 | 
					 build_libssl: build_ssl libssl.pc
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 build_crypto:
 | 
					 build_crypto:
 | 
				
			||||||
@@ -24,7 +24,7 @@
 | 
				
			|||||||
 
 | 
					 
 | 
				
			||||||
 all_testapps: build_libs build_testapps
 | 
					 all_testapps: build_libs build_testapps
 | 
				
			||||||
 build_testapps:
 | 
					 build_testapps:
 | 
				
			||||||
@@ -460,7 +460,7 @@ update: errors stacks util/libeay.num ut
 | 
					@@ -462,7 +462,7 @@ update: errors stacks util/libeay.num ut
 | 
				
			||||||
 	@set -e; target=update; $(RECURSIVE_BUILD_CMD)
 | 
					 	@set -e; target=update; $(RECURSIVE_BUILD_CMD)
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 depend:
 | 
					 depend:
 | 
				
			||||||
@@ -33,7 +33,7 @@
 | 
				
			|||||||
 
 | 
					 
 | 
				
			||||||
 lint:
 | 
					 lint:
 | 
				
			||||||
 	@set -e; target=lint; $(RECURSIVE_BUILD_CMD)
 | 
					 	@set -e; target=lint; $(RECURSIVE_BUILD_CMD)
 | 
				
			||||||
@@ -522,9 +522,9 @@ dist:
 | 
					@@ -527,9 +527,9 @@ dist:
 | 
				
			||||||
 dist_pem_h:
 | 
					 dist_pem_h:
 | 
				
			||||||
 	(cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
 | 
					 	(cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
@@ -45,7 +45,7 @@
 | 
				
			|||||||
 	@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
 | 
					 	@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
 | 
				
			||||||
 		$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR) \
 | 
					 		$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR) \
 | 
				
			||||||
 		$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines \
 | 
					 		$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines \
 | 
				
			||||||
@@ -533,12 +533,19 @@ install_sw:
 | 
					@@ -538,12 +538,19 @@ install_sw:
 | 
				
			||||||
 		$(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
 | 
					 		$(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
 | 
				
			||||||
 		$(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
 | 
					 		$(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
 | 
				
			||||||
 		$(INSTALL_PREFIX)$(OPENSSLDIR)/private
 | 
					 		$(INSTALL_PREFIX)$(OPENSSLDIR)/private
 | 
				
			||||||
@@ -66,7 +66,7 @@
 | 
				
			|||||||
 	@set -e; liblist="$(LIBS)"; for i in $$liblist ;\
 | 
					 	@set -e; liblist="$(LIBS)"; for i in $$liblist ;\
 | 
				
			||||||
 	do \
 | 
					 	do \
 | 
				
			||||||
 		if [ -f "$$i" ]; then \
 | 
					 		if [ -f "$$i" ]; then \
 | 
				
			||||||
@@ -622,12 +629,7 @@ install_html_docs:
 | 
					@@ -627,12 +634,7 @@ install_html_docs:
 | 
				
			||||||
 		done; \
 | 
					 		done; \
 | 
				
			||||||
 	done
 | 
					 	done
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
@@ -164,7 +164,7 @@
 | 
				
			|||||||
 	ctags $(SRC)
 | 
					 	ctags $(SRC)
 | 
				
			||||||
--- a/test/Makefile
 | 
					--- a/test/Makefile
 | 
				
			||||||
+++ b/test/Makefile
 | 
					+++ b/test/Makefile
 | 
				
			||||||
@@ -134,7 +134,7 @@ install:
 | 
					@@ -138,7 +138,7 @@ install:
 | 
				
			||||||
 tags:
 | 
					 tags:
 | 
				
			||||||
 	ctags $(SRC)
 | 
					 	ctags $(SRC)
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
@@ -173,7 +173,7 @@
 | 
				
			|||||||
 
 | 
					 
 | 
				
			||||||
 apps:
 | 
					 apps:
 | 
				
			||||||
 	@(cd ..; $(MAKE) DIRS=apps all)
 | 
					 	@(cd ..; $(MAKE) DIRS=apps all)
 | 
				
			||||||
@@ -538,7 +538,7 @@ $(VERIFYEXTRATEST)$(EXE_EXT): $(VERIFYEX
 | 
					@@ -549,7 +549,7 @@ $(CLIENTHELLOTEST)$(EXE_EXT): $(CLIENTHE
 | 
				
			||||||
 #	fi
 | 
					 #	fi
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 dummytest$(EXE_EXT): dummytest.o $(DLIBCRYPTO)
 | 
					 dummytest$(EXE_EXT): dummytest.o $(DLIBCRYPTO)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user