On Thu, Mar 28, 2013 at 05:51:30PM +0000, Rodolfo Gouveia wrote:
> On 03/26/2013 09:22 PM, Markus Lude wrote:
> > Hello,
> > here is an update to latest snort 2.9.4.1.
> > Please test, comment, ...
> > Regards,
> > Markus
> > 
> 
> Thanks Markus.
> Compiled and running under OpenBSD 5.2 amd64 without any problems.

Yes, thanks Markus for working on the update, and Rodolfo for testing.

Attached is a slightly tweaked version that drops PKGNAME because
upstream now hosts snort-2.9.4.1.tar.gz correctly (previously, the
distfile was snort-2.9.4.tar.gz but the version was supposed to be
2.9.4.0, so PKGNAME was needed).

The VERSION variable still needs to be there to provide a proper
version-specific instructions in the README.

Also, just a note that the snort.org rules download URL in the README
does not actually work yet. That's because according to
http://www.snort.org/snort-rules/ 2.9.4.1 rules are not yet available to
registered users, but I think they should be available on or shortly
after April 4, which is a month after Snort 2.9.4.1 was released.

Meanwhile the 2.9.4.0 rules do work, so I don't think there's a need to
update the README since the new rules will be available soon.

Tested and works for me on amd64 and i386.  Looking for OK's to commit.

Lawrence


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/snort/Makefile,v
retrieving revision 1.76
diff -u -p -r1.76 Makefile
--- Makefile    21 Mar 2013 08:46:35 -0000      1.76
+++ Makefile    28 Mar 2013 18:30:06 -0000
@@ -4,10 +4,8 @@ SHARED_ONLY =          Yes
 
 COMMENT =              highly flexible sniffer/NIDS
 
-VERSION =              2.9.4.0
-DISTNAME =             snort-2.9.4
-PKGNAME =              snort-${VERSION}
-REVISION =             0
+VERSION =              2.9.4.1
+DISTNAME =             snort-${VERSION}
 
 CATEGORIES =           net security
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/snort/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- distinfo    16 Jan 2013 04:52:53 -0000      1.21
+++ distinfo    26 Mar 2013 21:18:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (snort-2.9.4.tar.gz) = QgKuD2ZqU0jGJEdqRUPx0FmnCZjesNytq2hlzWukmbU=
-SIZE (snort-2.9.4.tar.gz) = 5289321
+SHA256 (snort-2.9.4.1.tar.gz) = L0Ilbp9LYTIB6nnlr1S2RairAplysj9vvGSesA5vHa4=
+SIZE (snort-2.9.4.1.tar.gz) = 5296045
Index: patches/patch-src_dynamic-plugins_sf_engine_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-plugins_sf_engine_Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-src_dynamic-plugins_sf_engine_Makefile_in
--- patches/patch-src_dynamic-plugins_sf_engine_Makefile_in     16 Jan 2013 
04:52:53 -0000      1.3
+++ patches/patch-src_dynamic-plugins_sf_engine_Makefile_in     26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-plugins_sf_engine_Makefile_in,v 1.3 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-plugins/sf_engine/Makefile.in.orig     Thu Nov 15 23:53:01 2012
-+++ src/dynamic-plugins/sf_engine/Makefile.in  Mon Dec  3 22:17:26 2012
-@@ -263,7 +263,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-plugins/sf_engine/Makefile.in.orig     Wed Feb 20 20:31:52 2013
++++ src/dynamic-plugins/sf_engine/Makefile.in  Fri Mar  8 18:42:20 2013
+@@ -296,7 +296,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_engine.la
Index: patches/patch-src_dynamic-preprocessors_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_Makefile_in,v
retrieving revision 1.7
diff -u -p -r1.7 patch-src_dynamic-preprocessors_Makefile_in
--- patches/patch-src_dynamic-preprocessors_Makefile_in 16 Jan 2013 04:52:53 
-0000      1.7
+++ patches/patch-src_dynamic-preprocessors_Makefile_in 26 Mar 2013 21:18:21 
-0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_Makefile_in,v 1.7 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-preprocessors/Makefile.in.orig Thu Nov 15 23:53:02 2012
-+++ src/dynamic-preprocessors/Makefile.in      Mon Dec  3 22:17:26 2012
-@@ -987,8 +987,8 @@ maintainer-clean-generic:
+--- src/dynamic-preprocessors/Makefile.in.orig Wed Feb 20 20:31:53 2013
++++ src/dynamic-preprocessors/Makefile.in      Fri Mar  8 18:42:21 2013
+@@ -1024,8 +1024,8 @@ maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
@@ -12,7 +12,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  clean: clean-recursive
  
  clean-am: clean-generic clean-libtool clean-local \
