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

Jan de Groot jgc at archlinux.org
Wed Jun 28 22:08:57 UTC 2017


    Date: Wednesday, June 28, 2017 @ 22:08:56
  Author: jgc
Revision: 299382

upgpkg: libxml2 2.9.4+91+g872fea94-1

Update to latest git snapshot. Fixes quite some memleaks, NULL pointer dereferences and also FS#54482

Modified:
  libxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-28 22:01:00 UTC (rev 299381)
+++ PKGBUILD	2017-06-28 22:08:56 UTC (rev 299382)
@@ -4,8 +4,8 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=libxml2
-pkgver=2.9.4+16+g07418011
-pkgrel=2
+pkgver=2.9.4+91+g872fea94
+pkgrel=1
 pkgdesc="XML parsing library, version 2"
 arch=(i686 x86_64)
 license=('MIT')
@@ -13,7 +13,7 @@
 options=(!makeflags)
 makedepends=('python2' 'python' 'git')
 url="http://www.xmlsoft.org/"
-_commit=074180119fc90d5fd04ef9e8a5ee1910d6f9ad8e  # master
+_commit=872fea9485bd715aeccdaef64cda8a4cc05bd9c5  # master
 source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit
         https://www.w3.org/XML/Test/xmlts20080827.tar.gz
         libxml2-2.9.4-remove-pyverify_fd.patch)



More information about the arch-commits mailing list