From robin@yirdis.nl  Fri Apr 13 10:05:26 2007
Return-Path: <robin@yirdis.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5CA1416A406
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Apr 2007 10:05:26 +0000 (UTC)
	(envelope-from robin@yirdis.nl)
Received: from mail.yirdis.nl (82-148-208-109.fiber.unet.nl [82.148.208.109])
	by mx1.freebsd.org (Postfix) with ESMTP id E266513C44C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Apr 2007 10:05:25 +0000 (UTC)
	(envelope-from robin@yirdis.nl)
Received: from server.yirdis.net (localhost [127.0.0.1])
	by mail.yirdis.nl (8.13.6/8.13.6) with ESMTP id l3DA5Mjo042251
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Fri, 13 Apr 2007 12:05:22 +0200 (CEST)
	(envelope-from robin@server.yirdis.net)
Received: (from robin@localhost)
	by server.yirdis.net (8.13.6/8.13.6/Submit) id l3DA5Mg5042250;
	Fri, 13 Apr 2007 12:05:22 +0200 (CEST)
	(envelope-from robin)
Message-Id: <200704131005.l3DA5Mg5042250@server.yirdis.net>
Date: Fri, 13 Apr 2007 12:05:22 +0200 (CEST)
From: Robin Gruyters <r.gruyters@yirdis.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@freebsd.org
Subject: [PATCH] security/snort: update to 2.6.1.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111533
>Category:       ports
>Synopsis:       [PATCH] security/snort: update to 2.6.1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 13 10:10:03 GMT 2007
>Closed-Date:    Wed Apr 18 06:42:23 GMT 2007
>Last-Modified:  Wed Apr 18 06:50:02 GMT 2007
>Originator:     Robin Gruyters
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
YIRDIS B.V.
>Environment:
System: FreeBSD server.yirdis.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #1: Tue Oct 24 10:44:15 CEST 2006
>Description:
- Update to 2.6.1.4
- Fix initial copy of configuration files.

