diff options
author | root <root@rshg054.dnsready.net> | 2012-12-24 02:37:25 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-24 02:37:25 -0800 |
commit | daf3981c259a9a9ee281fe64ad4f81aaea71e686 (patch) | |
tree | 353ea0f18337c9986682c458aa0ad5a6c7e397e3 /extra/libtasn1/PKGBUILD | |
parent | d4cde61aa9a5ccdde242a2bfe9eb7973a49acb49 (diff) |
Mon Dec 24 02:36:08 PST 2012
Diffstat (limited to 'extra/libtasn1/PKGBUILD')
-rw-r--r-- | extra/libtasn1/PKGBUILD | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/extra/libtasn1/PKGBUILD b/extra/libtasn1/PKGBUILD index 3b7021f5e..ce8825abe 100644 --- a/extra/libtasn1/PKGBUILD +++ b/extra/libtasn1/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 172017 2012-11-26 14:46:50Z andyrtr $ +# $Id: PKGBUILD 173800 2012-12-24 00:28:32Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=libtasn1 -pkgver=3.1 +pkgver=3.2 pkgrel=1 pkgdesc="The ASN.1 library used in GNUTLS" arch=('i686' 'x86_64') @@ -12,19 +12,12 @@ url="http://www.gnu.org/software/libtasn1/" depends=('glibc' 'texinfo') options=('!libtool') install=libtasn1.install -source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig} - buffer_overflow_fix.diff) -md5sums=('a3c713c41a9a73851235dc37051be46f' - '43500f54858ffe021e5fd20896b165ad' - '4c9e248a4198d9710bf2f822a7c447a5') +source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}) +md5sums=('1b07629163025b9693aae9b8957842b2' + '67bdae9b78ac7bbfa2ab24c7d46bd577') build() { cd "${srcdir}/${pkgname}-${pkgver}" - - # corrected possible buffer overflow in parser errors. - # http://git.savannah.gnu.org/gitweb/?p=libtasn1.git;a=commit;h=aa6e97f68d6c8d06f531d9b6bb462dc1c0720f77 - patch -Np1 -i ${srcdir}/buffer_overflow_fix.diff - ./configure --prefix=/usr \ --with-packager=Archlinux \ --with-packager-bug-reports="http://bugs.archlinux.org/" \ |