mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Update to 3.0.1
PR: ports/147195 Submitted by: Pavel Pankov <pankov_p@mail.ru> (maintainer)
This commit is contained in:
parent
5db39b9890
commit
083caba9b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255512
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user