svn commit: r415462 - in head/devel/bugzilla50: . files

Olli Hauer ohauer at FreeBSD.org
Wed May 18 19:12:06 UTC 2016


Author: ohauer
Date: Wed May 18 19:12:04 2016
New Revision: 415462
URL: https://svnweb.freebsd.org/changeset/ports/415462

Log:
  - update to 5.0.3
  
  Thanks to Mokhi for review latest 5.0.x PR's and patches!
  
  Security:	CVE-2016-2803
  Security:	036d6c38-1c5b-11e6-b9e0-20cf30e32f6d

Added:
  head/devel/bugzilla50/files/patch-whine.pl   (contents, props changed)
Deleted:
  head/devel/bugzilla50/files/patch-Bugzilla_Attachment.pm
  head/devel/bugzilla50/files/patch-PR206103
Modified:
  head/devel/bugzilla50/Makefile
  head/devel/bugzilla50/distinfo

Modified: head/devel/bugzilla50/Makefile
==============================================================================
--- head/devel/bugzilla50/Makefile	Wed May 18 18:30:09 2016	(r415461)
+++ head/devel/bugzilla50/Makefile	Wed May 18 19:12:04 2016	(r415462)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bugzilla
-PORTVERSION=	5.0.2
-PORTREVISION=	2
+PORTVERSION=	5.0.3
 CATEGORIES=	devel
 MASTER_SITES=	MOZILLA/webtools MOZILLA/webtools/archived
 

Modified: head/devel/bugzilla50/distinfo
==============================================================================
--- head/devel/bugzilla50/distinfo	Wed May 18 18:30:09 2016	(r415461)
+++ head/devel/bugzilla50/distinfo	Wed May 18 19:12:04 2016	(r415462)
@@ -1,2 +1,3 @@
-SHA256 (bugzilla/bugzilla-5.0.2.tar.gz) = 82fa7bc8e27cfc9fe42d3fce3bfb6e7536bba245d76c2ee268d56253d16e3de3
-SIZE (bugzilla/bugzilla-5.0.2.tar.gz) = 4004728
+TIMESTAMP = 1463597613
+SHA256 (bugzilla/bugzilla-5.0.3.tar.gz) = 594d1d6813f4731b71fbbf3809d4d7e3511f1cd73e12fcad9f498319ff2fcadc
+SIZE (bugzilla/bugzilla-5.0.3.tar.gz) = 4069689

Added: head/devel/bugzilla50/files/patch-whine.pl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/bugzilla50/files/patch-whine.pl	Wed May 18 19:12:04 2016	(r415462)
@@ -0,0 +1,22 @@
+# Bug 1235395 - whine.pl broken due to a missing generate_email() routine
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1235395
+# Status: Upstreamed, pending next release
+
+--- whine.pl.orig	2015-12-22 21:22:11 UTC
++++ whine.pl
+@@ -13,14 +13,13 @@
+ use 5.10.1;
+ use strict;
+ use warnings;
+-
+ use lib qw(. lib);
+ 
+ use Bugzilla;
+ use Bugzilla::Constants;
+ use Bugzilla::Search;
+ use Bugzilla::User;
+-use Bugzilla::Mailer;
++use Bugzilla::Mailer qw(MessageToMTA generate_email);
+ use Bugzilla::Util;
+ use Bugzilla::Group;
+ 


More information about the svn-ports-all mailing list