On Mon, Sep 23, 2013 at 02:31:11PM -0400, Lawrence Teo wrote:
> Here's a trivial update to Snort 2.9.5.5 (release notes are at
> https://www.snort.org/downloads/2548)

I come up with a similar diff. I recently noticed the rc.d script has
ownership _snort:_snort. I think it should be owned by root. Diff is
attached.

Regards,
Markus

> Tested on amd64, i386, macppc.
> 
> OK?
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/snort/Makefile,v
> retrieving revision 1.81
> diff -u -p -r1.81 Makefile
> --- Makefile  21 Aug 2013 02:28:42 -0000      1.81
> +++ Makefile  22 Sep 2013 03:11:40 -0000
> @@ -4,7 +4,7 @@ SHARED_ONLY =         Yes
>  
>  COMMENT =            highly flexible sniffer/NIDS
>  
> -VERSION =            2.9.5.3
> +VERSION =            2.9.5.5
>  DISTNAME =           snort-${VERSION}
>  
>  CATEGORIES =         net security
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/snort/distinfo,v
> retrieving revision 1.26
> diff -u -p -r1.26 distinfo
> --- distinfo  21 Aug 2013 02:28:43 -0000      1.26
> +++ distinfo  22 Sep 2013 03:20:23 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (snort-2.9.5.3.tar.gz) = Pv0x/TN+g2r1PXkPwpl/SfzDUeUHHUxuT1hqiLBwxSo=
> -SIZE (snort-2.9.5.3.tar.gz) = 5047591
> +SHA256 (snort-2.9.5.5.tar.gz) = AsjMYGC9qgsAU3ynD20nKFU3WUiuzlJT3Rjw12x/U54=
> +SIZE (snort-2.9.5.5.tar.gz) = 5048740
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/snort/Makefile,v
retrieving revision 1.81
diff -u -p -r1.81 Makefile
--- Makefile    21 Aug 2013 02:28:42 -0000      1.81
+++ Makefile    23 Sep 2013 19:25:56 -0000
@@ -4,7 +4,7 @@ SHARED_ONLY =           Yes
 
 COMMENT =              highly flexible sniffer/NIDS
 
-VERSION =              2.9.5.3
+VERSION =              2.9.5.5
 DISTNAME =             snort-${VERSION}
 
 CATEGORIES =           net security
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/snort/distinfo,v
retrieving revision 1.26
diff -u -p -r1.26 distinfo
--- distinfo    21 Aug 2013 02:28:43 -0000      1.26
+++ distinfo    23 Sep 2013 19:25:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (snort-2.9.5.3.tar.gz) = Pv0x/TN+g2r1PXkPwpl/SfzDUeUHHUxuT1hqiLBwxSo=
-SIZE (snort-2.9.5.3.tar.gz) = 5047591
+SHA256 (snort-2.9.5.5.tar.gz) = AsjMYGC9qgsAU3ynD20nKFU3WUiuzlJT3Rjw12x/U54=
+SIZE (snort-2.9.5.5.tar.gz) = 5048740
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/snort/pkg/PLIST,v
retrieving revision 1.25
diff -u -p -r1.25 PLIST
--- pkg/PLIST   21 Aug 2013 02:28:45 -0000      1.25
+++ pkg/PLIST   23 Sep 2013 19:25:56 -0000
@@ -142,4 +142,6 @@ share/examples/snort/unicode.map
 @group _snort
 @sample /var/snort/
 @sample /var/snort/log/
+@owner
+@group
 @rcscript ${RCDIR}/snort

Reply via email to