From owner-svn-ports-head@freebsd.org Wed May 18 19:12:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40632B40FEF; Wed, 18 May 2016 19:12:06 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E57D7116E; Wed, 18 May 2016 19:12:05 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4IJC5lo093701; Wed, 18 May 2016 19:12:05 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4IJC4SQ093698; Wed, 18 May 2016 19:12:04 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201605181912.u4IJC4SQ093698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 18 May 2016 19:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415462 - in head/devel/bugzilla50: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2016 19:12:06 -0000 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; +