summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRemko van der Vossen2019-05-31 21:33:39 +0200
committerRemko van der Vossen2019-05-31 21:33:39 +0200
commit36ed7a778771864cb02db4f3c2135f6e903d2140 (patch)
tree1713fc68581bb1c1af757f77590d7415e135de2d /crypto
parent5b72ee7aaf6c1384c55bf182e2c88c7d7498ac92 (diff)
openssl: version 1.1.1c
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/openssl/DEPENDS10
-rwxr-xr-xcrypto/openssl/DETAILS2
-rwxr-xr-xcrypto/openssl/PRE_BUILD4
-rwxr-xr-xcrypto/openssl/REPAIR^all^PRE_SUB_DEPENDS4
4 files changed, 1 insertions, 19 deletions
diff --git a/crypto/openssl/DEPENDS b/crypto/openssl/DEPENDS
index 31fa4b1c72..42c2ddf7a7 100755
--- a/crypto/openssl/DEPENDS
+++ b/crypto/openssl/DEPENDS
@@ -6,16 +6,6 @@ optional_depends zlib \
"no-zlib" \
"for zlib compression" &&
-optional_depends gmp \
- "enable-gmp -lgmp" \
- "no-gmp" \
- "build gmp engine?" &&
-
-optional_depends krb5 \
- "" \
- "no-krb5" \
- "for Kerberos v5 authentication" &&
-
suggest_depends ca-certificates \
"" \
"" \
diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS
index 605d82fa49..cdb3d4a85b 100755
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -1,5 +1,5 @@
SPELL=openssl
- VERSION=1.0.2r
+ VERSION=1.1.1c
SECURITY_PATCH=42
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.openssl.org/source/$SOURCE
diff --git a/crypto/openssl/PRE_BUILD b/crypto/openssl/PRE_BUILD
deleted file mode 100755
index 16b877c21d..0000000000
--- a/crypto/openssl/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-# braindead openssl 0.9.8e config: -march=evXX is _not_ valid
-sed -i -e 's/ -march=ev5//' -e 's/ -march=ev56//' -e 's/ -march=ev6//' config
diff --git a/crypto/openssl/REPAIR^all^PRE_SUB_DEPENDS b/crypto/openssl/REPAIR^all^PRE_SUB_DEPENDS
deleted file mode 100755
index 81dce0ac58..0000000000
--- a/crypto/openssl/REPAIR^all^PRE_SUB_DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-case $THIS_SUB_DEPENDS in
- 1.0) [[ $OPENSSL_BRANCH == "1.0" ]];;
- *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
-esac