From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 9 01:20:28 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7A68106567A for ; Thu, 9 Jul 2009 01:20:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 86D788FC2B for ; Thu, 9 Jul 2009 01:20:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n691KS7P014116 for ; Thu, 9 Jul 2009 01:20:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691KSCs014109; Thu, 9 Jul 2009 01:20:28 GMT (envelope-from gnats) Resent-Date: Thu, 9 Jul 2009 01:20:28 GMT Resent-Message-Id: <200907090120.n691KSCs014109@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C78DF106566C for ; Thu, 9 Jul 2009 01:19:22 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B3C7B8FC17 for ; Thu, 9 Jul 2009 01:19:22 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (pgollucci@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n691JMwl007657 for ; Thu, 9 Jul 2009 01:19:22 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691JMUR007656; Thu, 9 Jul 2009 01:19:22 GMT (envelope-from pgollucci) Message-Id: <200907090119.n691JMUR007656@freefall.freebsd.org> Date: Thu, 9 Jul 2009 01:19:22 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: pauls@utdallas.edu Subject: ports/136558: [PATCH] security/p5-Snort-Rule: update to 1.07 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 01:20:29 -0000 >Number: 136558 >Category: ports >Synopsis: [PATCH] security/p5-Snort-Rule: update to 1.07 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 09 01:20:28 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.2-STABLE i386 >Organization: RideCharge Inc. >Environment: System: FreeBSD freefall.freebsd.org 7.2-STABLE FreeBSD 7.2-STABLE #38 r194101: Sat Jun 13 11:12:24 UTC >Description: - Update to 1.07 Port maintainer (pauls@utdallas.edu) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Snort-Rule-1.07.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/p5-Snort-Rule/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 17 Apr 2008 14:28:26 -0000 1.2 +++ Makefile 9 Jul 2009 01:19:20 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Snort-Rule -PORTVERSION= 1.06 +PORTVERSION= 1.07 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/S/SA/SAXJAZMAN/Snort Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/p5-Snort-Rule/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 6 Feb 2008 16:23:07 -0000 1.1 +++ distinfo 9 Jul 2009 01:19:20 -0000 @@ -1,3 +1,3 @@ -MD5 (Snort-Rule-1.06.tar.gz) = 2f05b6017ffbee36518e7ef9ed079e3c -SHA256 (Snort-Rule-1.06.tar.gz) = 582ec734ec86786e28218558747684b256ee9c6ac3e7d37e471baf09b371ecc5 -SIZE (Snort-Rule-1.06.tar.gz) = 5176 +MD5 (Snort-Rule-1.07.tar.gz) = 8a72e7a8303d176636fb33784381bb6d +SHA256 (Snort-Rule-1.07.tar.gz) = a8031320214d0d7d61107e57a3e157888859aa4573996c468b64446c82517d7b +SIZE (Snort-Rule-1.07.tar.gz) = 5264 --- p5-Snort-Rule-1.07.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: