From nobody@FreeBSD.org  Thu Apr 17 02:54:20 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id CBBC7BC6
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Apr 2014 02:54:20 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id B609916F3
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Apr 2014 02:54:20 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3H2sKZ5075074
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Apr 2014 02:54:20 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3H2sKJQ075064;
	Thu, 17 Apr 2014 02:54:20 GMT
	(envelope-from nobody)
Message-Id: <201404170254.s3H2sKJQ075064@cgiserv.freebsd.org>
Date: Thu, 17 Apr 2014 02:54:20 GMT
From: Patrick Abeya <wombat@marsupial.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] tomcat-native 1.1.30
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         188713
>Category:       ports
>Synopsis:       [PATCH] www/tomcat-native 1.1.30
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 17 03:00:00 UTC 2014
>Closed-Date:    Thu Apr 17 12:53:02 UTC 2014
>Last-Modified:  Thu Apr 17 13:00:00 UTC 2014
>Originator:     Patrick Abeya
>Release:        10-RELEASE-p1
>Organization:
>Environment:
FreeBSD damon 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr  8 06:45:06 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Fix:  56363: Use OpenSSL 1.0.1g with Windows binaries. (mturk)
Fix:  55915: Apply Mike Noordermeer's patch for ECDHE support. (mturk)
Fix:  55663: Minor correction to the wording of the NOTICE file to align it with the requirements for NOTICE files. (kkolinko)
Fix:  56027: Partial fix includes new fipsModeGet function to get the current state of OpenSSL FIPS mode.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 351437)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tomcat-native
-PORTVERSION=	1.1.29
+PORTVERSION=	1.1.30
 CATEGORIES=	www java
 MASTER_SITES=	APACHE
 MASTER_SITE_SUBDIR=	tomcat/tomcat-connectors/native/${PORTVERSION}/source
Index: distinfo
===================================================================
--- distinfo	(revision 351437)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (tomcat-native-1.1.29-src.tar.gz) = 25fc6f3d65aeb3ac93142a4b536587b1231ac925eaf32a40f55c92a0991cf232
-SIZE (tomcat-native-1.1.29-src.tar.gz) = 286622
+SHA256 (tomcat-native-1.1.30-src.tar.gz) = 0842c2a14163e2c16b8140d1855701bc3d7daba493d0193ec1bba0aa49aa8c11
+SIZE (tomcat-native-1.1.30-src.tar.gz) = 384311


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 17 03:58:21 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188713 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Thu Apr 17 12:52:51 UTC 2014 
State-Changed-Why:  
Updated, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188713 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188713: commit references a PR
Date: Thu, 17 Apr 2014 12:52:43 +0000 (UTC)

 Author: ale
 Date: Thu Apr 17 12:52:40 2014
 New Revision: 351468
 URL: http://svnweb.freebsd.org/changeset/ports/351468
 QAT: https://qat.redports.org/buildarchive/r351468/
 
 Log:
   Update to 1.1.30 release.
   
   PR:		ports/188713
   Submitted by:	Patrick Abeya <wombat@marsupial.org>
 
 Modified:
   head/www/tomcat-native/Makefile
   head/www/tomcat-native/distinfo
 
 Modified: head/www/tomcat-native/Makefile
 ==============================================================================
 --- head/www/tomcat-native/Makefile	Thu Apr 17 12:31:13 2014	(r351467)
 +++ head/www/tomcat-native/Makefile	Thu Apr 17 12:52:40 2014	(r351468)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	tomcat-native
 -PORTVERSION=	1.1.29
 +PORTVERSION=	1.1.30
  CATEGORIES=	www java
  MASTER_SITES=	APACHE
  MASTER_SITE_SUBDIR=	tomcat/tomcat-connectors/native/${PORTVERSION}/source
 
 Modified: head/www/tomcat-native/distinfo
 ==============================================================================
 --- head/www/tomcat-native/distinfo	Thu Apr 17 12:31:13 2014	(r351467)
 +++ head/www/tomcat-native/distinfo	Thu Apr 17 12:52:40 2014	(r351468)
 @@ -1,2 +1,2 @@
 -SHA256 (tomcat-native-1.1.29-src.tar.gz) = 25fc6f3d65aeb3ac93142a4b536587b1231ac925eaf32a40f55c92a0991cf232
 -SIZE (tomcat-native-1.1.29-src.tar.gz) = 286622
 +SHA256 (tomcat-native-1.1.30-src.tar.gz) = 0842c2a14163e2c16b8140d1855701bc3d7daba493d0193ec1bba0aa49aa8c11
 +SIZE (tomcat-native-1.1.30-src.tar.gz) = 384311
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
