From ecrist@secure-computing.net  Tue Aug 17 16:45:32 2010
Return-Path: <ecrist@secure-computing.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 56DB11065694
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Aug 2010 16:45:32 +0000 (UTC)
	(envelope-from ecrist@secure-computing.net)
Received: from kenny.secure-computing.net (kenny.secure-computing.net [173.8.118.210])
	by mx1.freebsd.org (Postfix) with ESMTP id D49A78FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Aug 2010 16:45:31 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by kenny.secure-computing.net (Postfix) with SMTP id 61F1A2E070
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Aug 2010 11:35:05 -0500 (CDT)
Received: from cartman.secure-computing.net (cartman.secure-computing.net [173.8.118.211])
	by kenny.secure-computing.net (Postfix) with ESMTP id DEBBD2E06E;
	Tue, 17 Aug 2010 11:35:04 -0500 (CDT)
Received: by cartman.secure-computing.net (Postfix, from userid 1001)
	id E383D6D422; Tue, 17 Aug 2010 11:36:50 -0500 (CDT)
Message-Id: <20100817163650.E383D6D422@cartman.secure-computing.net>
Date: Tue, 17 Aug 2010 11:36:50 -0500 (CDT)
From: Eric F Crist <ecrist@secure-computing.net>
Reply-To: Eric F Crist <ecrist@secure-computing.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Josh Paetzel <jpaetzel@freebsd.org>
Subject: security/openvpn-beta: Update to beta2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         149744
>Category:       ports
>Synopsis:       security/openvpn-beta: Update to beta2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 17 16:50:02 UTC 2010
>Closed-Date:    Tue Aug 17 18:11:29 UTC 2010
>Last-Modified:  Tue Aug 17 18:20:03 UTC 2010
>Originator:     Eric F Crist
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
Secure Computing Networks
>Environment:
System: FreeBSD cartman.secure-computing.net 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Mon Apr 12 12:46:23 CDT 2010 root@cartman.secure-computing.net:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	Update to port in-line with beta2 release for OpenVPN 2.2
>How-To-Repeat:
>Fix:

--- ovpn.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/openvpn/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- Makefile	4 Aug 2010 19:53:56 -0000	1.43
+++ Makefile	13 Aug 2010 14:45:16 -0000
@@ -16,7 +16,7 @@
 MAINTAINER=	mandree@FreeBSD.org
 COMMENT=	Secure IP/Ethernet tunnel daemon
 
-CONFLICTS=	openvpn-devel-[0-9]* openvpn-2.0*
+CONFLICTS=	openvpn-devel-[0-9]* openvpn-2.0* openvpn-beta-[0-9]*
 
 GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
--- ovpn.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Eric F Crist <ecrist@secure-computing.net>
To: FreeBSD-gnats-submit@FreeBSD.org,
 freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/149744: security/openvpn-beta: Update to beta2
Date: Tue, 17 Aug 2010 12:20:33 -0500

 --Apple-Mail-5-963239321
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=us-ascii
 
 Apologies for the incorrect diff.  The correct one is attached.
 
 --Apple-Mail-5-963239321
 Content-Disposition: attachment;
 	filename=ovpnb.diff
 Content-Type: application/octet-stream;
 	x-unix-mode=0664;
 	name="ovpnb.diff"
 Content-Transfer-Encoding: 7bit
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/openvpn-beta/Makefile,v
 retrieving revision 1.1
 diff -u -r1.1 Makefile
 --- Makefile	14 Aug 2010 15:48:51 -0000	1.1
 +++ Makefile	17 Aug 2010 16:34:22 -0000
 @@ -5,7 +5,7 @@
  # $FreeBSD: ports/security/openvpn-beta/Makefile,v 1.1 2010/08/14 15:48:51 jpaetzel Exp $
  
  PORTNAME=	openvpn
 -DISTVERSION=	2.2-beta1
 +DISTVERSION=	2.2-beta2
  CATEGORIES=	security net
  MASTER_SITES=	http://build.openvpn.net/downloads/releases/
  PKGNAMESUFFIX=	-beta
 @@ -13,7 +13,7 @@
  MAINTAINER=	ecrist@secure-computing.net
  COMMENT=	Secure IP/Ethernet tunnel daemon
  
 -CONFLICTS=	openvpn-*
 +CONFLICTS=	openvpn-devel-[0-9]* openvpn-2.0* openvpn-beta-[0-9]*
  
  GNU_CONFIGURE=	yes
  USE_OPENSSL=	yes
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/security/openvpn-beta/distinfo,v
 retrieving revision 1.1
 diff -u -r1.1 distinfo
 --- distinfo	14 Aug 2010 15:48:51 -0000	1.1
 +++ distinfo	17 Aug 2010 16:34:30 -0000
 @@ -1,3 +1,3 @@
 -MD5 (openvpn-2.2-beta1.tar.gz) = 69fdfdc3ee6e21d2887bde4030c8b150
 -SHA256 (openvpn-2.2-beta1.tar.gz) = e114f05b3f5bb66e17cdad77e77481f9aab9e4c70a62c631a67c5cfc33f4e340
 -SIZE (openvpn-2.2-beta1.tar.gz) = 862178
 +MD5 (openvpn-2.2-beta2.tar.gz) = 7c96e94750d2de4600bb9a7835636e88
 +SHA256 (openvpn-2.2-beta2.tar.gz) = 5d094f8238c1851b50df5cb284500fd1914a67b15bddefd98fcfe481b7e4f95a
 +SIZE (openvpn-2.2-beta2.tar.gz) = 867519
 
 --Apple-Mail-5-963239321
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=us-ascii
 
 
 
 ---
 Eric Crist
 
 
 
 
 On Aug 17, 2010, at 11:50:02, FreeBSD-gnats-submit@FreeBSD.org wrote:
 
 > Thank you very much for your problem report.
 > It has the internal identification `ports/149744'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 > 
 > You can access the state of your problem report at any time
 > via this link:
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=149744
 > 
 >> Category:       ports
 >> Responsible:    freebsd-ports-bugs
 >> Synopsis:       security/openvpn-beta: Update to beta2
 >> Arrival-Date:   Tue Aug 17 16:50:02 UTC 2010
 > 
 
 
 --Apple-Mail-5-963239321--
State-Changed-From-To: open->closed 
State-Changed-By: jpaetzel 
State-Changed-When: Tue Aug 17 18:11:02 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149744: commit references a PR
Date: Tue, 17 Aug 2010 18:10:52 +0000 (UTC)

 jpaetzel    2010-08-17 18:10:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/openvpn-beta Makefile distinfo 
   Log:
   Update to beta2
   
   PR:     ports/149744
   Submitted by:   Eric F Crist <ecrist@secure-computing.net>
   
   Revision  Changes    Path
   1.2       +2 -2      ports/security/openvpn-beta/Makefile
   1.2       +3 -3      ports/security/openvpn-beta/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
