aboutsummaryrefslogtreecommitdiffstats
path: root/russian/bugzilla42
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2013-10-18 03:35:22 +0800
committerohauer <ohauer@FreeBSD.org>2013-10-18 03:35:22 +0800
commitae9d631bf9fd07156209d378c1d3373f90352e13 (patch)
tree533dea51d71c7a52cd1c16c126c264779d421009 /russian/bugzilla42
parenta7549f9d1499fceb2b9e7e8663ef4e8a621b420e (diff)
downloadfreebsd-ports-gnome-ae9d631bf9fd07156209d378c1d3373f90352e13.tar.gz
freebsd-ports-gnome-ae9d631bf9fd07156209d378c1d3373f90352e13.tar.zst
freebsd-ports-gnome-ae9d631bf9fd07156209d378c1d3373f90352e13.zip
- update to latest release [1]
- use PKGNAMESUFFIX instead LATEST_LINK - whitespace cleanup - svn mv */bugzilla to */bugzilla40 - add vuxml entry 4.4.1, 4.2.7, and 4.0.11 Security Advisory Wednesday Oct 16th, 2013 Summary ======= Bugzilla is a Web-based bug-tracking system used by a large number of software projects. The following security issues have been discovered in Bugzilla: * A CSRF vulnerability in process_bug.cgi affecting Bugzilla 4.4 only can lead to a bug being edited without the user consent. * A CSRF vulnerability in attachment.cgi can lead to an attachment being edited without the user consent. * Several unfiltered parameters when editing flagtypes can lead to XSS. * Due to an incomplete fix for CVE-2012-4189, some incorrectly filtered field values in tabular reports can lead to XSS. All affected installations are encouraged to upgrade as soon as possible. [1] even bugzilla40 gets upstream fixes an upgrade to bugzilla42/44 is recommend Security: vid e135f0c9-375f-11e3-80b7-20cf30e32f6d CVE-2013-1733 CVE-2013-1734 CVE-2013-1742 CVE-2013-1743
Diffstat (limited to 'russian/bugzilla42')
-rw-r--r--russian/bugzilla42/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/russian/bugzilla42/Makefile b/russian/bugzilla42/Makefile
index 4887e9e48d7a..20d46ca4c00a 100644
--- a/russian/bugzilla42/Makefile
+++ b/russian/bugzilla42/Makefile
@@ -10,14 +10,12 @@ DISTNAME= bugzilla-${PORTVERSION}-ru-20130618
MAINTAINER= bugzilla@FreeBSD.org
COMMENT= Russian localization for Bugzilla
-RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla42
+RUN_DEPENDS= bugzilla42>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla42
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.ru
.include "${.CURDIR}/../../devel/bugzilla42/Makefile.common"
-LATEST_LINK= ${PKGNAMEPREFIX}bugzilla42
-
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC}/ && ${PAX} -r -w * ${STAGEDIR}${WWWDIR})