aboutsummaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2015-09-14 04:10:55 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2015-09-14 04:10:55 +0000
commit7bf5d6d9cb4c2aa206087aa82b1a749a084c7859 (patch)
tree3a625dd20a1c6beda92c01d780d8d28a64a09bc6 /german
parent3ecb75d2eea44c1641e94b5e2bd09dc706617432 (diff)
downloadports-7bf5d6d9cb4c2aa206087aa82b1a749a084c7859.tar.gz
ports-7bf5d6d9cb4c2aa206087aa82b1a749a084c7859.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
Notes
Notes: svn path=/head/; revision=396878
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"