openssl: bump to 1.0.2n.

This commit is contained in:
fbrosson
2017-12-21 15:20:09 +00:00
parent a5483281a4
commit 3522aa04e1
2 changed files with 4 additions and 4 deletions

View File

@@ -15,9 +15,9 @@ HOMEPAGE="https://www.openssl.org/"
COPYRIGHT="1995-1998 Eric Young
1998-2017 The OpenSSL Project."
LICENSE="OpenSSL"
REVISION="3"
REVISION="1"
SOURCE_URI="https://www.openssl.org/source/openssl-$portVersion.tar.gz"
CHECKSUM_SHA256="8c6ff15ec6b319b50788f42c7abc2890c08ba5a1cdcd3810eb9092deada37b0f"
CHECKSUM_SHA256="370babb75f278c39e0c50e8c4e7493bc0f18db6867478341a832a982fd15a8fe"
PATCHES="openssl-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64 ?arm ?ppc"

View File

@@ -5,7 +5,7 @@ Subject: Haiku: build fixes
diff --git a/Configure b/Configure
index fd7988e..9796a6e 100755
index 60386d3..6d1212e 100755
--- a/Configure
+++ b/Configure
@@ -508,6 +508,10 @@ my %table=(
@@ -154,7 +154,7 @@ index 93cfe3f..dc3937f 100644
# define STITCHED_CALL
# endif
diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c
index 04212c5..54740e1 100644
index b914568..8a734bf 100644
--- a/ssl/s3_pkt.c
+++ b/ssl/s3_pkt.c
@@ -125,8 +125,7 @@