commit 03ab442592aa225f6876afd82858d952414719db Author: Matt Housh <jaeger@morpheus.net> Date: Thu Jul 9 09:22:52 2015 -0500 [notify] openssl-32: updated to version 1.0.2d Important security fix, see https://www.openssl.org/news/secadv_20150709.txt diff --git a/openssl-32/.md5sum b/openssl-32/.md5sum index 64e791b..13e0b7e 100644 --- a/openssl-32/.md5sum +++ b/openssl-32/.md5sum @@ -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 diff --git a/openssl-32/Pkgfile b/openssl-32/Pkgfile index 59168eb..0a14ba1 100644 --- a/openssl-32/Pkgfile +++ b/openssl-32/Pkgfile @@ -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 }