diff options
author | Juergen Daubert <jue@jue.li> | 2017-06-13 19:45:39 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2017-06-13 19:45:39 +0200 |
commit | f7aefd92334acd34bef6af56383f551e3cd44691 (patch) | |
tree | ad2a412e62cb12bbe65e8ddd43e5702f63e8e543 /libxml2 | |
parent | 7f4f508c90c5eb8842d96ecaf03c880cd92d0daa (diff) | |
download | opt-f7aefd92334acd34bef6af56383f551e3cd44691.tar.gz opt-f7aefd92334acd34bef6af56383f551e3cd44691.tar.xz |
[notify] libxml2: 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')
-rw-r--r-- | libxml2/.md5sum | 2 | ||||
-rw-r--r-- | libxml2/.signature | 6 | ||||
-rw-r--r-- | libxml2/Pkgfile | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/libxml2/.md5sum b/libxml2/.md5sum index a61d85086..bede4a713 100644 --- a/libxml2/.md5sum +++ b/libxml2/.md5sum @@ -1 +1 @@ -ae249165c173b1ff386ee8ad676815f5 libxml2-2.9.4.tar.gz +804551a745a8057136530b09007de0da libxml2-2.9.4-68.tar.xz diff --git a/libxml2/.signature b/libxml2/.signature index e93e2adaa..0d6447cda 100644 --- a/libxml2/.signature +++ b/libxml2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/X9PzTXkZZglCwbyWd4UsoTcej86FGsXhJHxF6gCvXgMaC8sJnRayj5+vTiKPL94JvdLAn+OdGxjH10/SXhoVgY= -SHA256 (Pkgfile) = fa1fbc5825dac5611abc7395860a0f4d4e2ad95379dd3c67949d5e71e63c90df +RWSE3ohX2g5d/UllKXGjl4T+HheFvXcrad4yqAjGE8gCZtE2iCTc08jmXgloLmNHYMmwZVjVKOo8jPDHcdmh1qrpZlX97tpOmgU= +SHA256 (Pkgfile) = 43fcd65956cac76a221fcd1587544f40487fe5d7eefcfe72e6bb0e92498ece30 SHA256 (.footprint) = a04491b2ee44acb3aa2e25f0febf2979fa2f5755c6239b63faf8d626dd5d974a -SHA256 (libxml2-2.9.4.tar.gz) = ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c +SHA256 (libxml2-2.9.4-68.tar.xz) = 1b9d641e5891512cc03c46be57a8f63a1f725c34079be56fc7134e5c4be775f8 diff --git a/libxml2/Pkgfile b/libxml2/Pkgfile index 587b636b7..0d63bcd86 100644 --- a/libxml2/Pkgfile +++ b/libxml2/Pkgfile @@ -5,9 +5,10 @@ # Depends on: zlib name=libxml2 -version=2.9.4 +version=2.9.4-68 release=1 -source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz) +#source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.xz) +source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz) build () { cd $name-$version |