Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2007 12:18:06 +0200
From:      Robin Gruyters <r.gruyters@yirdis.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/111533: [PATCH] security/snort: update to 2.6.1.4
Message-ID:  <20070413121806.6wyiavt8mc4c4s0o@server.yirdis.nl>
In-Reply-To: <200704131010.l3DAA3UV068364@freefall.freebsd.org>
References:  <200704131010.l3DAA3UV068364@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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
>





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070413121806.6wyiavt8mc4c4s0o>