pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/snort Fix errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85861fe43b0e
branches:  trunk
changeset: 508252:85861fe43b0e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 16 20:45:51 2006 +0000

description:
Fix errno.

diffstat:

 net/snort/distinfo         |   4 ++--
 net/snort/patches/patch-aa |  14 +++++++++++---
 2 files changed, 13 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 746e101ceb3c -r 85861fe43b0e net/snort/distinfo
--- a/net/snort/distinfo        Thu Feb 16 20:43:41 2006 +0000
+++ b/net/snort/distinfo        Thu Feb 16 20:45:51 2006 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.32 2005/10/18 15:15:04 adrianp Exp $
+$NetBSD: distinfo,v 1.33 2006/02/16 20:45:51 joerg Exp $
 
 SHA1 (snort-2.4.3.tar.gz) = 5b38b558b73252c048f23dba2499bcd902ebdd9e
 RMD160 (snort-2.4.3.tar.gz) = 1cba0a9d843da1cfa8c8dbaae5b18a16574cb7d2
 Size (snort-2.4.3.tar.gz) = 2733590 bytes
-SHA1 (patch-aa) = f8cd982f2fbc5ed828bf021a489097408f1c9d43
+SHA1 (patch-aa) = 0ab8a524a1e78545cb2f6875cc1da7d0e848b3cd
 SHA1 (patch-ab) = 0ea7deb91de5d3d68558a30e80dcbd8bd81f8a5e
 SHA1 (patch-ac) = 6cdf26fcaeb8dad9cd9562b77377bd56b49c9f38
 SHA1 (patch-ae) = 4a669e664ccbce2b9e689fe3d281c46f6549b72c
diff -r 746e101ceb3c -r 85861fe43b0e net/snort/patches/patch-aa
--- a/net/snort/patches/patch-aa        Thu Feb 16 20:43:41 2006 +0000
+++ b/net/snort/patches/patch-aa        Thu Feb 16 20:45:51 2006 +0000
@@ -1,8 +1,16 @@
-$NetBSD: patch-aa,v 1.12 2005/08/13 19:56:47 adrianp Exp $
+$NetBSD: patch-aa,v 1.13 2006/02/16 20:45:52 joerg 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 @@
          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;



Home | Main Index | Thread Index | Old Index