diff options
author | pav <pav@FreeBSD.org> | 2010-06-02 19:24:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-02 19:24:45 +0800 |
commit | 9b30e913f78dce7f4553274114a422027e1368c5 (patch) | |
tree | ec186b8962c144914c8e3b41d7f5243d73e564f2 | |
parent | 0723cbf833cac03a9c90b0ff5d5983fa5cc05d30 (diff) | |
download | freebsd-ports-graphics-9b30e913f78dce7f4553274114a422027e1368c5.tar.gz freebsd-ports-graphics-9b30e913f78dce7f4553274114a422027e1368c5.tar.zst freebsd-ports-graphics-9b30e913f78dce7f4553274114a422027e1368c5.zip |
- Update to 3.0.1
PR: ports/147195
Submitted by: Pavel Pankov <pankov_p@mail.ru> (maintainer)
-rw-r--r-- | security/vuxml/vuln.xml | 27 | ||||
-rw-r--r-- | www/ziproxy/Makefile | 4 | ||||
-rw-r--r-- | www/ziproxy/distinfo | 6 | ||||
-rw-r--r-- | www/ziproxy/pkg-plist | 8 |
4 files changed, 40 insertions, 5 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 019d8d6dfcf..c3e482a33a9 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,33 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="b43004b8-6a53-11df-bc7b-0245fb008c0b"> + <topic>ziproxy -- atypical huge picture files vulnerability</topic> + <affects> + <package> + <name>ziproxy</name> + <range><lt>3.0.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Ziproxy 3.0.1 release fixes a security vulnerability related + to atypical huge picture files (>4GB of size once expanded).</p> + </body> + </description> + <references> + <url>http://ziproxy.sourceforge.net/#news</url> + <url>http://secunia.com/advisories/39941</url> + <cvename>CVE-2010-1513</cvename> + <bid>40344</bid> + <mlist msgid="201005210019.37119.dancab@gmx.net">http://sourceforge.net/mailarchive/message.php?msg_name=201005210019.37119.dancab%40gmx.net</mlist> + </references> + <dates> + <discovery>2010-05-20</discovery> + <entry>2010-05-28</entry> + </dates> + </vuln> + <vuln vid="fc55e396-6deb-11df-8b8e-000c29ba66d2"> <topic>mediawiki -- two security vulnerabilities</topic> <affects> diff --git a/www/ziproxy/Makefile b/www/ziproxy/Makefile index 694a3c7e67b..6ea6e6a4620 100644 --- a/www/ziproxy/Makefile +++ b/www/ziproxy/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= ziproxy -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -65,7 +65,7 @@ post-install: .endif @${MKDIR} ${DATADIR}/error -.for FILE in ${ERRORFILES} +.for FILE in ${ERROR_FILES} @${INSTALL_DATA} ${WRKSRC}/var/ziproxy/error/${FILE} ${DATADIR}/error/${FILE} .endfor diff --git a/www/ziproxy/distinfo b/www/ziproxy/distinfo index 4b39616e757..15c8b7b40a2 100644 --- a/www/ziproxy/distinfo +++ b/www/ziproxy/distinfo @@ -1,3 +1,3 @@ -MD5 (ziproxy-3.0.0.tar.bz2) = f72c3859475fe8b119040f5f5f659ca0 -SHA256 (ziproxy-3.0.0.tar.bz2) = 05e74181d265e764a565a9f3567f53c254d364bb176bac0f5fa1bfe3facd7cb8 -SIZE (ziproxy-3.0.0.tar.bz2) = 257263 +MD5 (ziproxy-3.0.1.tar.bz2) = 7af0f00a5b58d17f8d9a4f768e740ef7 +SHA256 (ziproxy-3.0.1.tar.bz2) = c46032e2c1e0239bf869d91ff28226faf88130d822cf327f8c363ed2e1ed3e11 +SIZE (ziproxy-3.0.1.tar.bz2) = 257664 diff --git a/www/ziproxy/pkg-plist b/www/ziproxy/pkg-plist index 2bf307d498f..42a5396974e 100644 --- a/www/ziproxy/pkg-plist +++ b/www/ziproxy/pkg-plist @@ -13,5 +13,13 @@ etc/ziproxy/replace_ct.list.sample @exec if [ ! -f %D/etc/ziproxy/ziproxy.conf ] ; then cp -p %D/%F %B/ziproxy.conf; fi etc/ziproxy/ziproxy.conf.sample @dirrmtry etc/ziproxy +%%DATADIR%%/error/400.html +%%DATADIR%%/error/403.html +%%DATADIR%%/error/404.html +%%DATADIR%%/error/407.html +%%DATADIR%%/error/408.html +%%DATADIR%%/error/409.html +%%DATADIR%%/error/500.html +%%DATADIR%%/error/503.html @dirrm %%DATADIR%%/error @dirrm %%DATADIR%% |