Bug 188713

Summary: [PATCH] www/tomcat-native 1.1.30
Product: Ports & Packages Reporter: wombat
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description wombat 2014-04-17 04:00:00 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-17 04:58:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-17 13:52:43 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"
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2014-04-17 13:52:51 UTC
State Changed
From-To: open->closed

Updated, thanks!