libressl: update to 2.0.1.
This commit is contained in:
parent
eb88c697b8
commit
95adbd6586
|
@ -1672,7 +1672,7 @@ libid3.so id3lib-3.8.3_1
|
|||
libid3-3.8.so.3 id3lib-3.8.3_1
|
||||
libgirara-gtk3.so.1 girara-0.2.2_1
|
||||
libjq.so.1 jq-devel-1.4_1
|
||||
libcrypto.so.29 libressl-2.0.0_1
|
||||
libssl.so.26 libressl-2.0.0_1
|
||||
libcrypto.so.30 libressl-2.0.1_1
|
||||
libssl.so.27 libressl-2.0.1_1
|
||||
libvamp-hostsdk.so.3 libvamp-plugin-sdk-2.2_6
|
||||
libportmidi.so portmidi-217_1
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
# Template file for 'libressl'
|
||||
CFLAGS="-Wno-unused-value"
|
||||
|
||||
pkgname=libressl
|
||||
version=2.0.0
|
||||
revision=2
|
||||
version=2.0.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
conflicts="openssl>=0 libssl>=0"
|
||||
short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"
|
||||
|
@ -11,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="OpenSSL-License, SSLeay-License"
|
||||
homepage="http://www.libressl.org/"
|
||||
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${version}.tar.gz"
|
||||
checksum=139ac81c9478accd38a9eb667623d75997a2197cec36f184cd8d23e98a7e475b
|
||||
checksum=9596f6cb3e8bafe35d749dfbdb6c984f1bbd86233598eb5fdb4abf854a5792ba
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -25,6 +23,7 @@ libressl-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue