libressl: update to 2.2.2 (soname bumps without conflicts).
This commit is contained in:
parent
87a879edf7
commit
d654381601
|
@ -1705,10 +1705,13 @@ libjq.so.1 jq-devel-1.4_1
|
|||
libcrypto.so.30 libcrypto30-2.1.2_3
|
||||
libcrypto.so.32 libcrypto32-2.1.4_1
|
||||
libcrypto.so.34 libcrypto34-2.2.1_1
|
||||
libcrypto.so.35 libcrypto35-2.2.2_1
|
||||
libssl.so.29 libssl29-2.1.2_3
|
||||
libssl.so.30 libssl30-2.1.3_1
|
||||
libssl.so.32 libssl32-2.1.4_1
|
||||
libssl.so.33 libssl33-2.2.1_1
|
||||
libssl.so.35 libssl35-2.2.2_1
|
||||
libtls.so.6 libtls6-2.2.2_1
|
||||
libtls.so.4 libtls4-2.2.1_1
|
||||
libtls.so.3 libtls3-2.1.4_1
|
||||
libtls.so.1 libtls1-2.1.2_3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libressl'
|
||||
pkgname=libressl
|
||||
version=2.2.1
|
||||
version=2.2.2
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -9,10 +9,10 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="OpenSSL-License, SSLeay-License, ISC"
|
||||
homepage="http://www.libressl.org/"
|
||||
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${version}.tar.gz"
|
||||
checksum=4f331750abfc3b605b02eeca1e8994fa0d2629985bc3f62924378197fbfe572d
|
||||
checksum=e094b09f33d468545edbb2b16dc178f958ec2f66de1a2fc7cc2a20bd2489a114
|
||||
|
||||
# Compat pkg that depends on the real pkgs.
|
||||
depends="libcrypto34-${version}_${revision} libssl33-${version}_${revision} libtls4-${version}_${revision}"
|
||||
depends="libcrypto35-${version}_${revision} libssl35-${version}_${revision} libtls6-${version}_${revision}"
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686-musl" ]; then
|
||||
# XXX disable SSP
|
||||
|
@ -33,19 +33,19 @@ post_install() {
|
|||
find ${DESTDIR}/usr/share/man/man1 -type f ! -name openssl.1 -delete
|
||||
}
|
||||
|
||||
libcrypto34_package() {
|
||||
libcrypto35_package() {
|
||||
short_desc+=" - crypto library"
|
||||
pkg_install() {
|
||||
vmove usr/lib/libcrypto.so.*
|
||||
}
|
||||
}
|
||||
libssl33_package() {
|
||||
libssl35_package() {
|
||||
short_desc+=" - SSL/TLS library"
|
||||
pkg_install() {
|
||||
vmove usr/lib/libssl.so.*
|
||||
}
|
||||
}
|
||||
libtls4_package() {
|
||||
libtls6_package() {
|
||||
short_desc+=" - new TLS library"
|
||||
pkg_install() {
|
||||
vmove usr/lib/libtls.so.*
|
||||
|
@ -67,9 +67,9 @@ libressl-openssl_package() {
|
|||
short_desc+=" - utilities"
|
||||
provides="openssl-${version}_${revision}"
|
||||
replaces="openssl>=0"
|
||||
conf_files="/etc/ssl/openssl.cnf"
|
||||
conf_files="/etc/ssl/openssl.cnf /etc/ssl/cert.pem /etc/ssl/x509v3.cnf"
|
||||
pkg_install() {
|
||||
vinstall ${FILESDIR}/openssl.cnf 644 etc/ssl
|
||||
vmove etc
|
||||
vmove usr/bin
|
||||
vmove usr/share/man/man1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue