libressl: update to 2.1.0.
This commit is contained in:
parent
3a77a01d19
commit
531a750572
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libressl'
|
# Template file for 'libressl'
|
||||||
pkgname=libressl
|
pkgname=libressl
|
||||||
version=2.0.5
|
version=2.1.0
|
||||||
revision=7
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"
|
short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="OpenSSL-License, SSLeay-License, ISC"
|
license="OpenSSL-License, SSLeay-License, ISC"
|
||||||
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=3f5463b5deb93efd2ac4e23a20612a1ccf3299a569d03880bb204c90647dfc9a
|
checksum=a32d97b61a98c35f344584b985caf49a3fc3e0e6e24d0bbbbe34fe61dd2627ac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
@ -28,7 +28,6 @@ libressl-devel_package() {
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libressl-openssl_package() {
|
libressl-openssl_package() {
|
||||||
short_desc+=" - utilities"
|
short_desc+=" - utilities"
|
||||||
# required by c_rehash
|
# required by c_rehash
|
||||||
|
|
Loading…
Reference in New Issue