aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxml2/APKBUILD
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2011-10-12 07:16:23 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2011-10-12 07:16:23 +0000
commit6cdf640e23e89342a88cbeb99d6fb123ef21c77e (patch)
treedca66f9a8f7fe2f7ac7fbbbe24a6556070560d55 /main/libxml2/APKBUILD
parent21b58d82cd057365c7a9dc6643b6f4c602091b6b (diff)
downloadaports-6cdf640e23e89342a88cbeb99d6fb123ef21c77e.tar.bz2
aports-6cdf640e23e89342a88cbeb99d6fb123ef21c77e.tar.xz
main/libxml2: security update CVE-2011-1944, BID 48056
Diffstat (limited to 'main/libxml2/APKBUILD')
-rw-r--r--main/libxml2/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/libxml2/APKBUILD b/main/libxml2/APKBUILD
index f7e4128856..2c58133cf1 100644
--- a/main/libxml2/APKBUILD
+++ b/main/libxml2/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=libxml2
pkgver=2.7.8
-pkgrel=5
+pkgrel=6
pkgdesc="XML parsing library, version 2"
url="http://www.xmlsoft.org/"
arch="all"
@@ -12,7 +12,8 @@ depends_dev="zlib-dev python-dev"
makedepends="zlib-dev python-dev"
subpackages="$pkgname-doc $pkgname-dev py-$pkgname:py $pkgname-utils"
source="ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
- largefile64.patch"
+ largefile64.patch
+ libxml2-2.7.8-CVE-2011-1944.patch"
options="!strip"
@@ -55,4 +56,5 @@ utils() {
}
md5sums="8127a65e8c3b08856093099b52599c86 libxml2-2.7.8.tar.gz
-5ad4915665608ebfa5b89f7908467a72 largefile64.patch"
+5ad4915665608ebfa5b89f7908467a72 largefile64.patch
+49cba5245dfa6f2ec710324df947fff9 libxml2-2.7.8-CVE-2011-1944.patch"