summaryrefslogtreecommitdiff
path: root/openssl-32
diff options
context:
space:
mode:
authorMatt Housh <jaeger@morpheus.net>2015-07-09 09:22:52 -0500
committerMatt Housh <jaeger@morpheus.net>2015-07-09 09:22:52 -0500
commit03ab442592aa225f6876afd82858d952414719db (patch)
tree4854b5b36873d4708c8e553bba097ff7b6745d14 /openssl-32
parenta61547a96a8358d105c7ad183f7157fde6a1240d (diff)
downloadcompat-32-03ab442592aa225f6876afd82858d952414719db.tar.gz
compat-32-03ab442592aa225f6876afd82858d952414719db.tar.xz
[notify] openssl-32: updated to version 1.0.2d
Important security fix, see https://www.openssl.org/news/secadv_20150709.txt
Diffstat (limited to 'openssl-32')
-rw-r--r--openssl-32/.md5sum3
-rw-r--r--openssl-32/Pkgfile9
2 files changed, 5 insertions, 7 deletions
diff --git a/openssl-32/.md5sum b/openssl-32/.md5sum
index 64e791b6..13e0b7e7 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 59168eb3..0a14ba1d 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
}

Generated by cgit