pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/25029: updated package: net/snort
>Number: 25029
>Category: pkg
>Synopsis: updated package: net/snort
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Apr 02 16:57:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Adrian Portelli
>Release: 1.6.1
>Organization:
STIndustries
>Environment:
NetBSD apu.stindustries.org.uk 1.6.2 NetBSD 1.6.2 (APU) #2: Tue Mar 30 20:42:28
BST 2004
root%apu.stindustries.org.uk@localhost:/usr/src/sys/arch/i386/compile/APU i386
>Description:
net/snort is at version 2.1.0 while 2.1.2 is now available from snort.org
>From the ChangeLog:
2004-03-24 Jeremy Hewlett <jh%sourcefire.com@localhost>
* src/preprocessors/spp_conversation.c:
Fixed conversation parsing faults so users can operate this preprocessor
(Roelker).
* doc/Makefile.am:
Mark snort_manual.pdf for cleanup too (Marty)
* src/detection-plugins/sp_flowbits.c:
Fix some compile warnings on Solaris (Roelker).
2004-03-24 Daniel Roelker <droelker%sourcefire.com@localhost>
* src/preprocessors/HttpInspect/client/hi_client.c:
Detect non-rfc standard chunk encodings (thanks H.D. Moore). Detect
abnormal HTTP requests with newlines, spaces, etc. before the request
method (thanks, Kanatoko <anvil%jumperz.net@localhost>).
* src/preprocessors/HttpInspect/normalization/hi_norm.c:
Fix invalid ptr reference that occurred on Fedora. Thanks to
Owen_Crow%bmc.com@localhost for posting details to the list. This should
also
help reduce any false positive 'U Decoding' alerts.
* src/preprocessors/snort_httpinspect.c:
Fix possible condition where request pipeline URL gets inspected, but
the rest of a packet doesn't. Thanks jh%sourcefire.com@localhost for
finding
this condition.
* src/util.c:
Fix negative stats output on snort exit or SIGUSR1. Thanks to
Owen_Crow%bmc.com@localhost and others.
2004-02-25 Jeremy Hewlett <jh%sourcefire.com@localhost>
* src/output-plugins/spo_csv.c:
Additional fixes from Alan Milligan with CSV output, thanks!
* src/sfutil/bitop.h:
Cleaning up unsigned/signed warnings
* src/snort.h:
Moving to build 24
2004-02-25 Chris Reid <chris.reid%codecraftconsultants.com@localhost>
* src/output-plugins/spo_database.c:
Removed escaping of '%' and '_' characters in MySQL (thanks
Kristofer Karas).
2004-02-23 Jeremy Hewlett <jh%sourcefire.com@localhost>
* snort.8:
Updated -T info to include where snort looks for "snort.conf." Thanks
Drew Smith for pointing that out.
* doc/snort_manual.tex:
Doc updates for thresholding - rule thresholds must contain a sid.
* src/detect.c:
* src/plugbase.c:
Changed some startup messages from printf to LogMessage to be more
consistent. Thanks for the patch, nnposter(at)users.sourceforge.net.
* src/snort.h:
Touched source code - bumping to 23
2004-02-17 Jeremy Hewlett <jh%sourcefire.com@localhost>
* src/output-plugins/spo_csv.c:
Fixed minor problems with CSV output not printing out
src,srcport,dst,dstport
properly. Thanks for the patch, Bill Guyton. Good spot!
* src/snort.h:
Now at build 22
2004-02-13 mfr <roesch%sourcefire.com@localhost>
* templates/sp_template.h:
* templates/sp_template.c:
* templates/spp_template.h:
* templates/spp_template.c:
Updated to match the current reality of Snort.
2004-02-10 Jeremy Hewlett <jh%sourcefire.com@localhost>
* src/bounds.h:
* src/event.h:
* src/signature.h:
Added fix for compiling on Tru64 - bitypes.h now wrapped in an ifdef.
Thanks Hari Gopal and Darryl Cook for pointing out the problem and
testing.
* etc/snort.conf:
* doc/snort_manual.tex:
Various fixes pointed out by JP Vossen and Felipe Franciosi.
2004-02-09 Jeremy Hewlett <jh%sourcefire.com@localhost>
* src/Makefile.am:
Removed unnecessary libintsnort.a, which was causing problems for some
trying to compile on Solaris without the default system tools (ie: the
"ar" problem).
2004-02-05 Jeremy Hewlett <jh%sourcefire.com@localhost>
* Makefile.am:
Fixed tab vs space problem on Solaris. Thanks for the report, Chad
Kreimendahl!
2004-02-05 Daniel Roelker <droelker%sourcefire.com@localhost>
* src/preprocessors/flow/portscan/flowps.c:
* src/preprocessors/flow/portscan/flowps_snort.c:
Fixed alert_once bug that was discovered by Kevin Amorin. Thanks for
pointing out the particulars of the problem, so we could do a quick
fix.
2004-01-30 Daniel Roelker <droelker%sourcefire.com@localhost>
* src/decode.h:
* src/detection-plugins/Makefile.am:
* src/detection-plugins/sp_flowbits.c:
* src/detection-plugins/sp_flowbits.h:
* src/parser.c:
* src/plugbase.c:
* src/preprocessors/flow/flow_cache.c:
* src/preprocessors/flow/flow_cache.h:
* src/preprocessors/flow/flow.h:
* src/preprocessors/spp_flow.c:
* src/preprocessors/spp_flow.h:
* src/sfutil/bitop.h:
* src/snort.c:
Added Flowbits detection functionality. Thanks Brian Caswell for
initial code prototype.
* src/sys_include.h:
* src/ubi_BinTree.c:
* src/ubi_BinTree.h:
* src/ubi_SplayTree.c:
* src/ubi_SplayTree.h:
No more Log variables. Die, die, die . . .
2004-01-21 Jeremy Hewlett <jh%sourcefire.com@localhost>
* contrib/perfstats.c:
Added utility to parse out perfmon stats
* RELEASE.NOTES:
Added file to keep track of release notes. ChangeLog will migrate to
more detailed, code-oriented comments.
2004-01-20 Jeremy Hewlett <jh%sourcefire.com@localhost>
* src/detect.c:
Tagged Packets no longer have NULL msg name.
* src/output-plugins/spo_csv.c:
Minor CSV fixes from Elias Levy (Thanks Elias!)
* doc/snort_manual.pdf:
* doc/snort_manual.tex:
Minor LaTeX fixes from Jen Harvey (Thanks Jen!)
2004-01-16 Jeremy Hewlett <jh%sourcefire.com@localhost>
* src/decode.h:
* src/preprocessors/spp_stream4.c:
Fixed http_inspect double alerting on pkts and rebuilt streams. (Thanks
Andreas Ostling)
* src/detect.c:
Fixed double incrementing of pc.log_pkts on non-rule events.
* src/detect.h:
Removed duplicated SnortEvent() function.
* src/event_wrapper.c:
Added additional checks to GenerateSnortEvent().
* src/preprocessors/HttpInspect/client/hi_client.c:
* src/preprocessors/HttpInspect/include/hi_si.h:
* src/preprocessors/HttpInspect/session_inspection/hi_si.c:
* src/preprocessors/snort_httpinspect.c:
http_inspect proxy_alert now supports normal proxy networks setups.
http_inspect default server only valid if specified in config. (Thanks
Brent Erickson)
* src/snort.c:
Error on multiple interfaces on command line.
Corrected pcap_compile error. (Thanks Andreas Ostling).
* src/output-plugins/spo_csv.c:
Added string escaping for the msg.
2004-01-13 Chris Reid <chris.reid%codecraftconsultants.com@localhost>
* Added Oracle support into Win32 version. Much appreciation
to Adam Peterson and SPL Worldgroup Inc. for sponsoring this
development! This option will now be available within the
Win32 installer thanks to their contribution.
2004-1-13 Jeremy Hewlett <jh%sourcefire.com@localhost>
* src/detection-plugins/sp_session.c:
Fixed vague error message with directory creation problems (Thanks
Kenneth Ingham)
* src/event_wrapper.c:
* src/event_wrapper.h:
* src/preprocessors/flow/flow.c:
* src/preprocessors/flow/flow_cache.h:
* src/preprocessors/flow/flow_callback.h:
* src/preprocessors/flow/flow.h:
* src/preprocessors/flow/flow_stat.c:
* src/preprocessors/flow/flow_stat.h:
* src/preprocessors/flow/portscan/flowps.c:
* src/preprocessors/flow/portscan/flowps.h:
* src/preprocessors/flow/portscan/flowps_snort.c:
* src/preprocessors/flow/portscan/scoreboard.c:
* src/preprocessors/flow/portscan/scoreboard.h:
* src/preprocessors/flow/portscan/server_stats.c:
* src/preprocessors/flow/portscan/server_stats.h:
* src/preprocessors/flow/portscan/unique_tracker.c:
* src/sfutil/util_net.c:
* src/sfutil/util_net.h:
Fixed compilation problems on Solaris and some versions of BSD.
Thanks to the Snort community for your support. These fixes change the
variable type to u_int32 to remove the need for stdint.h
* src/output-plugins/spo_alert_unixsock.c:
Close Socket when Snort receives SIGHUP (Based on patch submitted by
Neetu Nangia)
* src/output-plugins/spo_csv.c:
Added GID, SID, and Rev to csv output (Thanks Brennen Reynolds)
* src/output-plugins/spo_log_tcpdump.c:
* src/output-plugins/spo_unified.c:
* src/preprocessors/perf-base.c:
* src/preprocessors/spp_stream4.c:
Fixed build warnings on FreeBSD 5.0
* src/parser.c:
config chroot readded
* src/parser.c:
* src/parser.h:
Added additional error checking for custom rules (Thanks Andreas
Ostling)
* src/preprocessors/flow/flow_print.c:
Flow now honors -q (quiet)
* src/preprocessors/HttpInspect/client/hi_client.c:
* src/preprocessors/HttpInspect/normalization/hi_norm.c:
Fixed issue with no_alert not quieting some alerts
* src/preprocessors/HttpInspect/user_interface/hi_ui_config.c:
Removed non_rfc_chars from default profiles
* src/sfthreshold.c:
* src/sfutil/sfthd.c:
* src/sfutil/sfthd.h:
Added suppression negation (Thanks Andreas Ostling)
* src/sfthreshold.c:
Fixed backwards display of IP addresses on Solaris
* doc/FAQ:
* doc/README.csv:
* doc/README.http_inspect:
* doc/README.thresholding:
* doc/snort_manual.pdf:
* doc/snort_manual.tex:
Minor clarifications and additions.
2004-1-5 Daniel Roelker <droelker%sourcefire.com@localhost>
* src/fpdetect.c:
Fixes the signature error that user's were getting after changes
to the AddMatch and SelectEvent routines. Thanks Andreas Ostling,
Ron Shuck, Jon Hart, and Chris Keladis.
2003-12-22 Daniel Roelker <droelker%sourcefire.com@localhost>
* src/parser.c:
Andreas Ostling parser fixes and updated error messages.
2003-12-20 Chris Reid <chris.reid%codecraftconsultants.com@localhost>
* Win32 version wouldn't run as a service. Thanks to
Michael Steele for pointing this out.
2003-12-17 Chris Reid <chris.reid%codecraftconsultants.com@localhost>
* Updated Win32 to 2.1.
* src/output-plugins/spo_database.c:
Better support for ODBC. Better memory management (thanks
Jeff Nathan). Improved escaping of SQL strings.
>How-To-Repeat:
cd net/snort && make show-var VARNAME=DISTNAME
>Fix:
Index: Makefile.common
===================================================================
RCS file: /cvsroot/pkgsrc/net/snort/Makefile.common,v
retrieving revision 1.13
diff -u -r1.13 Makefile.common
--- Makefile.common 31 Dec 2003 14:11:42 -0000 1.13
+++ Makefile.common 2 Apr 2004 16:48:42 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile.common,v 1.13 2003/12/31 14:11:42 salo Exp $
#
-DISTNAME= snort-2.1.0
+DISTNAME= snort-2.1.2
CATEGORIES= net security
MASTER_SITES= http://www.snort.org/dl/
\
ftp://the.wiretapped.net/pub/security/network-intrusion-detection/snort/ \
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/net/snort/PLIST,v
retrieving revision 1.12
diff -u -r1.12 PLIST
--- PLIST 31 Dec 2003 14:11:42 -0000 1.12
+++ PLIST 2 Apr 2004 16:48:42 -0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2003/12/31 14:11:42 salo Exp $
+@comment $NetBSD$
bin/snort
etc/rc.d/snort
man/man8/snort.8
@@ -8,6 +8,7 @@
share/doc/snort/FAQ
share/doc/snort/INSTALL
share/doc/snort/NEWS
+share/doc/snort/PROBLEMS
share/doc/snort/README
share/doc/snort/README.FLEXRESP
share/doc/snort/README.PLUGINS
@@ -18,11 +19,14 @@
share/doc/snort/README.database
share/doc/snort/README.flow
share/doc/snort/README.flow-portscan
+share/doc/snort/README.flowbits
share/doc/snort/README.http_inspect
share/doc/snort/README.thresholding
share/doc/snort/README.wireless
+share/doc/snort/RULES.todo
share/doc/snort/TODO
share/doc/snort/USAGE
+share/doc/snort/WISHLIST
share/doc/snort/signatures/1000.txt
share/doc/snort/signatures/1001.txt
share/doc/snort/signatures/1002.txt
@@ -266,6 +270,7 @@
share/doc/snort/signatures/1236.txt
share/doc/snort/signatures/1237.txt
share/doc/snort/signatures/1238.txt
+share/doc/snort/signatures/1239.txt
share/doc/snort/signatures/1240.txt
share/doc/snort/signatures/1241.txt
share/doc/snort/signatures/1242.txt
@@ -276,6 +281,8 @@
share/doc/snort/signatures/1249.txt
share/doc/snort/signatures/1250.txt
share/doc/snort/signatures/1251.txt
+share/doc/snort/signatures/1252.txt
+share/doc/snort/signatures/1253.txt
share/doc/snort/signatures/1254.txt
share/doc/snort/signatures/1255.txt
share/doc/snort/signatures/1256.txt
@@ -313,6 +320,9 @@
share/doc/snort/signatures/1290.txt
share/doc/snort/signatures/1291.txt
share/doc/snort/signatures/1292.txt
+share/doc/snort/signatures/1293.txt
+share/doc/snort/signatures/1294.txt
+share/doc/snort/signatures/1295.txt
share/doc/snort/signatures/1298.txt
share/doc/snort/signatures/1299.txt
share/doc/snort/signatures/1300.txt
@@ -424,6 +434,7 @@
share/doc/snort/signatures/1406.txt
share/doc/snort/signatures/1407.txt
share/doc/snort/signatures/1408.txt
+share/doc/snort/signatures/1409.txt
share/doc/snort/signatures/141.txt
share/doc/snort/signatures/1410.txt
share/doc/snort/signatures/1411.txt
@@ -436,12 +447,16 @@
share/doc/snort/signatures/1418.txt
share/doc/snort/signatures/1419.txt
share/doc/snort/signatures/1420.txt
+share/doc/snort/signatures/1421.txt
share/doc/snort/signatures/1422.txt
share/doc/snort/signatures/1423.txt
share/doc/snort/signatures/1424.txt
share/doc/snort/signatures/1425.txt
+share/doc/snort/signatures/1426.txt
+share/doc/snort/signatures/1427.txt
share/doc/snort/signatures/1428.txt
share/doc/snort/signatures/1429.txt
+share/doc/snort/signatures/1430.txt
share/doc/snort/signatures/1431.txt
share/doc/snort/signatures/1432.txt
share/doc/snort/signatures/1433.txt
@@ -459,6 +474,8 @@
share/doc/snort/signatures/1444.txt
share/doc/snort/signatures/1445.txt
share/doc/snort/signatures/1446.txt
+share/doc/snort/signatures/1447.txt
+share/doc/snort/signatures/1448.txt
share/doc/snort/signatures/1449.txt
share/doc/snort/signatures/145.txt
share/doc/snort/signatures/1450.txt
@@ -553,6 +570,7 @@
share/doc/snort/signatures/1535.txt
share/doc/snort/signatures/1536.txt
share/doc/snort/signatures/1537.txt
+share/doc/snort/signatures/1538.txt
share/doc/snort/signatures/1539.txt
share/doc/snort/signatures/1540.txt
share/doc/snort/signatures/1541.txt
@@ -647,10 +665,13 @@
share/doc/snort/signatures/1626.txt
share/doc/snort/signatures/1627.txt
share/doc/snort/signatures/1628.txt
+share/doc/snort/signatures/1629.txt
share/doc/snort/signatures/163.txt
share/doc/snort/signatures/1631.txt
share/doc/snort/signatures/1632.txt
share/doc/snort/signatures/1633.txt
+share/doc/snort/signatures/1634.txt
+share/doc/snort/signatures/1635.txt
share/doc/snort/signatures/1636.txt
share/doc/snort/signatures/1637.txt
share/doc/snort/signatures/1638.txt
@@ -749,6 +770,7 @@
share/doc/snort/signatures/1732.txt
share/doc/snort/signatures/1733.txt
share/doc/snort/signatures/1734.txt
+share/doc/snort/signatures/1735.txt
share/doc/snort/signatures/1736.txt
share/doc/snort/signatures/1737.txt
share/doc/snort/signatures/1738.txt
@@ -773,6 +795,8 @@
share/doc/snort/signatures/1758.txt
share/doc/snort/signatures/1759.txt
share/doc/snort/signatures/176.txt
+share/doc/snort/signatures/1760.txt
+share/doc/snort/signatures/1761.txt
share/doc/snort/signatures/1762.txt
share/doc/snort/signatures/1763.txt
share/doc/snort/signatures/1764.txt
@@ -802,6 +826,7 @@
share/doc/snort/signatures/1789.txt
share/doc/snort/signatures/1790.txt
share/doc/snort/signatures/1791.txt
+share/doc/snort/signatures/1792.txt
share/doc/snort/signatures/1793.txt
share/doc/snort/signatures/1794.txt
share/doc/snort/signatures/1795.txt
@@ -828,6 +853,7 @@
share/doc/snort/signatures/1816.txt
share/doc/snort/signatures/1817.txt
share/doc/snort/signatures/1818.txt
+share/doc/snort/signatures/1819.txt
share/doc/snort/signatures/1820.txt
share/doc/snort/signatures/1821.txt
share/doc/snort/signatures/1822.txt
@@ -850,6 +876,7 @@
share/doc/snort/signatures/1838.txt
share/doc/snort/signatures/1839.txt
share/doc/snort/signatures/184.txt
+share/doc/snort/signatures/1840.txt
share/doc/snort/signatures/1841.txt
share/doc/snort/signatures/1842.txt
share/doc/snort/signatures/1843.txt
@@ -896,10 +923,13 @@
share/doc/snort/signatures/1884.txt
share/doc/snort/signatures/1885.txt
share/doc/snort/signatures/1886.txt
+share/doc/snort/signatures/1887.txt
share/doc/snort/signatures/1888.txt
+share/doc/snort/signatures/1889.txt
share/doc/snort/signatures/1890.txt
share/doc/snort/signatures/1891.txt
share/doc/snort/signatures/1892.txt
+share/doc/snort/signatures/1893.txt
share/doc/snort/signatures/1894.txt
share/doc/snort/signatures/1895.txt
share/doc/snort/signatures/1896.txt
@@ -940,7 +970,13 @@
share/doc/snort/signatures/1931.txt
share/doc/snort/signatures/1932.txt
share/doc/snort/signatures/1933.txt
+share/doc/snort/signatures/1934.txt
+share/doc/snort/signatures/1935.txt
+share/doc/snort/signatures/1936.txt
share/doc/snort/signatures/1937.txt
+share/doc/snort/signatures/1938.txt
+share/doc/snort/signatures/1939.txt
+share/doc/snort/signatures/1940.txt
share/doc/snort/signatures/1941.txt
share/doc/snort/signatures/1942.txt
share/doc/snort/signatures/1943.txt
@@ -967,6 +1003,7 @@
share/doc/snort/signatures/1963.txt
share/doc/snort/signatures/1964.txt
share/doc/snort/signatures/1965.txt
+share/doc/snort/signatures/1966.txt
share/doc/snort/signatures/1967.txt
share/doc/snort/signatures/1968.txt
share/doc/snort/signatures/1969.txt
@@ -1269,6 +1306,7 @@
share/doc/snort/signatures/2252.txt
share/doc/snort/signatures/2253.txt
share/doc/snort/signatures/2254.txt
+share/doc/snort/signatures/2255.txt
share/doc/snort/signatures/2256.txt
share/doc/snort/signatures/2257.txt
share/doc/snort/signatures/2258.txt
@@ -1291,6 +1329,7 @@
share/doc/snort/signatures/2273.txt
share/doc/snort/signatures/2274.txt
share/doc/snort/signatures/2275.txt
+share/doc/snort/signatures/2276.txt
share/doc/snort/signatures/2277.txt
share/doc/snort/signatures/2278.txt
share/doc/snort/signatures/2279.txt
@@ -1335,10 +1374,17 @@
share/doc/snort/signatures/2314.txt
share/doc/snort/signatures/2315.txt
share/doc/snort/signatures/2316.txt
+share/doc/snort/signatures/2317.txt
+share/doc/snort/signatures/2318.txt
+share/doc/snort/signatures/2319.txt
share/doc/snort/signatures/232.txt
+share/doc/snort/signatures/2320.txt
+share/doc/snort/signatures/2329.txt
share/doc/snort/signatures/233.txt
share/doc/snort/signatures/234.txt
share/doc/snort/signatures/235.txt
+share/doc/snort/signatures/2350.txt
+share/doc/snort/signatures/2351.txt
share/doc/snort/signatures/236.txt
share/doc/snort/signatures/237.txt
share/doc/snort/signatures/238.txt
@@ -1570,7 +1616,9 @@
share/doc/snort/signatures/485.txt
share/doc/snort/signatures/486.txt
share/doc/snort/signatures/487.txt
+share/doc/snort/signatures/488.txt
share/doc/snort/signatures/489.txt
+share/doc/snort/signatures/490.txt
share/doc/snort/signatures/491.txt
share/doc/snort/signatures/492.txt
share/doc/snort/signatures/493.txt
@@ -1608,9 +1656,16 @@
share/doc/snort/signatures/526.txt
share/doc/snort/signatures/527.txt
share/doc/snort/signatures/528.txt
+share/doc/snort/signatures/529.txt
share/doc/snort/signatures/530.txt
share/doc/snort/signatures/532.txt
share/doc/snort/signatures/533.txt
+share/doc/snort/signatures/534.txt
+share/doc/snort/signatures/535.txt
+share/doc/snort/signatures/536.txt
+share/doc/snort/signatures/537.txt
+share/doc/snort/signatures/538.txt
+share/doc/snort/signatures/539.txt
share/doc/snort/signatures/540.txt
share/doc/snort/signatures/541.txt
share/doc/snort/signatures/542.txt
@@ -1666,6 +1721,7 @@
share/doc/snort/signatures/595.txt
share/doc/snort/signatures/598.txt
share/doc/snort/signatures/599.txt
+share/doc/snort/signatures/601.txt
share/doc/snort/signatures/602.txt
share/doc/snort/signatures/603.txt
share/doc/snort/signatures/604.txt
@@ -1769,7 +1825,11 @@
share/doc/snort/signatures/706.txt
share/doc/snort/signatures/707.txt
share/doc/snort/signatures/708.txt
+share/doc/snort/signatures/709.txt
+share/doc/snort/signatures/710.txt
share/doc/snort/signatures/711.txt
+share/doc/snort/signatures/712.txt
+share/doc/snort/signatures/713.txt
share/doc/snort/signatures/714.txt
share/doc/snort/signatures/715.txt
share/doc/snort/signatures/716.txt
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/snort/distinfo,v
retrieving revision 1.20
diff -u -r1.20 distinfo
--- distinfo 31 Jan 2004 20:43:41 -0000 1.20
+++ distinfo 2 Apr 2004 16:48:42 -0000
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.20 2004/01/31 20:43:41 kristerw Exp $
-SHA1 (snort-2.1.0.tar.gz) = fa54d1ccdddde5ba1a793c6ab88006534933c66e
-Size (snort-2.1.0.tar.gz) = 2244701 bytes
+SHA1 (snort-2.1.2.tar.gz) = 6a3c81b9d13fd8e847cf3e1f44d49f3406ace2b3
+Size (snort-2.1.2.tar.gz) = 2315827 bytes
SHA1 (patch-aa) = 08bbfc795c7db4d06f1a1a887369df2c6b1a0a79
SHA1 (patch-ab) = 0ea7deb91de5d3d68558a30e80dcbd8bd81f8a5e
SHA1 (patch-ac) = 6cdf26fcaeb8dad9cd9562b77377bd56b49c9f38
>Release-Note:
>Audit-Trail:
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index