libressl: update to 2.8.0.
This commit is contained in:
parent
a4ddd7cb3b
commit
73ded0cf32
|
@ -3324,3 +3324,6 @@ libfmt.so.5 fmt-5.2.1_1
|
|||
libelementary-calendar.so.0 libio.elementary.calendar-4.2.3_1
|
||||
libolm.so.2 olm-2.3.0_1
|
||||
libmatrix_client.so.0.2.0 mtxclient-0.2.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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libressl'
|
||||
pkgname=libressl
|
||||
version=2.7.4
|
||||
version=2.8.2
|
||||
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=1e3a9fada06c1c060011470ad0ff960de28f9a0515277d7336f7e09362517da6
|
||||
checksum=b8cb31e59f1294557bfc80f2a662969bc064e83006ceef0574e2553a1c254fd5
|
||||
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
|
||||
}
|
||||
|
||||
libcrypto43_package() {
|
||||
libcrypto44_package() {
|
||||
short_desc+=" - crypto library"
|
||||
pkg_install() {
|
||||
vmove usr/lib/libcrypto.so.*
|
||||
}
|
||||
}
|
||||
|
||||
libssl45_package() {
|
||||
libssl46_package() {
|
||||
short_desc+=" - SSL/TLS library"
|
||||
pkg_install() {
|
||||
vmove usr/lib/libssl.so.*
|
||||
}
|
||||
}
|
||||
|
||||
libtls17_package() {
|
||||
libtls18_package() {
|
||||
short_desc+=" - new TLS library"
|
||||
pkg_install() {
|
||||
vmove usr/lib/libtls.so.*
|
||||
|
@ -61,8 +61,8 @@ libtls17_package() {
|
|||
|
||||
libressl-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libcrypto43-${version}_${revision} libssl45-${version}_${revision}
|
||||
libtls17-${version}_${revision}"
|
||||
depends="libcrypto44-${version}_${revision} libssl46-${version}_${revision}
|
||||
libtls18-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
|
|
Loading…
Reference in New Issue
Block a user