aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/bugzilla/Makefile
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 /japanese/bugzilla/Makefile
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 'japanese/bugzilla/Makefile')
-rw-r--r--japanese/bugzilla/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/japanese/bugzilla/Makefile b/japanese/bugzilla/Makefile
deleted file mode 100644
index 4cfc282cf20e..000000000000
--- a/japanese/bugzilla/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= bugzilla
-PORTVERSION= 4.0.10
-CATEGORIES= japanese
-MASTER_SITES= http://bug-ja.org/releases/4.0/ \
- LOCAL
-MASTER_SITE_SUBDIR= tota/bugzilla-ja
-DISTNAME= Bugzilla-ja-${PORTVERSION}-template
-
-MAINTAINER= bugzilla@FreeBSD.org
-COMMENT= Japanese localization for Bugzilla
-
-RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla
-
-NO_WRKSUBDIR= yes
-
-.include "${.CURDIR}/../../devel/bugzilla/Makefile.common"
-
-USE_BZIP2= yes
-
-LANGDIR= ${WWWDIR}/template/ja
-
-do-install:
- @-${MKDIR} ${STAGEDIR}${LANGDIR}/default
- @cd ${WRKDIR}/default; ${COPYTREE_SHARE} . ${STAGEDIR}${LANGDIR}/default
-
-# Maintainer
-plist: patch
- @( cd ${WRKDIR}/ && ${FIND} default -type f | ${AWK} '{print "%%WWWDIR%%/template/ja/"$$1}' | ${SORT} > ${PLIST}.new )
- @( cd ${WRKDIR}/ && ${FIND} default -type d | ${AWK} '{print "@dirrmtry %%WWWDIR%%/template/ja/"$$1}' | ${SORT} -r >> ${PLIST}.new )
- @${ECHO} "@dirrmtry %%WWWDIR%%/template/ja" >> ${PLIST}.new
- @if ${DIFF} -u ${PLIST} ${PLIST}.new ; then \
- ${ECHO_MSG} no pkg-plist changes; \
- ${RM} ${PLIST}.new ; \
- fi
-
-.include <bsd.port.mk>