summaryrefslogtreecommitdiff
path: root/net/snort/patches/patch-aa
diff options
context:
space:
mode:
authorsnj <snj>2006-03-11 03:35:57 +0000
committersnj <snj>2006-03-11 03:35:57 +0000
commit6e9c9540ba2ce589807c82c1160c0f9109db3233 (patch)
tree9aab3902de6d8133ae3dabe6968d0794ec5e032c /net/snort/patches/patch-aa
parent696d8c9aa323e780894ea55953e467ddbbd040c8 (diff)
downloadpkgsrc-6e9c9540ba2ce589807c82c1160c0f9109db3233.tar.gz
Pullup ticket 1212 - requested by Adrian Portelli
security update for snort Revisions pulled up: - pkgsrc/net/snort/distinfo 1.33, 1.34 - pkgsrc/net/snort/patches/patch-aa 1.13 - pkgsrc/net/snort/Makefile.common 1.32 Module Name: pkgsrc Committed By: joerg Date: Thu Feb 16 20:45:52 UTC 2006 Modified Files: pkgsrc/net/snort: distinfo pkgsrc/net/snort/patches: patch-aa Log Message: Fix errno. --- Module Name: pkgsrc Committed By: adrianp Date: Thu Mar 9 09:37:44 UTC 2006 Modified Files: pkgsrc/net/snort: Makefile.common distinfo Log Message: Update to 2.4.4 This includes the fix for: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0839 > +2006-02-20 Steven Sturges <ssturges@sourcefire.com> > + * src/preprocessors/spp_frag3.c: > + * configure.in: > + Fix ip options handling. Thanks to Vyacheslav Burdjanadze for > + finding the issue. > + > +2006-01-09 Steven Sturges <ssturges@sourcefire.com> > + * src/sfutil/mwm.c: > + Fixed bug with multiple recurring patterns in Wu-Manbher > + implementation. > + Thanks to Evan Stawnyczy for pointing it out an Marc Norton for > + the fix. > + * src/parser/IpAddrSet.c: > + Fixed problem with parsing conf file and rules when DNS is not > + working. > + Thanks Martin Olsson for mentioning this and testing the fix. > + * src/preprocessors/spp_perfmonitor.c: > + * src/preprocessors/perf-base.c: > + Handle wrapping on 64-bit platforms > + > +2005-11-17 Andrew Mullican <amullican@sourcefire.com> > + * src/sfutil/sfxhash.c: > + * src/preprocessors/portscan.c: > + Add tracker without using bogus data, to avoid internal buffer > + overrun. > + Thanks Sandro Poppi for the find. > + > +2005-11-11 Steven Sturges <ssturges@sourcefire.com> > + * src/snort.c: > + Allow value of 0 to be used with -G flag > + * src/preprocessors/spp_bo.c: > + Code Cleanup > + * src/preprocessors/spp_frag3.c: > + Fix memory leak and mishandling of IP Options. Thanks Yin > + Zhaohui for the find.
Diffstat (limited to 'net/snort/patches/patch-aa')
-rw-r--r--net/snort/patches/patch-aa14
1 files changed, 11 insertions, 3 deletions
diff --git a/net/snort/patches/patch-aa b/net/snort/patches/patch-aa
index c087fb4abf8..6d21fe21a13 100644
--- a/net/snort/patches/patch-aa
+++ b/net/snort/patches/patch-aa
@@ -1,8 +1,16 @@
-$NetBSD: patch-aa,v 1.12 2005/08/13 19:56:47 adrianp Exp $
+$NetBSD: patch-aa,v 1.12.4.1 2006/03/11 03:35:58 snj Exp $
--- src/snort.c.orig Wed Dec 3 16:22:22 2003
+++ src/snort.c Sat Jan 31 21:25:32 2004
-@@ -1391,6 +1391,18 @@
+@@ -105,7 +105,6 @@ extern OutputFuncNode *LogList;
+ long start_time; /* tracks how many seconds snort actually ran */
+ #endif
+
+-extern int errno;
+ /*extern char *malloc_options;*/
+
+ /* exported variables *********************************************************/
+@@ -1771,6 +1770,18 @@ int SetPktProcessor()
break;
@@ -21,7 +29,7 @@ $NetBSD: patch-aa,v 1.12 2005/08/13 19:56:47 adrianp Exp $
case DLT_PPP: /* point-to-point protocol */
if(!pv.readmode_flag)
{
-@@ -1780,7 +1792,7 @@
+@@ -2164,7 +2175,7 @@ static char *ConfigFileSearch()
{
struct stat st;
int i;