From mgrooms@ops.shrew.net  Wed Jun 12 01:16:58 2013
Return-Path: <mgrooms@ops.shrew.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id BA4C16EE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Jun 2013 01:16:58 +0000 (UTC)
	(envelope-from mgrooms@ops.shrew.net)
Received: from ops.shrew.net (ops.shrew.net [38.97.5.125])
	by mx1.freebsd.org (Postfix) with ESMTP id 655A71826
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Jun 2013 01:16:58 +0000 (UTC)
Received: from ops.shrew.net (localhost [127.0.0.1])
	by ops.shrew.net (8.14.5/8.14.5) with ESMTP id r5C10mrF080288
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Jun 2013 20:00:48 -0500 (CDT)
	(envelope-from mgrooms@ops.shrew.net)
Received: (from mgrooms@localhost)
	by ops.shrew.net (8.14.5/8.14.5/Submit) id r5C10mLQ080287;
	Tue, 11 Jun 2013 20:00:48 -0500 (CDT)
	(envelope-from mgrooms)
Message-Id: <201306120100.r5C10mLQ080287@ops.shrew.net>
Date: Tue, 11 Jun 2013 20:00:48 -0500 (CDT)
From: Matthew Grooms <mgrooms@shrew.net>
Reply-To: Matthew Grooms <mgrooms@shrew.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update Shrew Soft IKE Deamon and gui tools to 2.2.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         179503
>Category:       ports
>Synopsis:       Update Shrew Soft IKE Deamon and gui tools to 2.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 12 01:20:00 UTC 2013
>Closed-Date:    Fri Jun 14 13:49:28 UTC 2013
>Last-Modified:  Fri Jun 14 13:50:00 UTC 2013
>Originator:     Matthew Grooms
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
Shrew Soft Inc
>Environment:
System: FreeBSD ops.shrew.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
	i386,AMD64
>Description:
	This update fixes a bug that causes iked to close unexpectedly when a -p pidfile option is not specified on the command line.
>How-To-Repeat:
	Running iked from 2.2.0 distribution with no options will immediately exit. This newer version, 2.2.1, works as expected.
>Fix:
	Upgrade the port to 2.2.1

--- ike-2.2.1.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 320656)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ike
-PORTVERSION=	2.2.0
+PORTVERSION=	2.2.1
 CATEGORIES=	security net
 MASTER_SITES=	https://www.shrew.net/download/ike/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-release
Index: distinfo
===================================================================
--- distinfo	(revision 320656)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (ike-2.2.0-release.tbz2) = 94a62f9a13dbf37c2ccba168cbc21c4a663d0f4d36aa0cf04fdac7061ba8dc48
-SIZE (ike-2.2.0-release.tbz2) = 671927
+SHA256 (ike-2.2.1-release.tbz2) = 05c72f1ef1547818f5af367afa3f116f4b511a4a19ce723a22f8357a98ab7b57
+SIZE (ike-2.2.1-release.tbz2) = 670872
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 320656)
+++ pkg-plist	(working copy)
@@ -6,14 +6,14 @@
 %%QTGUI%%bin/qikea
 %%QTGUI%%bin/qikec
 lib/libss_idb.so
-lib/libss_idb.so.2.2.0
+lib/libss_idb.so.2.2.1
 lib/libss_ike.so
-lib/libss_ike.so.2.2.0
+lib/libss_ike.so.2.2.1
 lib/libss_ip.so
-lib/libss_ip.so.2.2.0
+lib/libss_ip.so.2.2.1
 lib/libss_ith.so
-lib/libss_ith.so.2.2.0
+lib/libss_ith.so.2.2.1
 lib/libss_log.so
-lib/libss_log.so.2.2.0
+lib/libss_log.so.2.2.1
 lib/libss_pfk.so
