[arch-commits] Commit in libxml2/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Mon Oct 31 21:50:02 UTC 2016
Date: Monday, October 31, 2016 @ 21:50:02
Author: jgc
Revision: 279547
upgpkg: libxml2 2.9.4+12+ge905f08-1
Fix some security issues
Modified:
libxml2/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-31 21:13:33 UTC (rev 279546)
+++ PKGBUILD 2016-10-31 21:50:02 UTC (rev 279547)
@@ -4,7 +4,7 @@
# Contributor: John Proctor <jproctor at prium.net>
pkgname=libxml2
-pkgver=2.9.4+4+g3169602
+pkgver=2.9.4+12+ge905f08
pkgrel=1
pkgdesc="XML parsing library, version 2"
arch=(i686 x86_64)
@@ -13,7 +13,8 @@
options=(!makeflags)
makedepends=('python2' 'python' 'git')
url="http://www.xmlsoft.org/"
-source=('git://git.gnome.org/libxml2#commit=3169602058bd2d04913909e869c61d1540bc7fb4'
+_commit=e905f08123e4a6e7731549e6f09dadff4cab65bd # master
+source=(git://git.gnome.org/libxml2#commit=$_commit
http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
md5sums=('SKIP'
'ae3d1ebe000a3972afa104ca7f0e1b4a')
More information about the arch-commits
mailing list