diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-10 20:22:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-10 20:22:41 +0000 |
commit | 85a0e5f5b105eeef466174d71f000b6e83e60599 (patch) | |
tree | 44f84937a5caf22d8794c681fa2fe3e7fd71018a /textproc/libxml/Makefile | |
parent | d6eda5e39451bfeaef4d0011dbc872c5a2788efa (diff) | |
download | ports-85a0e5f5b105eeef466174d71f000b6e83e60599.tar.gz ports-85a0e5f5b105eeef466174d71f000b6e83e60599.zip |
Backport patch from libxml2-2.6.15 to fix buffer overflows [nanoftp.c,
nanohttp.c, CAN-2004-0989]
Obtained from: Debian Woody libxml source RPM
Reported by: simon
Notes
Notes:
svn path=/head/; revision=121327
Diffstat (limited to 'textproc/libxml/Makefile')
-rw-r--r-- | textproc/libxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 166a9674792a..6a37156ede56 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -7,7 +7,7 @@ PORTNAME= libxml PORTVERSION= 1.8.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/libxml/1.8 |