diff options
| author | spz <spz@pkgsrc.org> | 2015-04-24 11:32:29 +0000 |
|---|---|---|
| committer | spz <spz@pkgsrc.org> | 2015-04-24 11:32:29 +0000 |
| commit | c3081c2e07f1306361ca74094de83f34426c53cc (patch) | |
| tree | 0355eb1dac8277d177c067c158c8a0f0f4ab4d2e /textproc/libxml2/Makefile | |
| parent | a816e942aee1b814a986cce5152fc6313b203fb4 (diff) | |
| download | pkgsrc-c3081c2e07f1306361ca74094de83f34426c53cc.tar.gz | |
patch for CVE-2015-1819 Enforce the reader to run in constant memory
from https://git.gnome.org/browse/libxml2/commit/?id=213f1fe0d76d30eaed6e5853057defc43e6df2c9
+general patch refresh
Diffstat (limited to 'textproc/libxml2/Makefile')
| -rw-r--r-- | textproc/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index bf0ec12b3e6..cf738dd7b97 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.136 2015/03/22 05:53:12 tnn Exp $ +# $NetBSD: Makefile,v 1.137 2015/04/24 11:32:29 spz Exp $ DISTNAME= libxml2-2.9.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ http://xmlsoft.org/sources/ |
