libressl: update to 3.1.3.
This commit is contained in:
parent
e3d1ba67ef
commit
3e006333e7
5 changed files with 11 additions and 8 deletions
|
@ -3591,6 +3591,9 @@ libssl.so.46 libssl46-2.8.2_1
|
||||||
libcrypto.so.45 libcrypto45-2.9.2_1
|
libcrypto.so.45 libcrypto45-2.9.2_1
|
||||||
libtls.so.19 libtls19-2.9.2_1
|
libtls.so.19 libtls19-2.9.2_1
|
||||||
libssl.so.47 libssl47-2.9.2_1
|
libssl.so.47 libssl47-2.9.2_1
|
||||||
|
libcrypto.so.46 libcrypto46-3.1.1_1
|
||||||
|
libtls.so.20 libtls20-3.1.1_1
|
||||||
|
libssl.so.48 libssl48-3.1.1_1
|
||||||
libxmlb.so.1 libxmlb-0.1.3_1
|
libxmlb.so.1 libxmlb-0.1.3_1
|
||||||
libvoikko.so.1 libvoikko-4.2_1
|
libvoikko.so.1 libvoikko-4.2_1
|
||||||
libfstrcmp.so.0 libfstrcmp-0.7.D001_1
|
libfstrcmp.so.0 libfstrcmp-0.7.D001_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libressl'
|
# Template file for 'libressl'
|
||||||
pkgname=libressl
|
pkgname=libressl
|
||||||
version=3.0.2
|
version=3.1.3
|
||||||
revision=2
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Version of the TLS/crypto stack forked from OpenSSL"
|
short_desc="Version of the TLS/crypto stack forked from OpenSSL"
|
||||||
|
@ -10,7 +10,7 @@ license="OpenSSL-License, SSLeay-License, ISC"
|
||||||
#changelog="https://raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog"
|
#changelog="https://raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog"
|
||||||
homepage="http://www.libressl.org/"
|
homepage="http://www.libressl.org/"
|
||||||
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${version}.tar.gz"
|
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${version}.tar.gz"
|
||||||
checksum=df7b172bf79b957dd27ef36dcaa1fb162562c0e8999e194aa8c1a3df2f15398e
|
checksum=c76b0316acf612ecb62f5cb014a20d972a663bd9e40abf952a86f3b998b69fa0
|
||||||
provides="openssl-${version}_${revision}"
|
provides="openssl-${version}_${revision}"
|
||||||
replaces="openssl>=0"
|
replaces="openssl>=0"
|
||||||
conf_files="/etc/ssl/openssl.cnf /etc/ssl/x509v3.cnf"
|
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
|
find ${DESTDIR}/usr/share/man/man1 -type f ! -name openssl.1 -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
libcrypto45_package() {
|
libcrypto46_package() {
|
||||||
short_desc+=" - crypto library"
|
short_desc+=" - crypto library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/libcrypto.so.*
|
vmove usr/lib/libcrypto.so.*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libssl47_package() {
|
libssl48_package() {
|
||||||
short_desc+=" - SSL/TLS library"
|
short_desc+=" - SSL/TLS library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/libssl.so.*
|
vmove usr/lib/libssl.so.*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libtls19_package() {
|
libtls20_package() {
|
||||||
short_desc+=" - new TLS library"
|
short_desc+=" - new TLS library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/libtls.so.*
|
vmove usr/lib/libtls.so.*
|
||||||
|
@ -61,8 +61,8 @@ libtls19_package() {
|
||||||
|
|
||||||
libressl-devel_package() {
|
libressl-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="libcrypto45-${version}_${revision} libssl47-${version}_${revision}
|
depends="libcrypto46-${version}_${revision} libssl48-${version}_${revision}
|
||||||
libtls19-${version}_${revision}"
|
libtls20-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
|
Loading…
Add table
Reference in a new issue