head 1.4; access; symbols OPENPKG_E1_MP_HEAD:1.3 OPENPKG_E1_MP:1.3 OPENPKG_E1_MP_2_STABLE:1.3 OPENPKG_E1_FP:1.3 OPENPKG_2_STABLE_MP:1.3 OPENPKG_2_STABLE_20061018:1.3 OPENPKG_2_STABLE_20060622:1.3 OPENPKG_2_STABLE:1.3.0.4 OPENPKG_2_STABLE_BP:1.3 OPENPKG_2_5_RELEASE:1.3 OPENPKG_2_5_SOLID:1.3.0.2 OPENPKG_2_5_SOLID_BP:1.3 OPENPKG_2_4_RELEASE:1.2 OPENPKG_2_4_SOLID:1.2.0.8 OPENPKG_2_4_SOLID_BP:1.2 OPENPKG_2_3_RELEASE:1.2 OPENPKG_2_3_SOLID:1.2.0.6 OPENPKG_2_3_SOLID_BP:1.2 OPENPKG_2_2_RELEASE:1.2 OPENPKG_2_2_SOLID:1.2.0.4 OPENPKG_2_2_SOLID_BP:1.2 OPENPKG_2_1_RELEASE:1.2 OPENPKG_2_1_SOLID:1.2.0.2 OPENPKG_2_1_SOLID_BP:1.2 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.2 OPENPKG_2_0_SOLID_BP:1.1; locks; strict; comment @# @; 1.4 date 2009.09.19.07.33.38; author rse; state Exp; branches; next 1.3; commitid zimeWjRuuOuCeg4u; 1.3 date 2005.07.29.08.00.19; author rse; state Exp; branches; next 1.2; 1.2 date 2004.02.26.08.43.42; author rse; state dead; branches; next 1.1; 1.1 date 2003.12.19.11.01.26; author rse; state Exp; branches; next ; desc @@ 1.4 log @upgrading package: snort 2.8.4.1 -> 2.8.5 @ text @Index: src/snort.h --- src/snort.h.orig 2009-09-14 21:12:14 +0200 +++ src/snort.h 2009-09-19 09:27:59 +0200 @@@@ -92,7 +92,7 @@@@ #define RF_ANY_FLAGS 0x20 #ifndef WIN32 -# define DEFAULT_LOG_DIR "/var/log/snort" +# define DEFAULT_LOG_DIR "@@l_prefix@@/var/snort" # define DEFAULT_DAEMON_ALERT_FILE "alert" #else # define DEFAULT_LOG_DIR "log" @ 1.3 log @dramatically improve packaging by fully daemonizing it; upgrade to latest version 2.4 which has the rules separate @ text @d2 4 a5 10 --- src/snort.h.orig 2005-07-22 05:03:55 +0200 +++ src/snort.h 2005-07-29 09:50:11 +0200 @@@@ -64,9 +64,7 @@@@ #define MAX_PIDFILE_SUFFIX 11 /* uniqueness extension to PID file, see '-R' */ -#ifndef _PATH_VARRUN -extern char _PATH_VARRUN[STD_BUF]; -#endif +#define _PATH_VARRUN "@@l_prefix@@/var/snort" d8 5 a12 1 #define DEFAULT_LOG_DIR "/var/log/snort" @ 1.2 log @upgrading package: snort 2.1.0 -> 2.1.1 @ text @d1 11 a11 63 Index: src/event_wrapper.h --- src/event_wrapper.h.orig 2003-10-20 17:03:18.000000000 +0200 +++ src/event_wrapper.h 2003-12-19 11:45:15.000000000 +0100 @@@@ -1,7 +1,7 @@@@ #ifndef _EVENT_WRAPPER_H #define _EVENT_WRAPPER_H -#include +#include #include "log.h" #include "detect.h" Index: src/preprocessors/flow/flow.h --- src/preprocessors/flow/flow.h.orig 2003-10-20 17:03:41.000000000 +0200 +++ src/preprocessors/flow/flow.h 2003-12-19 11:44:28.000000000 +0100 @@@@ -1,7 +1,7 @@@@ #ifndef _FLOW_H #define _FLOW_H -#include +#include #include "flow_error.h" #include "util_math.h" Index: src/preprocessors/flow/flow_stat.h --- src/preprocessors/flow/flow_stat.h.orig 2003-10-20 17:03:41.000000000 +0200 +++ src/preprocessors/flow/flow_stat.h 2003-12-19 11:45:37.000000000 +0100 @@@@ -2,7 +2,7 @@@@ #define _FLOW_STAT_H #include -#include +#include #include #include "flow.h" Index: src/preprocessors/flow/portscan/flowps.h --- src/preprocessors/flow/portscan/flowps.h.orig 2003-12-03 16:22:23.000000000 +0100 +++ src/preprocessors/flow/portscan/flowps.h 2003-12-19 11:44:46.000000000 +0100 @@@@ -6,7 +6,7 @@@@ #endif #include -#include +#include #include "flow.h" #include "unique_tracker.h" Index: src/sfutil/ipobj.c --- src/sfutil/ipobj.c.orig 2003-12-03 16:22:23.000000000 +0100 +++ src/sfutil/ipobj.c 2003-12-19 11:43:26.000000000 +0100 @@@@ -19,6 +19,7 @@@@ #include #ifndef WIN32 +#include #include #include #include Index: src/sfutil/util_net.c --- src/sfutil/util_net.c.orig 2003-12-03 16:22:23.000000000 +0100 +++ src/sfutil/util_net.c 2003-12-19 11:43:40.000000000 +0100 @@@@ -6,6 +6,7 @@@@ d14 1 a14 17 /* for inet_ntoa */ +#include #include #include #include Index: src/sfutil/util_net.h --- src/sfutil/util_net.h.orig 2003-10-20 17:03:42.000000000 +0200 +++ src/sfutil/util_net.h 2003-12-19 11:44:04.000000000 +0100 @@@@ -11,7 +11,7 @@@@ #ifndef _UTIL_NET_H #define _UTIL_NET_H -#include +#include char *inet_ntoax(uint32_t ip); char * mktcpflag_str(int flags); @ 1.1 log @upgrading package: snort 2.0.5 -> 2.1.0 @ text @@