aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2021-03-19 22:28:10 +0100
committerJakub Jirutka <jakub@jirutka.cz>2021-03-19 22:51:51 +0100
commit74f468570a695a923f1b7159dd52fea36b9633a2 (patch)
treeafaaa445b2e4bac58611ddf464adde90ccf3f211
parent4e09d14770a05913a629fd75ab3cc59f82bfdf79 (diff)
community/libressl: upgrade to 3.2.5
-rw-r--r--community/libressl/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libressl/APKBUILD b/community/libressl/APKBUILD
index 04f66bfea62..9a1eec23cd4 100644
--- a/community/libressl/APKBUILD
+++ b/community/libressl/APKBUILD
@@ -12,7 +12,7 @@
# - CVE-2017-8301
#
pkgname=libressl
-pkgver=3.1.5
+pkgver=3.2.5
_namever=${pkgname}${pkgver%.*}
pkgrel=0
pkgdesc="Version of the TLS/crypto stack forked from OpenSSL"
@@ -58,9 +58,9 @@ package() {
cd "$pkgdir"
- # /usr/bin/openssl will be replaced with openssl's binary. We provide
- # a /usr/bin/libressl binary in case something needs it.
+ # /usr/bin/openssl is provided by the openssl package.
mv usr/bin/openssl usr/bin/libressl
+ mv usr/share/man/man1/openssl.1 usr/share/man/man1/libressl.1
# Provided by ca-certificates-cacerts
rm etc/ssl/cert.pem
@@ -82,5 +82,5 @@ _libs() {
fi
}
-sha512sums="b1e576a654d4f740ef466e5291344ee9a65276f2a1d4975bf93c407b8b51d78dd99f381f1d14162ed1f6b6e7f14a67ccdd377e7d9f71ef2875cc8cf17f580c51 libressl-3.1.5.tar.gz
+sha512sums="7b34d826685d8d6da74dee127138ad8cbb0b5a82e9eca8f45891e431a85ed9a7bcdcf28ad69064c5ce7e4d465ad2ac895074ba308e4bad303bcd7a12fcaa3ea2 libressl-3.2.5.tar.gz
18e72b7db28664ee4e294a4a461e48daa90be9e9323584112a5878fd56a578d02f4730c7c788f57cc39b2bc35447df0a47a4391077d764d953419890ad511d35 ssl-libcompat.patch"