diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-06-17 17:39:44 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-06-17 17:39:44 +1000 |
commit | 50ff6e5ff4abc0f792b55e1e76324eebfe68843c (patch) | |
tree | d9c819830eaeb905e2c9bc334d1ad2e7b6c9e5d3 /libxml2-32 | |
parent | a0fb35c65c8ee7bc65144fb2b3e4d68bc8409006 (diff) | |
download | compat-32-50ff6e5ff4abc0f792b55e1e76324eebfe68843c.tar.gz compat-32-50ff6e5ff4abc0f792b55e1e76324eebfe68843c.tar.xz |
[notify] libxml2-32: security update to 2.9.4-68
security fixes for the following CVEs:
CVE-2017-5969, CVE-2017-9047, CVE-2017-9048, CVE-2017-9049,
CVE-2017-9050, CVE-2016-4658, CVE-2016-5131
Diffstat (limited to 'libxml2-32')
-rw-r--r-- | libxml2-32/.md5sum | 2 | ||||
-rw-r--r-- | libxml2-32/.signature | 6 | ||||
-rw-r--r-- | libxml2-32/Pkgfile | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/libxml2-32/.md5sum b/libxml2-32/.md5sum index a61d8508..bede4a71 100644 --- a/libxml2-32/.md5sum +++ b/libxml2-32/.md5sum @@ -1 +1 @@ -ae249165c173b1ff386ee8ad676815f5 libxml2-2.9.4.tar.gz +804551a745a8057136530b09007de0da libxml2-2.9.4-68.tar.xz diff --git a/libxml2-32/.signature b/libxml2-32/.signature index 365e38f5..329325cd 100644 --- a/libxml2-32/.signature +++ b/libxml2-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXTc6Im3wU53Z+Cmj9LGKcNOSiXmnq6nWEu6sKKjIAMHOQ5jrRdLA9Xj2o07JSvChtonjdxxoCJSN1nGkpWZ76wM= -SHA256 (Pkgfile) = aa6a239794684f203fb538371ae9e9f8fccae8ac1600a7dc8fa34beeb8cae9b0 +RWSwxGo/zH7eXVQNJsFM8u4+tBKtMJyrx8Z6i4/Hqy9GVKZILar/Rp4F9gXE0TgRn5S6aHLPQ8b9rnZ+PtqfXkU9L/jBSQggVAE= +SHA256 (Pkgfile) = 4ffcd87fc996f204452df184618a32ed9b3e55b6c52875722a9e8431790abdfe SHA256 (.footprint) = 28416d628a3c28b9ec48ef7ddc47d2c79902ef0b0aefbb41044ad5dc1fcdbd4d -SHA256 (libxml2-2.9.4.tar.gz) = ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c +SHA256 (libxml2-2.9.4-68.tar.xz) = 1b9d641e5891512cc03c46be57a8f63a1f725c34079be56fc7134e5c4be775f8 diff --git a/libxml2-32/Pkgfile b/libxml2-32/Pkgfile index be506d55..b82f0364 100644 --- a/libxml2-32/Pkgfile +++ b/libxml2-32/Pkgfile @@ -4,12 +4,13 @@ # Depends on: zlib-32 xz-32 libxml2 name=libxml2-32 -version=2.9.4 +version=2.9.4-68 release=1 -source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz) +#source=(ftp://xmlsoft.org/libxml2/${name%-*}-$version.tar.gz) +source=(http://crux.s3.amazonaws.com/dist/${name%-*}-$version.tar.xz) build() { - cd libxml2-$version + cd ${name%-*}-$version ./configure \ --prefix=/usr \ |