aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2015-12-23 15:30:37 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2015-12-23 15:30:37 +0000
commitefb675160f3703adc11756f82c8a011e61afd467 (patch)
tree9cc92a1018da1d9af13a248194340ff5246f7237
parent82e2328cf6ee6a3d1e836b29911b6f2b0fda59fb (diff)
downloadports-efb675160f3703adc11756f82c8a011e61afd467.tar.gz
ports-efb675160f3703adc11756f82c8a011e61afd467.zip
MFH: r404285
- update to 4.4.11 This release fixes two security issues. See the Security Advisory for details. [1] This release also contains the following bug fix: o mod_perl now works correctly with mod_access_compat turned off on Apache 2.4. The (incorrect) fix implemented in Bugzilla 4.4.9 has been backed out. To regenerate the .htaccess files, you must first delete all existing ones in subdirectories: find . -mindepth 2 -name .htaccess -exec rm -f {} \; You must then run checksetup.pl again to recreate them with the correct syntax. (Bug 1223790) [1] https://www.bugzilla.org/security/4.2.15/ Security: CVE-2015-8508 CVE-2015-8509 vid="54075861-a95a-11e5-8b40-20cf30e32f6d" Approved by: portmgr (feld@)
Notes
Notes: svn path=/branches/2015Q4/; revision=404299
-rw-r--r--devel/bugzilla44/Makefile5
-rw-r--r--devel/bugzilla44/distinfo4
-rw-r--r--devel/bugzilla44/files/pkg-message.in9
3 files changed, 11 insertions, 7 deletions
diff --git a/devel/bugzilla44/Makefile b/devel/bugzilla44/Makefile
index 0d1445704d32..e8b8cc390a2c 100644
--- a/devel/bugzilla44/Makefile
+++ b/devel/bugzilla44/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bugzilla
-PORTVERSION= 4.4.10
+PORTVERSION= 4.4.11
CATEGORIES= devel
MASTER_SITES= MOZILLA/webtools MOZILLA/webtools/archived
@@ -199,9 +199,8 @@ do-install: .SILENT
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
-.if ${PORT_OPTIONS:MCONTRIB}
+do-install-CONTRIB-on:
@${MKDIR} ${STAGEDIR}${WWWDIR}/contrib
(cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/contrib)
-.endif
.include <bsd.port.post.mk>
diff --git a/devel/bugzilla44/distinfo b/devel/bugzilla44/distinfo
index 2dc3ba9988bf..43624fd16cc1 100644
--- a/devel/bugzilla44/distinfo
+++ b/devel/bugzilla44/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bugzilla/bugzilla-4.4.10.tar.gz) = c4226699d084da2f9a265a3d4dd422ffa16a9babca9ab677ed8b6e988a4055ac
-SIZE (bugzilla/bugzilla-4.4.10.tar.gz) = 4943339
+SHA256 (bugzilla/bugzilla-4.4.11.tar.gz) = 10082b506a822f36098597fce1079494ef50bab91b213c3f448c738257db182a
+SIZE (bugzilla/bugzilla-4.4.11.tar.gz) = 4943814
diff --git a/devel/bugzilla44/files/pkg-message.in b/devel/bugzilla44/files/pkg-message.in
index 11d3bc8d1e19..e05d6e9d3f28 100644
--- a/devel/bugzilla44/files/pkg-message.in
+++ b/devel/bugzilla44/files/pkg-message.in
@@ -25,9 +25,14 @@
For upgrades:
0. Back up your data.
- 1. Run "./checksetup.pl" inside %%WWWDIR%%. You may need to
+
+ 1. Run the command inside %%WWWDIR%%
+ find . -mindepth 2 -name .htaccess -exec rm -f {} \;
+
+ 2. Run "./checksetup.pl" inside %%WWWDIR%%. You may need to
run it several times.
- 2. Restart your Web server, especially if you're using mod_perl: this
+
+ 3. Restart your Web server, especially if you're using mod_perl: this
will save you from a number of troubles.
==========================================================================