Port maintainer (clsung@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- snort-2.6.1.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/snort/Makefile /data2/FreeBSD/custom_ports/security/snort/Makefile
--- /usr/ports/security/snort/Makefile	Thu Mar  8 02:22:35 2007
+++ /data2/FreeBSD/custom_ports/security/snort/Makefile	Fri Apr 13 12:02:35 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	snort
-PORTVERSION=	2.6.1.3
+PORTVERSION=	2.6.1.4
 CATEGORIES=	security
 MASTER_SITES=	http://www.snort.org/dl/current/
 
diff -ruN --exclude=CVS /usr/ports/security/snort/distinfo /data2/FreeBSD/custom_ports/security/snort/distinfo
--- /usr/ports/security/snort/distinfo	Thu Feb 22 02:22:25 2007
+++ /data2/FreeBSD/custom_ports/security/snort/distinfo	Fri Apr 13 12:04:10 2007
@@ -1,3 +1,3 @@
-MD5 (snort-2.6.1.3.tar.gz) = 8b46997afd728fbdaafdc9b1d0278b07
-SHA256 (snort-2.6.1.3.tar.gz) = 8cc112d6e0a55b0a7e0802428abbd1b7815e0d01a1240c84a726ecc563629a79
-SIZE (snort-2.6.1.3.tar.gz) = 3700149
+MD5 (snort-2.6.1.4.tar.gz) = 70e7f297c9fcf1f46d6fa3e1bb4aae49
+SHA256 (snort-2.6.1.4.tar.gz) = 5f830d3c95b6fb96b8abaa5539e71c3cdcfd8df95b376c77323149436f7bbf70
+SIZE (snort-2.6.1.4.tar.gz) = 3716052
diff -ruN --exclude=CVS /usr/ports/security/snort/pkg-plist /data2/FreeBSD/custom_ports/security/snort/pkg-plist
--- /usr/ports/security/snort/pkg-plist	Thu Dec 14 02:21:35 2006
+++ /data2/FreeBSD/custom_ports/security/snort/pkg-plist	Fri Apr 13 12:03:55 2007
@@ -2,16 +2,16 @@
 bin/snort
 @unexec if cmp  -s %D/etc/snort/classification.config-sample %D/etc/snort/classification.config; then rm -f %D/etc/snort/classification.config; fi
 etc/snort/classification.config-sample
-@exec if [ ! -f %D/etc/snort/classification.config ] ; then cp -p %D/%F %B/snort/classification.config; fi
+@exec if [ ! -f %D/etc/snort/classification.config ] ; then cp -p %D/%F %B/classification.config; fi
 @unexec if cmp  -s %D/etc/snort/gen-msg.map-sample %D/etc/snort/gen-msg.map; then rm -f %D/etc/snort/gen-msg.map; fi
 etc/snort/gen-msg.map-sample
 @exec if [ ! -f %D/etc/snort/gen-msg.map ] ; then cp -p %D/%F %B/snort/gen-msg.map; fi
 @unexec if cmp  -s %D/etc/snort/generators-sample %D/etc/snort/generators; then rm -f %D/etc/snort/generators; fi
 etc/snort/generators-sample
-@exec if [ ! -f %D/etc/snort/generators ] ; then cp -p %D/%F %B/snort/generators; fi
+@exec if [ ! -f %D/etc/snort/generators ] ; then cp -p %D/%F %B/generators; fi
 @unexec if cmp  -s %D/etc/snort/reference.config-sample %D/etc/snort/reference.config; then rm -f %D/etc/snort/reference.config; fi
 etc/snort/reference.config-sample
-@exec if [ ! -f %D/etc/snort/reference.config ] ; then cp -p %D/%F %B/snort/reference.config; fi
+@exec if [ ! -f %D/etc/snort/reference.config ] ; then cp -p %D/%F %B/reference.config; fi
 @unexec if cmp -s %D/etc/snort/sid-sample %D/etc/snort/sid; then rm -f %D/etc/snort/sid; fi
 etc/snort/sid-sample
 @exec if [ ! -f %D/etc/snort/sid ] ; then cp -p %D/%F %B/sid; fi
@@ -20,13 +20,13 @@
 @exec if [ ! -f %D/etc/snort/sid-msg.map ] ; then cp -p %D/%F %B/sid-msg.map; fi
 @unexec if cmp  -s %D/etc/snort/snort.conf-sample %D/etc/snort/snort.conf; then rm -f %D/etc/snort/snort.conf; fi
 etc/snort/snort.conf-sample
-@exec if [ ! -f %D/etc/snort/snort.conf ] ; then cp -p %D/%F %B/snort/snort.conf; fi
+@exec if [ ! -f %D/etc/snort/snort.conf ] ; then cp -p %D/%F %B/snort.conf; fi
 @unexec if cmp  -s %D/etc/snort/threshold.conf-sample %D/etc/snort/threshold.conf; then rm -f %D/etc/snort/threshold.conf; fi
 etc/snort/threshold.conf-sample
-@exec if [ ! -f %D/etc/snort/threshold.conf ] ; then cp -p %D/%F %B/snort/threshold.conf; fi
+@exec if [ ! -f %D/etc/snort/threshold.conf ] ; then cp -p %D/%F %B/threshold.conf; fi
 @unexec if cmp  -s %D/etc/snort/unicode.map-sample %D/etc/snort/unicode.map; then rm -f %D/etc/snort/unicode.map; fi
 etc/snort/unicode.map-sample
-@exec if [ ! -f %D/etc/snort/unicode.map ] ; then cp -p %D/%F %B/snort/unicode.map; fi
+@exec if [ ! -f %D/etc/snort/unicode.map ] ; then cp -p %D/%F %B/unicode.map; fi
 @dirrmtry etc/snort/rules
 @dirrmtry etc/snort
 %%DYNAMIC%%src/snort_dynamicsrc/bitop.h
--- snort-2.6.1.4.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 13 10:10:16 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

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

From: Robin Gruyters <r.gruyters@yirdis.nl>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/111533: [PATCH] security/snort: update to 2.6.1.4
Date: Fri, 13 Apr 2007 12:18:06 +0200

 Here is new diff, containing an small update. (forgot gen-msg.map)
 
 Index: Makefile
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /data3/Build/CVS/ports/security/snort/Makefile,v
 retrieving revision 1.83
 diff -u -r1.83 Makefile
 --- Makefile    6 Mar 2007 03:02:04 -0000       1.83
 +++ Makefile    13 Apr 2007 10:02:35 -0000
 @@ -6,7 +6,7 @@
   #
 
   PORTNAME=3D      snort
 -PORTVERSION=3D   2.6.1.3
 +PORTVERSION=3D   2.6.1.4
   CATEGORIES=3D    security
   MASTER_SITES=3D  http://www.snort.org/dl/current/
 
 Index: distinfo
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /data3/Build/CVS/ports/security/snort/distinfo,v
 retrieving revision 1.46
 diff -u -r1.46 distinfo
 --- distinfo    21 Feb 2007 10:38:24 -0000      1.46
 +++ distinfo    13 Apr 2007 10:04:10 -0000
 @@ -1,3 +1,3 @@
 -MD5 (snort-2.6.1.3.tar.gz) =3D 8b46997afd728fbdaafdc9b1d0278b07
 -SHA256 (snort-2.6.1.3.tar.gz) =3D =20
 8cc112d6e0a55b0a7e0802428abbd1b7815e0d01a1240c84a726ecc563629a79
 -SIZE (snort-2.6.1.3.tar.gz) =3D 3700149
 +MD5 (snort-2.6.1.4.tar.gz) =3D 70e7f297c9fcf1f46d6fa3e1bb4aae49
 +SHA256 (snort-2.6.1.4.tar.gz) =3D =20
 5f830d3c95b6fb96b8abaa5539e71c3cdcfd8df95b376c77323149436f7bbf70
 +SIZE (snort-2.6.1.4.tar.gz) =3D 3716052
 Index: pkg-plist
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /data3/Build/CVS/ports/security/snort/pkg-plist,v
 retrieving revision 1.26
 diff -u -r1.26 pkg-plist
 --- pkg-plist   7 Dec 2006 08:59:54 -0000       1.26
 +++ pkg-plist   13 Apr 2007 10:14:37 -0000
 @@ -2,16 +2,16 @@
   bin/snort
   @unexec if cmp  -s %D/etc/snort/classification.config-sample =20
 %D/etc/snort/classification.config; then rm -f =20
 %D/etc/snort/classification.config; fi
   etc/snort/classification.config-sample
 -@exec if [ ! -f %D/etc/snort/classification.config ] ; then cp -p =20
 %D/%F %B/snort/classification.config; fi
 +@exec if [ ! -f %D/etc/snort/classification.config ] ; then cp -p =20
 %D/%F %B/classification.config; fi
   @unexec if cmp  -s %D/etc/snort/gen-msg.map-sample =20
 %D/etc/snort/gen-msg.map; then rm -f %D/etc/snort/gen-msg.map; fi
   etc/snort/gen-msg.map-sample
 -@exec if [ ! -f %D/etc/snort/gen-msg.map ] ; then cp -p %D/%F =20
 %B/snort/gen-msg.map; fi
 +@exec if [ ! -f %D/etc/snort/gen-msg.map ] ; then cp -p %D/%F =20
 %B/gen-msg.map; fi
   @unexec if cmp  -s %D/etc/snort/generators-sample =20
 %D/etc/snort/generators; then rm -f %D/etc/snort/generators; fi
   etc/snort/generators-sample
 -@exec if [ ! -f %D/etc/snort/generators ] ; then cp -p %D/%F =20
 %B/snort/generators; fi
 +@exec if [ ! -f %D/etc/snort/generators ] ; then cp -p %D/%F =20
 %B/generators; fi
   @unexec if cmp  -s %D/etc/snort/reference.config-sample =20
 %D/etc/snort/reference.config; then rm -f =20
 %D/etc/snort/reference.config; fi
   etc/snort/reference.config-sample
 -@exec if [ ! -f %D/etc/snort/reference.config ] ; then cp -p %D/%F =20
 %B/snort/reference.config; fi
 +@exec if [ ! -f %D/etc/snort/reference.config ] ; then cp -p %D/%F =20
 %B/reference.config; fi
   @unexec if cmp -s %D/etc/snort/sid-sample %D/etc/snort/sid; then rm =20
 -f %D/etc/snort/sid; fi
   etc/snort/sid-sample
   @exec if [ ! -f %D/etc/snort/sid ] ; then cp -p %D/%F %B/sid; fi
 @@ -20,13 +20,13 @@
   @exec if [ ! -f %D/etc/snort/sid-msg.map ] ; then cp -p %D/%F =20
 %B/sid-msg.map; fi
   @unexec if cmp  -s %D/etc/snort/snort.conf-sample =20
 %D/etc/snort/snort.conf; then rm -f %D/etc/snort/snort.conf; fi
   etc/snort/snort.conf-sample
 -@exec if [ ! -f %D/etc/snort/snort.conf ] ; then cp -p %D/%F =20
 %B/snort/snort.conf; fi
 +@exec if [ ! -f %D/etc/snort/snort.conf ] ; then cp -p %D/%F =20
 %B/snort.conf; fi
   @unexec if cmp  -s %D/etc/snort/threshold.conf-sample =20
 %D/etc/snort/threshold.conf; then rm -f %D/etc/snort/threshold.conf; fi
   etc/snort/threshold.conf-sample
 -@exec if [ ! -f %D/etc/snort/threshold.conf ] ; then cp -p %D/%F =20
 %B/snort/threshold.conf; fi
 +@exec if [ ! -f %D/etc/snort/threshold.conf ] ; then cp -p %D/%F =20
 %B/threshold.conf; fi
   @unexec if cmp  -s %D/etc/snort/unicode.map-sample =20
 %D/etc/snort/unicode.map; then rm -f %D/etc/snort/unicode.map; fi
   etc/snort/unicode.map-sample
 -@exec if [ ! -f %D/etc/snort/unicode.map ] ; then cp -p %D/%F =20
 %B/snort/unicode.map; fi
 +@exec if [ ! -f %D/etc/snort/unicode.map ] ; then cp -p %D/%F =20
 %B/unicode.map; fi
   @dirrmtry etc/snort/rules
   @dirrmtry etc/snort
   %%DYNAMIC%%src/snort_dynamicsrc/bitop.h
 
 
 Regards,
 
 Robin Gruyters
 Network and Security Engineer
 Yirdis B.V.
 I: http://yirdis.com
 P: +31 (0)36 5300394
 F: +31 (0)36 5489119
 
 
 Quoting FreeBSD-gnats-submit@FreeBSD.org:
 
 > Thank you very much for your problem report.
 > It has the internal identification `ports/111533'.
 > 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=3D111533
 >
 >> Category:       ports
 >> Responsible:    freebsd-ports-bugs
 >> Synopsis:       [PATCH] security/snort: update to 2.6.1.4
 >> Arrival-Date:   Fri Apr 13 10:10:03 GMT 2007
 >
 
 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Wed Apr 18 06:42:21 UTC 2007 
State-Changed-Why:  
Committed. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111533: commit references a PR
Date: Wed, 18 Apr 2007 06:42:17 +0000 (UTC)

 clsung      2007-04-18 06:42:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/snort       Makefile distinfo pkg-plist 
   Log:
   - Update to 2.6.1.4
   - Fix initial copy of configuration files.
   
   PR:             ports/111533
   Submitted by:   Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
   
   Revision  Changes    Path
   1.84      +1 -1      ports/security/snort/Makefile
   1.47      +3 -3      ports/security/snort/distinfo
   1.27      +8 -8      ports/security/snort/pkg-plist
 _______________________________________________
 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:
