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

Dave Reisner dreisner at archlinux.org
Fri Oct 24 20:17:38 UTC 2014


    Date: Friday, October 24, 2014 @ 22:17:38
  Author: dreisner
Revision: 225297

upgpkg: libxml2 2.9.2-1

- add optdepend on python2
- resolve CVE-2014-3660 (FS#40790)

Modified:
  libxml2/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-24 19:22:57 UTC (rev 225296)
+++ PKGBUILD	2014-10-24 20:17:38 UTC (rev 225297)
@@ -4,17 +4,18 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=libxml2
-pkgver=2.9.1
-pkgrel=5
+pkgver=2.9.2
+pkgrel=1
 pkgdesc="XML parsing library, version 2"
 arch=(i686 x86_64)
 license=('MIT')
 depends=('zlib' 'readline' 'ncurses' 'xz')
 makedepends=('python2')
+optdepends=('python2: python bindings to libxml')
 url="http://www.xmlsoft.org/"
 source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
         http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
+md5sums=('9e6a9aca9d155737868b3dc5fd82f788'
          'ae3d1ebe000a3972afa104ca7f0e1b4a')
 
 prepare() {



More information about the arch-commits mailing list