gnutls: update to 3.5.9.
This commit is contained in:
parent
3f65029734
commit
c33c500e47
1 changed files with 5 additions and 4 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'gnutls'
|
# Template file for 'gnutls'
|
||||||
pkgname=gnutls
|
pkgname=gnutls
|
||||||
version=3.4.17
|
version=3.5.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-zlib --disable-guile --disable-static
|
configure_args="--with-zlib --disable-guile --disable-static
|
||||||
--disable-valgrind-tests --disable-rpath"
|
--disable-valgrind-tests --disable-rpath"
|
||||||
hostmakedepends="automake gettext-devel pkg-config libtool"
|
hostmakedepends="automake gettext-devel pkg-config libtool"
|
||||||
makedepends="zlib-devel lzo-devel readline-devel libgpg-error-devel
|
makedepends="zlib-devel lzo-devel readline-devel libgpg-error-devel
|
||||||
libtasn1-devel libgcrypt-devel p11-kit-devel nettle-devel libidn-devel"
|
libtasn1-devel libgcrypt-devel p11-kit-devel nettle-devel libidn-devel
|
||||||
|
libunistring-devel"
|
||||||
short_desc="GNU Transport Layer Security library"
|
short_desc="GNU Transport Layer Security library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gnu.org/software/gnutls/"
|
homepage="https://gnutls.org"
|
||||||
license="GPL-3, LGPL-2.1"
|
license="GPL-3, LGPL-2.1"
|
||||||
distfiles="ftp://ftp.gnutls.org/gcrypt/gnutls/v${version%.*}/gnutls-${version}.tar.xz"
|
distfiles="ftp://ftp.gnutls.org/gcrypt/gnutls/v${version%.*}/gnutls-${version}.tar.xz"
|
||||||
checksum=9b50e8a670d5e950425d96935c7ddd415eb6f8079615a36df425f09a3143172e
|
checksum=82b10f0c4ef18f4e64ad8cef5dbaf14be732f5095a41cf366b4ecb4050382951
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue