libtls: update to 3.7.2.
This commit is contained in:
parent
af0775b218
commit
927930a602
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libtls'
|
||||
pkgname=libtls
|
||||
version=3.6.2
|
||||
version=3.7.2
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="libressl-${version}"
|
||||
|
@ -12,9 +12,9 @@ short_desc="Version of the TLS/crypto stack forked from OpenSSL"
|
|||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="OpenSSL, ISC"
|
||||
homepage="http://www.libressl.org/"
|
||||
changelog="https://raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog"
|
||||
changelog="https://raw.githubusercontent.com/libressl/portable/master/ChangeLog"
|
||||
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.gz"
|
||||
checksum=4be80fff073746cf50b4a8e5babe2795acae98c6b132a9e02519b445dfbfd033
|
||||
checksum=b06aa538fefc9c6b33c4db4931a09a5f52d9d2357219afcbff7d93fe12ebf6f7
|
||||
_lssl_asm_ver="1.2.0"
|
||||
replaces="libtls20>0"
|
||||
patch_args="-Np1 --directory=${build_wrksrc}"
|
||||
|
@ -22,7 +22,7 @@ patch_args="-Np1 --directory=${build_wrksrc}"
|
|||
build_options="asm"
|
||||
desc_option_asm="Use platform assembly for faster crypto"
|
||||
|
||||
build_options_default="asm"
|
||||
build_options_default=""
|
||||
|
||||
if [ "$build_option_asm" ]; then
|
||||
distfiles+=" https://github.com/q66/libressl-portable-asm/archive/v${_lssl_asm_ver}.tar.gz"
|
||||
|
|
Loading…
Add table
Reference in a new issue