[notify] openssl-32: updated to version 1.0.2d

Important security fix, see
https://www.openssl.org/news/secadv_20150709.txt
This commit is contained in:
Matt Housh 2015-07-09 09:22:52 -05:00
parent a61547a96a
commit 03ab442592
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,2 @@
2a0b82fe7740163a908a23c4f13f2690 openssl-1.0.2a-32bit_x86_64.patch
a42a97c6f41fbe95867dbf9d28691c99 openssl-1.0.2a-parallel-build.patch
8c8d81a9ae7005276e486702edbcd4b6 openssl-1.0.2c.tar.gz
38dd619b2e77cbac69b99f52a053d25a openssl-1.0.2d.tar.gz

View File

@ -3,11 +3,10 @@
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
name=openssl-32
version=1.0.2c
version=1.0.2d
release=1
source=(http://www.openssl.org/source/openssl-$version.tar.gz
openssl-1.0.2a-32bit_x86_64.patch
openssl-1.0.2a-parallel-build.patch)
openssl-1.0.2a-32bit_x86_64.patch)
build() {
cd openssl-$version
@ -17,7 +16,7 @@ build() {
rm Makefile
patch -p1 -i $SRC/openssl-1.0.2a-32bit_x86_64.patch
patch -p1 -i $SRC/openssl-1.0.2a-parallel-build.patch
#patch -p1 -i $SRC/openssl-1.0.2a-parallel-build.patch
# Disable fips and man pages
sed \
@ -54,5 +53,5 @@ build() {
install
chmod -R +w $PKG
rm -r $PKG/usr/{bin,include,man} $PKG/etc
rm -r $PKG/usr/{bin,include} $PKG/etc
}