aboutsummaryrefslogtreecommitdiffstats
path: root/german
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2015-09-14 12:10:55 +0800
committerohauer <ohauer@FreeBSD.org>2015-09-14 12:10:55 +0800
commita6ec2cd086f680a1d301a223dd06aedfa0e2a09a (patch)
tree3a625dd20a1c6beda92c01d780d8d28a64a09bc6 /german
parentada48ac3208a7db7812f867b26298e3d5f738be7 (diff)
downloadfreebsd-ports-gnome-a6ec2cd086f680a1d301a223dd06aedfa0e2a09a.tar.gz
freebsd-ports-gnome-a6ec2cd086f680a1d301a223dd06aedfa0e2a09a.tar.zst
freebsd-ports-gnome-a6ec2cd086f680a1d301a223dd06aedfa0e2a09a.zip
- update bugzilla ports to 5.0.1 / 4.4.10
o Users whose login name is not an email address could not log in on installations which use LDAP to authenticate users. o If a mandatory custom field was hidden, it was not possible to create a new bug or to edit existing ones. o A user editing his login name to point to a non-existent email address could cause Bugzilla to stop working, causing a denial of service. o Emails generated during a transaction made PostgreSQL stop working. o Bugs containing a comment with a reference to a bug ID larger than 2^31 could not be displayed anymore using PostgreSQL. o Emails sent by Bugzilla are now correctly encoded as UTF-8. o The date picker in the "Time Summary" page was broken. o If Test::Taint or any other Perl module required to use the JSON-RPC API was not installed or was too old, the UI to tag comments was displayed anyway, you could tag comments, but tags were not persistent (they were lost on page reload). Now the UI to tag comments is not displayed at all until the missing Perl modules are installed and up-to-date. o Custom fields of type INTEGER now accept negative integers. MFH: 2015Q3 Security: CVE-2015-4499 Security: ea893f06-5a92-11e5-98c0-20cf30e32f6d
Diffstat (limited to 'german')
-rw-r--r--german/bugzilla44/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/german/bugzilla44/Makefile b/german/bugzilla44/Makefile
index febcdc26517e..d63982d803c5 100644
--- a/german/bugzilla44/Makefile
+++ b/german/bugzilla44/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bugzilla
PORTVERSION= 4.4.9
-#PORTREVISION= 1
+PORTREVISION= 1
CATEGORIES= german
MASTER_SITES= SF/bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
DISTNAME= ${PORTNAME}-de-${PORTVERSION}-1.utf-8
@@ -16,7 +16,7 @@ NO_WRKSUBDIR= yes
# adjust BZ_REVNUM if bugzilla revision was incremented and there are no
# changes in bugzilla/templates/en. If not used simply comment the line.
-#BZ_REVNUM= 9
+BZ_REVNUM= 10
.include "${.CURDIR}/../../devel/bugzilla44/Makefile.common"