From nobody@FreeBSD.org  Wed Jun 18 14:07:30 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 193FC10656D2
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Jun 2008 14:07:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 030318FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Jun 2008 14:07:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5IE7TAu084591
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Jun 2008 14:07:29 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m5IE7TRm084588;
	Wed, 18 Jun 2008 14:07:29 GMT
	(envelope-from nobody)
Message-Id: <200806181407.m5IE7TRm084588@www.freebsd.org>
Date: Wed, 18 Jun 2008 14:07:29 GMT
From: Michael Scheidell <scheidell@secnap.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Bugfix: upgrade snort to 2.8.2.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124717
>Category:       ports
>Synopsis:       Bugfix: upgrade security/snort to 2.8.2.1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 18 14:10:02 UTC 2008
>Closed-Date:    Mon Jun 23 02:26:51 UTC 2008
>Last-Modified:  Mon Jun 23 02:30:01 UTC 2008
>Originator:     Michael Scheidell
>Release:        na
>Organization:
SECNAP Network Security http://www.secnap.com
>Environment:
na
>Description:
snort 2.8.2 ignored pass rules.
This is a bug fix update from snort:

http://www.snort.org/docs/release_notes/release_notes_2821.txt

2008-06-12 - Snort 2.8.2.1

[*] Improvements
    * Fix support for pass rules that sometimes did not take precedence
      over alert and/or drop rules.

>How-To-Repeat:
use pass rules in snort 2.8.2
>Fix:
patch:

diff -bBru /var/tmp/snort282/Makefile ./Makefile
--- /var/tmp/snort282/Makefile  Mon Jun  9 02:16:02 2008
+++ ./Makefile  Wed Jun 18 09:46:52 2008
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=      snort
-PORTVERSION=   2.8.2
-PORTREVISION=  1
+PORTVERSION=   2.8.2.1
 CATEGORIES=    security
 MASTER_SITES=  http://www.snort.org/dl/current/
 
diff -bBru /var/tmp/snort282/distinfo ./distinfo
--- /var/tmp/snort282/distinfo  Sun Jun  8 21:55:32 2008
+++ ./distinfo  Wed Jun 18 09:48:12 2008
@@ -1,3 +1,3 @@
-MD5 (snort-2.8.2.tar.gz) = ce431672bdfd9e9730871a5f80a43550
-SHA256 (snort-2.8.2.tar.gz) = 36911561edf0d46970b0867c31a5f3ccd33ef90471e18dee2e4af789265eb10f
-SIZE (snort-2.8.2.tar.gz) = 4375116
+MD5 (snort-2.8.2.1.tar.gz) = b39e784dd8a5cf180aae20e94a7b52dd
+SHA256 (snort-2.8.2.1.tar.gz) = 55ffb0bf34eac5ce48e3b517a83d6c05f838d864586cebbd7d14d575ba2d5d7b
+SIZE (snort-2.8.2.1.tar.gz) = 4377110


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Jun 18 17:21:03 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124717 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Mon Jun 23 02:26:50 UTC 2008 
State-Changed-Why:  
Committed. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124717: commit references a PR
Date: Mon, 23 Jun 2008 02:26:46 +0000 (UTC)

 clsung      2008-06-23 02:26:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/snort       Makefile distinfo pkg-plist 
   Log:
   - Update to 2.8.2.1
   - 2008-06-12 - Snort 2.8.2.1
   
     [*] Improvements
     * Fix support for pass rules that sometimes did not take precedence
     over alert and/or drop rules.
   
   PR:             ports/124717
   Submitted by:   Michael Scheidell <scheidell_AT_secnap dot net>
   
   Revision  Changes    Path
   1.99      +1 -2      ports/security/snort/Makefile
   1.54      +3 -3      ports/security/snort/distinfo
   1.30      +2 -1      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:
