Revert "libressl: update to 2.9.1."

This reverts commit a2debf0df9.

was pushed by accident
This commit is contained in:
Johannes 2019-04-26 15:26:54 +02:00
parent 2317b161c4
commit c2ab2ba1bb
5 changed files with 5 additions and 8 deletions

View File

@ -3330,9 +3330,6 @@ libolm.so.3 olm-3.0.0_1
libcrypto.so.44 libcrypto44-2.8.2_1
libtls.so.18 libtls18-2.8.2_1
libssl.so.46 libssl46-2.8.2_1
libcrypto.so.45 libcrypto45-2.9.1_1
libtls.so.19 libtls19-2.9.1_1
libssl.so.47 libssl47-2.9.1_1
libxmlb.so.1 libxmlb-0.1.3_1
libvoikko.so.1 libvoikko-4.2_1
libfstrcmp.so.0 libfstrcmp-0.7.D001_1

View File

@ -1,6 +1,6 @@
# Template file for 'libressl'
pkgname=libressl
version=2.9.1
version=2.8.3
revision=1
bootstrap=yes
build_style=gnu-configure
@ -10,7 +10,7 @@ license="OpenSSL-License, SSLeay-License, ISC"
#changelog="https://raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog"
homepage="http://www.libressl.org/"
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${version}.tar.gz"
checksum=39e4dd856694dc10d564201e4549c46d2431601a2b10f3422507e24ccc8f62f8
checksum=9b640b13047182761a99ce3e4f000be9687566e0828b4a72709e9e6a3ef98477
provides="openssl-${version}_${revision}"
replaces="openssl>=0"
conf_files="/etc/ssl/openssl.cnf /etc/ssl/x509v3.cnf"
@ -38,21 +38,21 @@ post_install() {
find ${DESTDIR}/usr/share/man/man1 -type f ! -name openssl.1 -delete
}
libcrypto45_package() {
libcrypto44_package() {
short_desc+=" - crypto library"
pkg_install() {
vmove usr/lib/libcrypto.so.*
}
}
libssl47_package() {
libssl46_package() {
short_desc+=" - SSL/TLS library"
pkg_install() {
vmove usr/lib/libssl.so.*
}
}
libtls19_package() {
libtls18_package() {
short_desc+=" - new TLS library"
pkg_install() {
vmove usr/lib/libtls.so.*