diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-10-18 03:35:22 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-10-18 03:35:22 +0800 |
commit | ae9d631bf9fd07156209d378c1d3373f90352e13 (patch) | |
tree | 533dea51d71c7a52cd1c16c126c264779d421009 /russian | |
parent | a7549f9d1499fceb2b9e7e8663ef4e8a621b420e (diff) | |
download | freebsd-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')
-rw-r--r-- | russian/Makefile | 2 | ||||
-rw-r--r-- | russian/bugzilla40/Makefile (renamed from russian/bugzilla/Makefile) | 2 | ||||
-rw-r--r-- | russian/bugzilla40/distinfo (renamed from russian/bugzilla/distinfo) | 0 | ||||
-rw-r--r-- | russian/bugzilla40/pkg-descr (renamed from russian/bugzilla/pkg-descr) | 0 | ||||
-rw-r--r-- | russian/bugzilla40/pkg-message (renamed from russian/bugzilla/pkg-message) | 0 | ||||
-rw-r--r-- | russian/bugzilla40/pkg-plist (renamed from russian/bugzilla/pkg-plist) | 0 | ||||
-rw-r--r-- | russian/bugzilla42/Makefile | 4 |
7 files changed, 3 insertions, 5 deletions
diff --git a/russian/Makefile b/russian/Makefile index 7d9155e7c75a..d328aab34366 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -6,7 +6,7 @@ SUBDIR += MT SUBDIR += artwiz-ru SUBDIR += aspell - SUBDIR += bugzilla + SUBDIR += bugzilla40 SUBDIR += bugzilla42 SUBDIR += calligra-l10n SUBDIR += d1489 diff --git a/russian/bugzilla/Makefile b/russian/bugzilla40/Makefile index 6aeab779ef95..fd3f67bd2e38 100644 --- a/russian/bugzilla/Makefile +++ b/russian/bugzilla40/Makefile @@ -10,7 +10,7 @@ DISTNAME= bugzilla-${PORTVERSION}-ru-20130222 MAINTAINER= bugzilla@FreeBSD.org COMMENT= Russian localization for Bugzilla -RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla +RUN_DEPENDS= bugzilla40>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla40 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.ru diff --git a/russian/bugzilla/distinfo b/russian/bugzilla40/distinfo index 59f57699c744..59f57699c744 100644 --- a/russian/bugzilla/distinfo +++ b/russian/bugzilla40/distinfo diff --git a/russian/bugzilla/pkg-descr b/russian/bugzilla40/pkg-descr index 125062361afd..125062361afd 100644 --- a/russian/bugzilla/pkg-descr +++ b/russian/bugzilla40/pkg-descr diff --git a/russian/bugzilla/pkg-message b/russian/bugzilla40/pkg-message index 356e24d70c10..356e24d70c10 100644 --- a/russian/bugzilla/pkg-message +++ b/russian/bugzilla40/pkg-message diff --git a/russian/bugzilla/pkg-plist b/russian/bugzilla40/pkg-plist index 6c4c08ce702d..6c4c08ce702d 100644 --- a/russian/bugzilla/pkg-plist +++ b/russian/bugzilla40/pkg-plist 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}) |