Bug 111533 - [PATCH] security/snort: update to 2.6.1.4
Summary: [PATCH] security/snort: update to 2.6.1.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-13 11:10 UTC by Robin Gruyters
Modified: 2007-04-18 07:50 UTC (History)
1 user (show)

See Also:


Attachments
snort-2.6.1.4.patch (3.92 KB, patch)
2007-04-13 11:10 UTC, Robin Gruyters
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Gruyters 2007-04-13 11:10:03 UTC
- 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-13 11:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer
Comment 2 Robin Gruyters 2007-04-13 11:18:06 UTC
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
>
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-18 07:42:17 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"
Comment 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-04-18 07:42:21 UTC
State Changed
From-To: open->closed

Committed. Thank You.