-lib/libss_pfk.so.2.2.0
+lib/libss_pfk.so.2.2.1
--- ike-2.2.1.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Fri Jun 14 13:05:43 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179503 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Fri Jun 14 13:49:27 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179503: commit references a PR
Date: Fri, 14 Jun 2013 13:48:15 +0000 (UTC)

 Author: wg
 Date: Fri Jun 14 13:48:02 2013
 New Revision: 320917
 URL: http://svnweb.freebsd.org/changeset/ports/320917
 
 Log:
   security/ike: update to 2.2.1
   
   - Update to 2.2.1 [1]
   - Remove NATT warning about FreeBSD < 8.0 patch
   
   Changes: https://www.shrew.net/download/changelog/ike/2.2.1-release
   
   PR:		ports/179503 [1]
   Submitted by:	Matthew Grooms <mgrooms@shrew.net> (maintainer)
   Approved by:	culot / jpaetzel (mentors, implicit)
 
 Modified:
   head/security/ike/Makefile
   head/security/ike/distinfo
   head/security/ike/pkg-plist
 
 Modified: head/security/ike/Makefile
 ==============================================================================
 --- head/security/ike/Makefile	Fri Jun 14 13:41:37 2013	(r320916)
 +++ head/security/ike/Makefile	Fri Jun 14 13:48:02 2013	(r320917)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	ike
 -PORTVERSION=	2.2.0
 +PORTVERSION=	2.2.1
  CATEGORIES=	security net
  MASTER_SITES=	https://www.shrew.net/download/ike/
  DISTNAME=	${PORTNAME}-${PORTVERSION}-release
 @@ -28,7 +28,7 @@ CMAKE_ARGS+=	-DETCDIR:PATH="${PREFIX}/et
  
  OPTIONS_DEFINE=	QTGUI NATT LDAP DEBUG
  QTGUI_DESC=	Enable QT client front end applications
 -NATT_DESC=	Enable NAT-Traversal (kernel-patch required)
 +NATT_DESC=	Enable NAT-Traversal
  LDAP_DESC=	Enable LDAP XAuth daemon support
  
  .include <bsd.port.options.mk>
 @@ -60,20 +60,6 @@ PLIST_SUB+=	QTGUI=""
  PLIST_SUB+=	QTGUI="@comment "
  .endif
  
 -.include <bsd.port.pre.mk>
 -
 -post-patch:
 -.if ${PORT_OPTIONS:MNATT}
 -. if ${OSVERSION} < 800000
 -	@${ECHO_MSG} "===> -------------------------------------------------------------------------"
 -	@${ECHO_MSG} "===> WARNING: You will need to patch your kernel for NAT-T functionality!"
 -	@${ECHO_MSG} "===>   http://people.freebsd.org/~vanhu/NAT-T/patch-natt-7.2-2009-05-12.diff"
 -	@${ECHO_MSG} "===> You may need to edit the patch if it fails to apply cleanly."
 -	@${ECHO_MSG} "===> -------------------------------------------------------------------------"
 -	@sleep 3
 -. endif
 -.endif
 -
  post-install:
  	@if ! ${SYSCTL} -a | ${GREP} -q ipsec; then \
  	${ECHO_MSG} "===> -------------------------------------------------------------------------"; \
 @@ -89,4 +75,4 @@ post-install:
  	@${ECHO_MSG} "===> -------------------------------------------------------------------------"
  .endif
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 
 Modified: head/security/ike/distinfo
 ==============================================================================
 --- head/security/ike/distinfo	Fri Jun 14 13:41:37 2013	(r320916)
 +++ head/security/ike/distinfo	Fri Jun 14 13:48:02 2013	(r320917)
 @@ -1,2 +1,2 @@
 -SHA256 (ike-2.2.0-release.tbz2) = 94a62f9a13dbf37c2ccba168cbc21c4a663d0f4d36aa0cf04fdac7061ba8dc48
 -SIZE (ike-2.2.0-release.tbz2) = 671927
 +SHA256 (ike-2.2.1-release.tbz2) = 05c72f1ef1547818f5af367afa3f116f4b511a4a19ce723a22f8357a98ab7b57
 +SIZE (ike-2.2.1-release.tbz2) = 670872
 
 Modified: head/security/ike/pkg-plist
 ==============================================================================
 --- head/security/ike/pkg-plist	Fri Jun 14 13:41:37 2013	(r320916)
 +++ head/security/ike/pkg-plist	Fri Jun 14 13:48:02 2013	(r320917)
 @@ -6,14 +6,14 @@ sbin/iked
  %%QTGUI%%bin/qikea
  %%QTGUI%%bin/qikec
  lib/libss_idb.so
 -lib/libss_idb.so.2.2.0
 +lib/libss_idb.so.2.2.1
  lib/libss_ike.so
 -lib/libss_ike.so.2.2.0
 +lib/libss_ike.so.2.2.1
  lib/libss_ip.so
 -lib/libss_ip.so.2.2.0
 +lib/libss_ip.so.2.2.1
  lib/libss_ith.so
 -lib/libss_ith.so.2.2.0
 +lib/libss_ith.so.2.2.1
  lib/libss_log.so
 -lib/libss_log.so.2.2.0
 +lib/libss_log.so.2.2.1
  lib/libss_pfk.so
 -lib/libss_pfk.so.2.2.0
 +lib/libss_pfk.so.2.2.1
 _______________________________________________
 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:
