summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorFlorian Franzmann2019-05-29 21:42:45 +0200
committerFlorian Franzmann2019-05-30 12:20:55 +0200
commit08b199397ef7e4be24f997d168980cb67300bb8f (patch)
tree34b9dd3174c5078b3c54a3921c31c9d9e00555c9 /crypto
parent6117fad7afa52e7719518335749e237580fac5d9 (diff)
crypto/openssl-1.1: version 1.1.1c, security update
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/openssl-1.1/DEPENDS5
-rwxr-xr-xcrypto/openssl-1.1/DETAILS3
-rw-r--r--crypto/openssl-1.1/HISTORY6
3 files changed, 7 insertions, 7 deletions
diff --git a/crypto/openssl-1.1/DEPENDS b/crypto/openssl-1.1/DEPENDS
index 5404b88143..42c2ddf7a7 100755
--- a/crypto/openssl-1.1/DEPENDS
+++ b/crypto/openssl-1.1/DEPENDS
@@ -6,11 +6,6 @@ optional_depends zlib \
"no-zlib" \
"for zlib compression" &&
-optional_depends krb5 \
- "" \
- "no-krb5" \
- "for Kerberos v5 authentication" &&
-
suggest_depends ca-certificates \
"" \
"" \
diff --git a/crypto/openssl-1.1/DETAILS b/crypto/openssl-1.1/DETAILS
index 714ee34f45..03f7e02fda 100755
--- a/crypto/openssl-1.1/DETAILS
+++ b/crypto/openssl-1.1/DETAILS
@@ -1,6 +1,7 @@
SPELL=openssl-1.1
SPELLX=openssl
- VERSION=1.1.1b
+ VERSION=1.1.1c
+ SECURITY_PATCH=1
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://www.openssl.org/source/$SOURCE
SOURCE_URL[1]=ftp://sunsite.cnlab-switch.ch/mirror/openssl/source/$SOURCE
diff --git a/crypto/openssl-1.1/HISTORY b/crypto/openssl-1.1/HISTORY
index 27c91f728e..3ecd5fd9e9 100644
--- a/crypto/openssl-1.1/HISTORY
+++ b/crypto/openssl-1.1/HISTORY
@@ -1,3 +1,7 @@
+2019-05-29 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.1.1c, SECURITY_PATCH=1
+ * DEPENDS: remove invalid optional dependency on krb5
+
2019-03-29 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.1.1b
- spell created - based on openssl \ No newline at end of file
+ spell created - based on openssl