summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRemko van der Vossen2019-05-31 21:46:09 +0200
committerRemko van der Vossen2019-05-31 21:46:09 +0200
commit7d27dab46ceea2f46a0c46e785452e582385917b (patch)
tree5f03869cbda5646b2d372299c27c249cbb33f869 /crypto
parentbddbb5d4e5c01f1f202088fc42d9bd87efe57863 (diff)
openssl-1.1: deprecated in favor of openssl
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/openssl-1.1/BUILD46
-rwxr-xr-xcrypto/openssl-1.1/CONFLICTS3
-rwxr-xr-xcrypto/openssl-1.1/DEPENDS12
-rwxr-xr-xcrypto/openssl-1.1/DETAILS16
-rw-r--r--crypto/openssl-1.1/HISTORY3
-rwxr-xr-xcrypto/openssl-1.1/INSTALL2
-rwxr-xr-xcrypto/openssl-1.1/PROVIDES1
-rwxr-xr-xcrypto/openssl-1.1/UP_TRIGGERS24
-rw-r--r--crypto/openssl-1.1/XX2
-rw-r--r--crypto/openssl-1.1/openssl.gpgbin17997 -> 0 bytes
10 files changed, 9 insertions, 100 deletions
diff --git a/crypto/openssl-1.1/BUILD b/crypto/openssl-1.1/BUILD
index a02344fe2b..27ba77ddaf 100755
--- a/crypto/openssl-1.1/BUILD
+++ b/crypto/openssl-1.1/BUILD
@@ -1,45 +1 @@
-# again check if it's there or net and only then use the variable
-# else one would lose sse support on a new system
-if ! grep -q "sse" /proc/cpuinfo ; then
- if [[ $OPENSSL_SSE == n ]]; then
- OPTS="no-sse2 $OPTS"
- fi
-fi &&
-OPTS="$OPENSSL_TLSEXT $OPTS" &&
-OPTS="--prefix=${INSTALL_ROOT}/usr \
- --openssldir=${INSTALL_ROOT}/etc/ssl \
- --libdir=lib \
- enable-md2 \
- shared \
- threads \
- $OPTS" &&
-setarch ${HOST%%-*} ./config $OPTS &&
-
-make && {
-
- local OLD_SPELL_VERSION=""
- spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
- if [ "${VERSION/[a-z]*/}" != "${OLD_SPELL_VERSION/[a-z]*/}" ] &&
- grep -q '^wget:openssl-1.1:on' "$DEPENDS_STATUS" # any internal sorcery interface to this data?
- then
- message "Building wget now so that it doesn't get borked" &&
- summon wget &&
- RUN_COMPILER_DIR="${RUN_COMPILER_DIR:-/var/lib/sorcery/build}" &&
- PATH="${PATH//$RUN_COMPILER_DIR:/}" &&
- (
- OPTS="--with-ssl=openssl"
-
- delve -c start BUILD wget && # this links against old libraries still
- local TEMPWGET_DIR="$BUILD_DIRECTORY/wget-$(gaze version wget |
- head -n 3 | tail -n 1 | awk '{ print $4 }')" &&
- # $4 is grimoire version, not installed version -- internal sorcery interface, too?
- cd "$TEMPWGET_DIR/src" &&
- rm wget &&
- cp -vf $SOURCE_DIRECTORY/lib{ssl,crypto}.so* "$INSTALL_ROOT/usr/lib/" &&
- make wget && # race to get a new library wget built
- install -m 755 wget /usr/bin/wget && # and installed
- cd - &&
- ldconfig
- )
-fi
-}
+true
diff --git a/crypto/openssl-1.1/CONFLICTS b/crypto/openssl-1.1/CONFLICTS
index 9b343d556f..ab288db917 100755
--- a/crypto/openssl-1.1/CONFLICTS
+++ b/crypto/openssl-1.1/CONFLICTS
@@ -1,2 +1 @@
-conflicts libressl
-conflicts openssl \ No newline at end of file
+conflicts openssl-1.1 y
diff --git a/crypto/openssl-1.1/DEPENDS b/crypto/openssl-1.1/DEPENDS
deleted file mode 100755
index 42c2ddf7a7..0000000000
--- a/crypto/openssl-1.1/DEPENDS
+++ /dev/null
@@ -1,12 +0,0 @@
-depends perl &&
-depends smgl-fhs &&
-
-optional_depends zlib \
- "zlib-dynamic" \
- "no-zlib" \
- "for zlib compression" &&
-
-suggest_depends ca-certificates \
- "" \
- "" \
- "adds root certificates"
diff --git a/crypto/openssl-1.1/DETAILS b/crypto/openssl-1.1/DETAILS
index 03f7e02fda..59bab06d88 100755
--- a/crypto/openssl-1.1/DETAILS
+++ b/crypto/openssl-1.1/DETAILS
@@ -1,21 +1,7 @@
SPELL=openssl-1.1
- SPELLX=openssl
VERSION=1.1.1c
+ PATCHLEVEL=1
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
- SOURCE_URL[2]=ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/$SOURCE
- SOURCE_URL[3]=ftp://ftp.mirror.ac.uk/sites/ftp.openssl.org/source/$SOURCE
- SOURCE_URL[4]=ftp://sunsite.uio.no/pub/security/openssl/source/$SOURCE
- SOURCE2=$SOURCE.asc
- SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
- SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
- SOURCE2_URL[3]=${SOURCE_URL[3]}.asc
- SOURCE2_URL[4]=${SOURCE_URL[4]}.asc
- SOURCE2_IGNORE=signature
- SOURCE_GPG="openssl.gpg:${SOURCE2}:UPSTREAM_KEY"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
WEB_SITE=http://www.openssl.org/
ENTERED=20190329
diff --git a/crypto/openssl-1.1/HISTORY b/crypto/openssl-1.1/HISTORY
index 3ecd5fd9e9..f9190e680c 100644
--- a/crypto/openssl-1.1/HISTORY
+++ b/crypto/openssl-1.1/HISTORY
@@ -1,3 +1,6 @@
+2019-05-31 Remko van der Vossen <wich@sourcemage.org>
+ * Deprecated in favor of openssl
+
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
diff --git a/crypto/openssl-1.1/INSTALL b/crypto/openssl-1.1/INSTALL
index bcb3d8f73c..27ba77ddaf 100755
--- a/crypto/openssl-1.1/INSTALL
+++ b/crypto/openssl-1.1/INSTALL
@@ -1 +1 @@
-make MANDIR="$INSTALL_ROOT/usr/share/man" install
+true
diff --git a/crypto/openssl-1.1/PROVIDES b/crypto/openssl-1.1/PROVIDES
deleted file mode 100755
index fe0d4a26e0..0000000000
--- a/crypto/openssl-1.1/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-SSL
diff --git a/crypto/openssl-1.1/UP_TRIGGERS b/crypto/openssl-1.1/UP_TRIGGERS
index 811c1acd29..922f21920b 100755
--- a/crypto/openssl-1.1/UP_TRIGGERS
+++ b/crypto/openssl-1.1/UP_TRIGGERS
@@ -1,22 +1,2 @@
-# this makes ABI changes automatically cast those that depend on openssl via an up_trigger
-
-spell_ok $SPELL && local OLD_SPELL_VERSION="$(installed_version $SPELL)" || return 0
-
-if [ "${VERSION/[a-z]*/}" != "${OLD_SPELL_VERSION/[a-z]*/}" ] || \
- [ "${VERSION%.*}" != "${OLD_SPELL_VERSION%.*}" ]; then
- for each in $(show_up_depends $SPELL 1); do
- up_trigger $each cast_self
- done
-fi &&
-
-if spell_ok libressl; then
- for each in $(show_up_depends libressl 1); do
- up_trigger $each cast_self
- done
-fi &&
-
-if spell_ok openssl; then
- for each in $(show_up_depends openssl 1); do
- up_trigger $each cast_self
- done
-fi
+up_trigger openssl-1.1 dispel_self
+up_trigger openssl cast_self
diff --git a/crypto/openssl-1.1/XX b/crypto/openssl-1.1/XX
deleted file mode 100644
index 1e9d088a69..0000000000
--- a/crypto/openssl-1.1/XX
+++ /dev/null
@@ -1,2 +0,0 @@
-cast -c borgbackup ca-certificates crda git kdelibs4support krb5 libarchive libevent \
-libsasl libssh libzip m2crypto mosh openssh python3 python qca-qt5 qtbase ruby-2.6
diff --git a/crypto/openssl-1.1/openssl.gpg b/crypto/openssl-1.1/openssl.gpg
deleted file mode 100644
index 2b53d0d4ad..0000000000
--- a/crypto/openssl-1.1/openssl.gpg
+++ /dev/null
Binary files differ