Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 11:22:41 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404284 - in head/devel/bugzilla50: . files
Message-ID:  <201512231122.tBNBMfU6004758@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Wed Dec 23 11:22:41 2015
New Revision: 404284
URL: https://svnweb.freebsd.org/changeset/ports/404284

Log:
  - update to 5.0.2
  
  This release fixes two security issues.
  See the Security Advisory for details. [1]
  
  This release also contains the following bug fixes:
   o mod_perl now works correctly with mod_access_compat turned off on
     Apache 2.4. 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)
  
   o Emails sent by Bugzilla are now correctly encoded as UTF-8. (Bug 714724)
   o Strawberry Perl is now fully supported on Windows. (Bug 1089448 and bug 987742)
   o The XML-RPC API now works with IIS on Windows. (Bug 708252)
   o Some queries should now be faster on PostgreSQL. (Bug 1184431)
  
  [1] https://www.bugzilla.org/security/4.2.15/
  
  MFH:		2015Q4
  Security:	CVE-2015-8508
  		CVE-2015-8509
  		vid="54075861-a95a-11e5-8b40-20cf30e32f6d"

Modified:
  head/devel/bugzilla50/Makefile
  head/devel/bugzilla50/distinfo
  head/devel/bugzilla50/files/pkg-message.in
  head/devel/bugzilla50/pkg-plist

Modified: head/devel/bugzilla50/Makefile
==============================================================================
--- head/devel/bugzilla50/Makefile	Wed Dec 23 11:14:07 2015	(r404283)
+++ head/devel/bugzilla50/Makefile	Wed Dec 23 11:22:41 2015	(r404284)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bugzilla
-PORTVERSION=	5.0.1
+PORTVERSION=	5.0.2
 CATEGORIES=	devel
 MASTER_SITES=	MOZILLA/webtools MOZILLA/webtools/archived
 
@@ -202,9 +202,8 @@ do-install:	.SILENT
 	${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${STAGEDIR}${WWWDIR} -xf -
 	@${MKDIR} ${EMPTY_DIRS_LIST:S!^!${STAGEDIR}${WWWDIR}/!}
 
-.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>

Modified: head/devel/bugzilla50/distinfo
==============================================================================
--- head/devel/bugzilla50/distinfo	Wed Dec 23 11:14:07 2015	(r404283)
+++ head/devel/bugzilla50/distinfo	Wed Dec 23 11:22:41 2015	(r404284)
@@ -1,2 +1,2 @@
-SHA256 (bugzilla/bugzilla-5.0.1.tar.gz) = f0f85bf405984770d65f60f5a828ea4d173acaca4aa85e4e58b4e88b1ae186a5
-SIZE (bugzilla/bugzilla-5.0.1.tar.gz) = 4061348
+SHA256 (bugzilla/bugzilla-5.0.2.tar.gz) = 82fa7bc8e27cfc9fe42d3fce3bfb6e7536bba245d76c2ee268d56253d16e3de3
+SIZE (bugzilla/bugzilla-5.0.2.tar.gz) = 4004728

Modified: head/devel/bugzilla50/files/pkg-message.in
==============================================================================
--- head/devel/bugzilla50/files/pkg-message.in	Wed Dec 23 11:14:07 2015	(r404283)
+++ head/devel/bugzilla50/files/pkg-message.in	Wed Dec 23 11:22:41 2015	(r404284)
@@ -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.
 
 ==========================================================================

Modified: head/devel/bugzilla50/pkg-plist
==============================================================================
--- head/devel/bugzilla50/pkg-plist	Wed Dec 23 11:14:07 2015	(r404283)
+++ head/devel/bugzilla50/pkg-plist	Wed Dec 23 11:22:41 2015	(r404284)
@@ -86,6 +86,7 @@
 %%WWWDIR%%/Bugzilla/JobQueue.pm
 %%WWWDIR%%/Bugzilla/JobQueue/Runner.pm
 %%WWWDIR%%/Bugzilla/Keyword.pm
+%%WWWDIR%%/Bugzilla/MIME.pm
 %%WWWDIR%%/Bugzilla/Mailer.pm
 %%WWWDIR%%/Bugzilla/Memcached.pm
 %%WWWDIR%%/Bugzilla/Migrate.pm
@@ -687,9 +688,9 @@
 %%WWWDIR%%/template/en/default/search/type-select.html.tmpl
 %%WWWDIR%%/template/en/default/setup/strings.txt.pl
 %%WWWDIR%%/template/en/default/welcome-admin.html.tmpl
+%%WWWDIR%%/template/en/default/whine/header.txt.tmpl
 %%WWWDIR%%/template/en/default/whine/mail.html.tmpl
 %%WWWDIR%%/template/en/default/whine/mail.txt.tmpl
-%%WWWDIR%%/template/en/default/whine/multipart-mime.txt.tmpl
 %%WWWDIR%%/template/en/default/whine/schedule.html.tmpl
 %%WWWDIR%%/testagent.cgi
 %%WWWDIR%%/testserver.pl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512231122.tBNBMfU6004758>