openssl: update to version 1.0.2p
This fixes the following security problems: * CVE-2018-0732: Client DoS due to large DH parameter * CVE-2018-0737: Cache timing vulnerability in RSA Key Generation Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
		| @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk | ||||
|  | ||||
| PKG_NAME:=openssl | ||||
| PKG_BASE:=1.0.2 | ||||
| PKG_BUGFIX:=o | ||||
| PKG_BUGFIX:=p | ||||
| PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX) | ||||
| PKG_RELEASE:=1 | ||||
| PKG_USE_MIPS16:=0 | ||||
| @@ -24,7 +24,7 @@ PKG_SOURCE_URL:= \ | ||||
| 	http://gd.tuwien.ac.at/infosys/security/openssl/source/ \ | ||||
| 	http://www.openssl.org/source/ \ | ||||
| 	http://www.openssl.org/source/old/$(PKG_BASE)/ | ||||
| PKG_HASH:=ec3f5c9714ba0fd45cb4e087301eb1336c317e0d20b575a125050470e8089e4d | ||||
| PKG_HASH:=50a98e07b1a89eb8f6a99477f262df71c6fa7bef77df4dc83025a2845c827d00 | ||||
|  | ||||
| PKG_LICENSE:=OpenSSL | ||||
| PKG_LICENSE_FILES:=LICENSE | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| --- a/Configure | ||||
| +++ b/Configure | ||||
| @@ -2136,6 +2136,11 @@ EOF | ||||
| @@ -2144,6 +2144,11 @@ EOF | ||||
|  	close(OUT); | ||||
|    } | ||||
|     | ||||
|   | ||||
| @@ -173,7 +173,7 @@ | ||||
|   | ||||
|  apps: | ||||
|  	@(cd ..; $(MAKE) DIRS=apps all) | ||||
| @@ -586,7 +586,7 @@ $(DTLSTEST)$(EXE_EXT): $(DTLSTEST).o ssl | ||||
| @@ -593,7 +593,7 @@ $(DTLSTEST)$(EXE_EXT): $(DTLSTEST).o ssl | ||||
|  #	fi | ||||
|   | ||||
|  dummytest$(EXE_EXT): dummytest.o $(DLIBCRYPTO) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Hauke Mehrtens
					Hauke Mehrtens