1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- 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
This commit is contained in:
Olli Hauer 2015-09-14 04:10:55 +00:00
parent 3ecb75d2ee
commit 7bf5d6d9cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396878
5 changed files with 8 additions and 9 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= bugzilla
PORTVERSION= 4.4.9
PORTREVISION= 1
PORTVERSION= 4.4.10
CATEGORIES= devel
MASTER_SITES= MOZILLA/webtools MOZILLA/webtools/archived

View File

@ -1,2 +1,2 @@
SHA256 (bugzilla/bugzilla-4.4.9.tar.gz) = fb08e3c7a3f69fe832073827c5fa313e2290962fbce11bd56c23477fc52e6c65
SIZE (bugzilla/bugzilla-4.4.9.tar.gz) = 4937291
SHA256 (bugzilla/bugzilla-4.4.10.tar.gz) = c4226699d084da2f9a265a3d4dd422ffa16a9babca9ab677ed8b6e988a4055ac
SIZE (bugzilla/bugzilla-4.4.10.tar.gz) = 4943339

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bugzilla
PORTVERSION= 5.0
PORTVERSION= 5.0.1
CATEGORIES= devel
MASTER_SITES= MOZILLA/webtools MOZILLA/webtools/archived

View File

@ -1,2 +1,2 @@
SHA256 (bugzilla/bugzilla-5.0.tar.gz) = ee5a26c00c67531ef4ce9bf5eae6f07bd59d8900ebe3139ca8e96562f92c7e06
SIZE (bugzilla/bugzilla-5.0.tar.gz) = 3996799
SHA256 (bugzilla/bugzilla-5.0.1.tar.gz) = f0f85bf405984770d65f60f5a828ea4d173acaca4aa85e4e58b4e88b1ae186a5
SIZE (bugzilla/bugzilla-5.0.1.tar.gz) = 4061348

View File

@ -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"