[arch-commits] Commit in expat/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Wed Mar 28 00:02:27 UTC 2012


    Date: Tuesday, March 27, 2012 @ 20:02:26
  Author: allan
Revision: 154409

upgpkg: expat 2.1.0-1

upstream update, remove patches inculded upstream

Modified:
  expat/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-27 23:27:18 UTC (rev 154408)
+++ PKGBUILD	2012-03-28 00:02:26 UTC (rev 154409)
@@ -3,25 +3,19 @@
 # Committer: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=expat
-pkgver=2.0.1
-pkgrel=7
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="An XML parser library"
 arch=('i686' 'x86_64')
 url="http://expat.sourceforge.net/"
 license=('custom')
 depends=('glibc')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/expat/${pkgname}-${pkgver}.tar.gz
-        CVE-2009-3560.patch
-        CVE-2009-3720.patch)
-md5sums=('ee8b492592568805593f81f8cdf2a04c'
-         '50603cac0f03aabc7087415251f592be'
-         'f3eeb796f28945899216b815e5901996')
+source=(http://downloads.sourceforge.net/sourceforge/expat/${pkgname}-${pkgver}.tar.gz)
+md5sums=('dd7dab7a5fea97d2a6a43f511449b7cd')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i $srcdir/CVE-2009-3560.patch
-  patch -Np1 -i $srcdir/CVE-2009-3720.patch
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }




More information about the arch-commits mailing list