libtls: update to 3.3.4.
This commit is contained in:
parent
90acaae65c
commit
1165787514
1 changed files with 4 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libtls'
|
# Template file for 'libtls'
|
||||||
pkgname=libtls
|
pkgname=libtls
|
||||||
version=3.2.5
|
version=3.3.4
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="libressl-${version}"
|
wrksrc="libressl-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable asm)"
|
configure_args="--enable-libtls-only --enable-nc $(vopt_enable asm)"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
short_desc="Version of the TLS/crypto stack forked from OpenSSL"
|
short_desc="Version of the TLS/crypto stack forked from OpenSSL"
|
||||||
|
@ -13,7 +13,7 @@ license="OpenSSL, ISC"
|
||||||
homepage="http://www.libressl.org/"
|
homepage="http://www.libressl.org/"
|
||||||
changelog="https://raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog"
|
||||||
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.gz"
|
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.gz"
|
||||||
checksum=798a65fd61d385e09d559810cdfa46512f8def5919264cfef241a7b086ce7cfe
|
checksum=bcce767a3fed252bfd1210f8a7e3505a2b54d3008f66e43d9b95e3f30c072931
|
||||||
_lssl_asm_ver="1.2.0"
|
_lssl_asm_ver="1.2.0"
|
||||||
replaces="libtls20>0"
|
replaces="libtls20>0"
|
||||||
|
|
||||||
|
@ -54,7 +54,6 @@ do_install() {
|
||||||
vlicense libressl-portable-asm-${_lssl_asm_ver}/LICENSE.cryptogams
|
vlicense libressl-portable-asm-${_lssl_asm_ver}/LICENSE.cryptogams
|
||||||
vlicense libressl-portable-asm-${_lssl_asm_ver}/LICENSE.openssl
|
vlicense libressl-portable-asm-${_lssl_asm_ver}/LICENSE.openssl
|
||||||
fi
|
fi
|
||||||
#find ${DESTDIR}/usr/share/man/man1 -type f ! -name openssl.1 -delete
|
|
||||||
}
|
}
|
||||||
|
|
||||||
libtls-devel_package() {
|
libtls-devel_package() {
|
||||||
|
|
Loading…
Reference in a new issue