-@@ -1298,20 +1298,7 @@ include/file_lib.h: $(top_srcdir)/src/file-process/lib
+@@ -1335,20 +1335,7 @@ include/file_lib.h: $(top_srcdir)/src/file-process/lib
  clean-local:
        rm -rf include build
  
Index: patches/patch-src_dynamic-preprocessors_dcerpc2_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_dcerpc2_Makefile_in,v
retrieving revision 1.4
diff -u -p -r1.4 patch-src_dynamic-preprocessors_dcerpc2_Makefile_in
--- patches/patch-src_dynamic-preprocessors_dcerpc2_Makefile_in 16 Jan 2013 
04:52:53 -0000      1.4
+++ patches/patch-src_dynamic-preprocessors_dcerpc2_Makefile_in 26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_dcerpc2_Makefile_in,v 1.4 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-preprocessors/dcerpc2/Makefile.in.orig Thu Nov 15 23:53:02 2012
-+++ src/dynamic-preprocessors/dcerpc2/Makefile.in      Mon Dec  3 22:17:26 2012
-@@ -229,7 +229,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/dcerpc2/Makefile.in.orig Wed Feb 20 20:31:53 2013
++++ src/dynamic-preprocessors/dcerpc2/Makefile.in      Fri Mar  8 18:42:22 2013
+@@ -262,7 +262,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_dce2_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_dce2_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_dce2_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -468,7 +468,7 @@ distdir: $(DISTFILES)
+@@ -502,7 +502,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_dynamic-preprocessors_dnp3_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_dnp3_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_dynamic-preprocessors_dnp3_Makefile_in
--- patches/patch-src_dynamic-preprocessors_dnp3_Makefile_in    16 Jan 2013 
04:52:53 -0000      1.2
+++ patches/patch-src_dynamic-preprocessors_dnp3_Makefile_in    26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_dnp3_Makefile_in,v 1.2 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-preprocessors/dnp3/Makefile.in.orig    Thu Nov 15 23:53:02 2012
-+++ src/dynamic-preprocessors/dnp3/Makefile.in Mon Dec  3 22:17:27 2012
-@@ -226,7 +226,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/dnp3/Makefile.in.orig    Wed Feb 20 20:31:53 2013
++++ src/dynamic-preprocessors/dnp3/Makefile.in Fri Mar  8 18:42:23 2013
+@@ -259,7 +259,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_dnp3_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_dnp3_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_dnp3_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -434,7 +434,7 @@ distdir: $(DISTFILES)
+@@ -468,7 +468,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_dynamic-preprocessors_dns_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_dns_Makefile_in,v
retrieving revision 1.6
diff -u -p -r1.6 patch-src_dynamic-preprocessors_dns_Makefile_in
--- patches/patch-src_dynamic-preprocessors_dns_Makefile_in     16 Jan 2013 
04:52:53 -0000      1.6
+++ patches/patch-src_dynamic-preprocessors_dns_Makefile_in     26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_dns_Makefile_in,v 1.6 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-preprocessors/dns/Makefile.in.orig     Thu Nov 15 23:53:02 2012
-+++ src/dynamic-preprocessors/dns/Makefile.in  Mon Dec  3 22:17:27 2012
-@@ -224,7 +224,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/dns/Makefile.in.orig     Wed Feb 20 20:31:53 2013
++++ src/dynamic-preprocessors/dns/Makefile.in  Fri Mar  8 18:42:24 2013
+@@ -257,7 +257,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_dns_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_dns_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_dns_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -416,7 +416,7 @@ distdir: $(DISTFILES)
+@@ -450,7 +450,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_dynamic-preprocessors_ftptelnet_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_ftptelnet_Makefile_in,v
retrieving revision 1.7
diff -u -p -r1.7 patch-src_dynamic-preprocessors_ftptelnet_Makefile_in
--- patches/patch-src_dynamic-preprocessors_ftptelnet_Makefile_in       16 Jan 
2013 04:52:53 -0000      1.7
+++ patches/patch-src_dynamic-preprocessors_ftptelnet_Makefile_in       26 Mar 
2013 21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_ftptelnet_Makefile_in,v 1.7 
2013/01/16 04:52:53 lteo Exp $
---- src/dynamic-preprocessors/ftptelnet/Makefile.in.orig       Thu Nov 15 
23:53:02 2012
-+++ src/dynamic-preprocessors/ftptelnet/Makefile.in    Mon Dec  3 22:17:27 2012
-@@ -231,7 +231,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/ftptelnet/Makefile.in.orig       Wed Feb 20 
20:31:53 2013
++++ src/dynamic-preprocessors/ftptelnet/Makefile.in    Fri Mar  8 18:42:25 2013
+@@ -264,7 +264,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_ftptelnet_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_ftptelnet_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_ftptelnet_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -465,7 +465,7 @@ distdir: $(DISTFILES)
+@@ -499,7 +499,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_dynamic-preprocessors_gtp_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_gtp_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_dynamic-preprocessors_gtp_Makefile_in
--- patches/patch-src_dynamic-preprocessors_gtp_Makefile_in     16 Jan 2013 
04:52:53 -0000      1.2
+++ patches/patch-src_dynamic-preprocessors_gtp_Makefile_in     26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_gtp_Makefile_in,v 1.2 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-preprocessors/gtp/Makefile.in.orig     Thu Nov 15 23:53:02 2012
-+++ src/dynamic-preprocessors/gtp/Makefile.in  Mon Dec  3 22:17:27 2012
-@@ -225,7 +225,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/gtp/Makefile.in.orig     Wed Feb 20 20:31:53 2013
++++ src/dynamic-preprocessors/gtp/Makefile.in  Fri Mar  8 18:42:26 2013
+@@ -258,7 +258,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_gtp_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_gtp_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_gtp_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -424,7 +424,7 @@ distdir: $(DISTFILES)
+@@ -458,7 +458,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_dynamic-preprocessors_imap_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_imap_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_dynamic-preprocessors_imap_Makefile_in
--- patches/patch-src_dynamic-preprocessors_imap_Makefile_in    16 Jan 2013 
04:52:53 -0000      1.2
+++ patches/patch-src_dynamic-preprocessors_imap_Makefile_in    26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_imap_Makefile_in,v 1.2 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-preprocessors/imap/Makefile.in.orig    Thu Nov 15 23:53:02 2012
-+++ src/dynamic-preprocessors/imap/Makefile.in Mon Dec  3 22:17:27 2012
-@@ -228,7 +228,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/imap/Makefile.in.orig    Wed Feb 20 20:31:53 2013
++++ src/dynamic-preprocessors/imap/Makefile.in Fri Mar  8 18:42:27 2013
+@@ -261,7 +261,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_imap_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_imap_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_imap_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -448,7 +448,7 @@ distdir: $(DISTFILES)
+@@ -482,7 +482,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_dynamic-preprocessors_modbus_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_modbus_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_dynamic-preprocessors_modbus_Makefile_in
--- patches/patch-src_dynamic-preprocessors_modbus_Makefile_in  16 Jan 2013 
04:52:53 -0000      1.2
+++ patches/patch-src_dynamic-preprocessors_modbus_Makefile_in  26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_modbus_Makefile_in,v 1.2 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-preprocessors/modbus/Makefile.in.orig  Thu Nov 15 23:53:03 2012
-+++ src/dynamic-preprocessors/modbus/Makefile.in       Mon Dec  3 22:17:28 2012
-@@ -226,7 +226,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/modbus/Makefile.in.orig  Wed Feb 20 20:31:54 2013
++++ src/dynamic-preprocessors/modbus/Makefile.in       Fri Mar  8 18:42:28 2013
+@@ -259,7 +259,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_modbus_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_modbus_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_modbus_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -424,7 +424,7 @@ distdir: $(DISTFILES)
+@@ -458,7 +458,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_dynamic-preprocessors_pop_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_pop_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_dynamic-preprocessors_pop_Makefile_in
--- patches/patch-src_dynamic-preprocessors_pop_Makefile_in     16 Jan 2013 
04:52:53 -0000      1.2
+++ patches/patch-src_dynamic-preprocessors_pop_Makefile_in     26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_pop_Makefile_in,v 1.2 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-preprocessors/pop/Makefile.in.orig     Thu Nov 15 23:53:03 2012
-+++ src/dynamic-preprocessors/pop/Makefile.in  Mon Dec  3 22:17:28 2012
-@@ -228,7 +228,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/pop/Makefile.in.orig     Wed Feb 20 20:31:54 2013
++++ src/dynamic-preprocessors/pop/Makefile.in  Fri Mar  8 18:42:29 2013
+@@ -261,7 +261,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_pop_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_pop_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_pop_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -448,7 +448,7 @@ distdir: $(DISTFILES)
+@@ -482,7 +482,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_dynamic-preprocessors_reputation_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_reputation_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_dynamic-preprocessors_reputation_Makefile_in
--- patches/patch-src_dynamic-preprocessors_reputation_Makefile_in      16 Jan 
2013 04:52:53 -0000      1.2
+++ patches/patch-src_dynamic-preprocessors_reputation_Makefile_in      26 Mar 
2013 21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_reputation_Makefile_in,v 1.2 
2013/01/16 04:52:53 lteo Exp $
---- src/dynamic-preprocessors/reputation/Makefile.in.orig      Thu Nov 15 
23:53:03 2012
-+++ src/dynamic-preprocessors/reputation/Makefile.in   Mon Dec  3 22:17:28 2012
-@@ -243,7 +243,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/reputation/Makefile.in.orig      Wed Feb 20 
20:31:54 2013
++++ src/dynamic-preprocessors/reputation/Makefile.in   Fri Mar  8 18:42:30 2013
+@@ -276,7 +276,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_reputation_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_reputation_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_reputation_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -499,7 +499,7 @@ distdir: $(DISTFILES)
+@@ -533,7 +533,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_dynamic-preprocessors_sdf_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_sdf_Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-src_dynamic-preprocessors_sdf_Makefile_in
--- patches/patch-src_dynamic-preprocessors_sdf_Makefile_in     16 Jan 2013 
04:52:53 -0000      1.3
+++ patches/patch-src_dynamic-preprocessors_sdf_Makefile_in     26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_sdf_Makefile_in,v 1.3 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-preprocessors/sdf/Makefile.in.orig     Thu Nov 15 23:53:03 2012
-+++ src/dynamic-preprocessors/sdf/Makefile.in  Mon Dec  3 22:17:28 2012
-@@ -225,7 +225,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/sdf/Makefile.in.orig     Wed Feb 20 20:31:54 2013
++++ src/dynamic-preprocessors/sdf/Makefile.in  Fri Mar  8 18:42:31 2013
+@@ -258,7 +258,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_sdf_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_sdf_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_sdf_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -425,7 +425,7 @@ distdir: $(DISTFILES)
+@@ -459,7 +459,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_dynamic-preprocessors_sip_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_sip_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_dynamic-preprocessors_sip_Makefile_in
--- patches/patch-src_dynamic-preprocessors_sip_Makefile_in     16 Jan 2013 
04:52:53 -0000      1.2
+++ patches/patch-src_dynamic-preprocessors_sip_Makefile_in     26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_sip_Makefile_in,v 1.2 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-preprocessors/sip/Makefile.in.orig     Thu Nov 15 23:53:03 2012
-+++ src/dynamic-preprocessors/sip/Makefile.in  Mon Dec  3 22:17:28 2012
-@@ -225,7 +225,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/sip/Makefile.in.orig     Wed Feb 20 20:31:54 2013
++++ src/dynamic-preprocessors/sip/Makefile.in  Fri Mar  8 18:42:32 2013
+@@ -258,7 +258,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_sip_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_sip_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_sip_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -432,7 +432,7 @@ distdir: $(DISTFILES)
+@@ -466,7 +466,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_dynamic-preprocessors_smtp_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_smtp_Makefile_in,v
retrieving revision 1.6
diff -u -p -r1.6 patch-src_dynamic-preprocessors_smtp_Makefile_in
--- patches/patch-src_dynamic-preprocessors_smtp_Makefile_in    16 Jan 2013 
04:52:53 -0000      1.6
+++ patches/patch-src_dynamic-preprocessors_smtp_Makefile_in    26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_smtp_Makefile_in,v 1.6 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-preprocessors/smtp/Makefile.in.orig    Thu Nov 15 23:53:03 2012
-+++ src/dynamic-preprocessors/smtp/Makefile.in Mon Dec  3 22:17:29 2012
-@@ -229,7 +229,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/smtp/Makefile.in.orig    Wed Feb 20 20:31:54 2013
++++ src/dynamic-preprocessors/smtp/Makefile.in Fri Mar  8 18:42:33 2013
+@@ -262,7 +262,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_smtp_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_smtp_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_smtp_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -458,7 +458,7 @@ distdir: $(DISTFILES)
+@@ -492,7 +492,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_dynamic-preprocessors_ssh_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_ssh_Makefile_in,v
retrieving revision 1.5
diff -u -p -r1.5 patch-src_dynamic-preprocessors_ssh_Makefile_in
--- patches/patch-src_dynamic-preprocessors_ssh_Makefile_in     16 Jan 2013 
04:52:53 -0000      1.5
+++ patches/patch-src_dynamic-preprocessors_ssh_Makefile_in     26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_ssh_Makefile_in,v 1.5 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-preprocessors/ssh/Makefile.in.orig     Thu Nov 15 23:53:04 2012
-+++ src/dynamic-preprocessors/ssh/Makefile.in  Mon Dec  3 22:17:29 2012
-@@ -224,7 +224,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/ssh/Makefile.in.orig     Wed Feb 20 20:31:54 2013
++++ src/dynamic-preprocessors/ssh/Makefile.in  Fri Mar  8 18:42:34 2013
+@@ -257,7 +257,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_ssh_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_ssh_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_ssh_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -416,7 +416,7 @@ distdir: $(DISTFILES)
+@@ -450,7 +450,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_dynamic-preprocessors_ssl_Makefile_in
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_dynamic-preprocessors_ssl_Makefile_in,v
retrieving revision 1.4
diff -u -p -r1.4 patch-src_dynamic-preprocessors_ssl_Makefile_in
--- patches/patch-src_dynamic-preprocessors_ssl_Makefile_in     16 Jan 2013 
04:52:53 -0000      1.4
+++ patches/patch-src_dynamic-preprocessors_ssl_Makefile_in     26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_dynamic-preprocessors_ssl_Makefile_in,v 1.4 2013/01/16 
04:52:53 lteo Exp $
---- src/dynamic-preprocessors/ssl/Makefile.in.orig     Thu Nov 15 23:53:04 2012
-+++ src/dynamic-preprocessors/ssl/Makefile.in  Mon Dec  3 22:17:29 2012
-@@ -224,7 +224,7 @@ top_builddir = @top_builddir@
+--- src/dynamic-preprocessors/ssl/Makefile.in.orig     Wed Feb 20 20:31:55 2013
++++ src/dynamic-preprocessors/ssl/Makefile.in  Fri Mar  8 18:42:35 2013
+@@ -257,7 +257,7 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = foreign no-dependencies
  lib_LTLIBRARIES = libsf_ssl_preproc.la
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_dynamic-preprocessor
  @SO_WITH_STATIC_LIB_TRUE@libsf_ssl_preproc_la_LIBADD = 
../libsf_dynamic_preproc.la
  @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_ssl_preproc_la_SOURCES = \
  @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
-@@ -426,7 +426,7 @@ distdir: $(DISTFILES)
+@@ -460,7 +460,7 @@ distdir: $(DISTFILES)
        done
  check-am: all-am
  check: check-am
Index: patches/patch-src_preprocessors_Stream5_snort_stream5_tcp_c
===================================================================
RCS file: 
/cvs/ports/net/snort/patches/patch-src_preprocessors_Stream5_snort_stream5_tcp_c,v
retrieving revision 1.6
diff -u -p -r1.6 patch-src_preprocessors_Stream5_snort_stream5_tcp_c
--- patches/patch-src_preprocessors_Stream5_snort_stream5_tcp_c 16 Jan 2013 
04:52:53 -0000      1.6
+++ patches/patch-src_preprocessors_Stream5_snort_stream5_tcp_c 26 Mar 2013 
21:18:21 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_preprocessors_Stream5_snort_stream5_tcp_c,v 1.6 2013/01/16 
04:52:53 lteo Exp $
---- src/preprocessors/Stream5/snort_stream5_tcp.c.orig Fri Sep 21 02:09:14 2012
-+++ src/preprocessors/Stream5/snort_stream5_tcp.c      Tue Oct  9 22:18:53 2012
-@@ -7465,7 +7465,7 @@ static int ProcessTcp(Stream5LWSession *lwssn, Packet 
+--- src/preprocessors/Stream5/snort_stream5_tcp.c.orig Tue Feb 19 23:14:24 2013
++++ src/preprocessors/Stream5/snort_stream5_tcp.c      Fri Mar  8 18:42:39 2013
+@@ -7534,7 +7534,7 @@ static int ProcessTcp(Stream5LWSession *lwssn, Packet 
                      char src_addr[17];
                      char dst_addr[17];
                      bzero((char *)timestamp, TIMEBUF_SIZE);

Reply via email to