Up to [cvs.NetBSD.org] / pkgsrc / net / snort
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.71 / (download) - annotate - [select for diffs], Tue Jun 6 12:42:09 2023 UTC (3 months, 2 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
HEAD
Changes since 1.70: +2 -2
lines
Diff to previous 1.70 (colored)
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.70 / (download) - annotate - [select for diffs], Wed Apr 19 08:11:12 2023 UTC (5 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.69: +2 -2
lines
Diff to previous 1.69 (colored)
revbump after textproc/icu update
Revision 1.69 / (download) - annotate - [select for diffs], Wed Dec 8 16:06:07 2021 UTC (21 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.68: +2 -2
lines
Diff to previous 1.68 (colored)
revbump for icu and libffi
Revision 1.68 / (download) - annotate - [select for diffs], Wed Sep 29 19:01:11 2021 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.67: +2 -2
lines
Diff to previous 1.67 (colored)
revbump for boost-libs
Revision 1.67 / (download) - annotate - [select for diffs], Wed Apr 21 13:25:13 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.66: +2 -1
lines
Diff to previous 1.66 (colored)
revbump for boost-libs
Revision 1.66 / (download) - annotate - [select for diffs], Thu Oct 1 19:45:02 2020 UTC (2 years, 11 months ago) by nils
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.65: +8 -6
lines
Diff to previous 1.65 (colored)
Updated net/snort to version 2.9.16.1. Upstream changelog from 2.9.15.1 to 2.9.16 : * src/preprocessors/Stream6/snort_stream_tcp.c : Addressed an issue when out-of-order FIN is received by dropping it. * src/output-plugins/spo_unified2.c, src/preprocessors/Stream6/snort_stream_tcp.c : Fixed an issue in which xtradata is not added to the alert in unified file. * src/reload.c, src/snort.c : Fixed potential race condition between reload and exit path (main thread). * etc/file_magic.conf : Updated the file magic to detect ALZ file types. * src/sfutil/sf_ip.h : Added support for gcc version 9.2.1. * src/dynamic-preprocessors/appid/detector_plugins/detector_dns.c : Fixed an issue in which APPID returns no match. * src/dynamic-preprocessors/dcerpc2/sf_dce2.vcxproj, src/dynamic-preprocessors/dnp3/sf_dnp3.vcxproj, src/dynamic-preprocessors/dns/sf_dns.vcxproj, src/dynamic-preprocessors/dynamic_preprocessors.vcxproj, src/dynamic-preprocessors/ftptelnet/sf_ftptelnet.vcxproj, src/dynamic-preprocessors/gtp/sf_gtp.vcxproj, src/dynamic-preprocessors/imap/sf_imap.vcxproj, src/dynamic-preprocessors/libs/sfdynamic_preproc_libs.vcxproj, src/dynamic-preprocessors/modbus/sf_modbus.vcxproj, src/dynamic-preprocessors/pop/sf_pop.vcxproj, src/dynamic-preprocessors/reputation/sf_reputation.vcxproj, src/dynamic-preprocessors/sdf/sf_sdf.vcxproj, src/dynamic-preprocessors/sf_dynamic_initialize/sf_dynamic_initialize.vcxproj, src/dynamic-preprocessors/sip/sf_sip.vcxproj, src/dynamic-preprocessors/smtp/sf_smtp.vcxproj, src/dynamic-preprocessors/ssh/sf_ssh.vcxproj, src/dynamic-preprocessors/ssl/sf_ssl.vcxproj, src/win32/WIN32-Prj/build_all.vcxproj, src/win32/WIN32-Prj/sf_engine.vcxproj, src/win32/WIN32-Prj/sf_engine_initialize.vcxproj, src/win32/WIN32-Prj/snort.vcxproj, src/win32/WIN32-Prj/snort_initialize.vcxproj, src/win32/WIN32-Prj/snort_installer_x64.nsi, src/win32/WIN32-Prj/snort_x64.dsw, src/win64/WIN64-Libraries/Packet.lib, src/win64/WIN64-Libraries/libdnet/dnet.lib, src/win64/WIN64-Libraries/pcre.lib, src/win64/WIN64-Libraries/wpcap.lib, src/win64/WIN64-Libraries/zlib.lib, tools/u2spewfoo/u2spewfoo.vcxproj : Added 64-bit support for Windows 10 operating system. * src/dynamic-preprocessors/pop/snort_pop.c : Fixed an issue where POP preprocessor was not generating alert in some cases. * src/dynamic-preprocessors/gtp/gtp_parser.c : Fixed the alerting logic for GTP v2 with missing TEID. * src/preprocessors/HttpInspect/utils/hi_paf.c : Fixed file policy not working with character prefix in chunk size. * configure.in, src/reload.c, src/side-channel/sidechannel.c, src/snort.c, src/target-based/sftarget_reader.c, src/util.h : Added support for glibc version 2.30. * src/decode.h, src/dynamic-plugins/sf_engine/sf_snort_packet.h, src/preprocessors/HttpInspect/utils/hi_paf.c, src/preprocessors/Stream6/snort_stream_tcp.c, src/preprocessors/Stream6/stream_paf.c, src/preprocessors/snort_httpinspect.c, src/preprocessors/snort_httpinspect.h, src/preprocessors/stream_api.h : Added support for early inspection of HTTP payload before flushing in pre-ack mode. * src/file-process/file_api.h, src/file-process/file_service.c, src/preprocessors/HttpInspect/include/hi_norm.h, src/preprocessors/HttpInspect/include/hi_ui_config.h, src/preprocessors/HttpInspect/server/hi_server_norm.c, src/preprocessors/snort_httpinspect.c : Normalize randomly encoded nulls interspersed in the HTTP server response to UTF-8. Upstream changelog from 2.9.16 to 2.9.16.1 : * src/dynamic-preprocessors/appid/appIdConfig.h, src/dynamic-preprocessors/appid/appInfoTable.c, src/dynamic-preprocessors/appid/flow.h, src/dynamic-preprocessors/appid/fw_appid.c : Added packet counters to make sure flows with one-way data don't pend forever. * src/detection-plugins/sp_flowbits.c, src/snort.c : Fixed potential race condition between reload and exit path. * src/detection-plugins/sp_session.c, src/preprocessors/Stream6/stream_paf.h, src/sfutil/util_jsnorm.c : Added support for GCC version 10.1.1. Pkgsrc changes : * added patch for NetBSD to get the definition for endrpcent(), which fixes compilation * snort now depends on bash since a bundled tool is a bash shell script * some pkglint compliance changes in Makefile and options.mk
Revision 1.65 / (download) - annotate - [select for diffs], Fri May 22 10:56:31 2020 UTC (3 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.64: +2 -2
lines
Diff to previous 1.64 (colored)
revbump after updating security/nettle
Revision 1.64 / (download) - annotate - [select for diffs], Wed May 6 14:04:58 2020 UTC (3 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.63: +2 -2
lines
Diff to previous 1.63 (colored)
revbump after boost update
Revision 1.63 / (download) - annotate - [select for diffs], Sat Apr 25 20:13:50 2020 UTC (3 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.62: +2 -2
lines
Diff to previous 1.62 (colored)
net/snort: clean up SUBST_FILES src/snort.c neither contains "/usr" nor "../".
Revision 1.62 / (download) - annotate - [select for diffs], Sun Mar 8 16:50:59 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.61: +2 -1
lines
Diff to previous 1.61 (colored)
*: recursive bump for libffi
Revision 1.61 / (download) - annotate - [select for diffs], Tue Feb 18 23:00:26 2020 UTC (3 years, 7 months ago) by sevan
Branch: MAIN
Changes since 1.60: +10 -3
lines
Diff to previous 1.60 (colored)
Update to Snort 2.9.15.1 2019-12-15 - Snort 2.9.15.1 New Additions Added support for glibc version 2.30. Improvements/Fix Fixed Snort core seen during SSL re-configuration. Fixed file access issues on files from SMB share. Snort 2.9.15.0 New Additions Added new debugs to print detection, file_processing and Preproc time consumption info and verdict. Added support to detect new Korean file formats .egg and .alg in the file preprocessor. Added support to detect new RAR file-type in the file preprocessor. Improvements / Fix Fix to generate ALERT if TEID value is zero in GTP v1 and v2 packets. Fix to whitelist FTP data sessions when no file policy exists. Fix RTF file magic to a more generic value to prevent evasions. Added debug logs during HTTP reload. Added rule SID check during validation. Fix an issue where HTTP was processing non-HTTP traffic on port 443. Added new debugs to print detection, file processing, and Prepro time consumption info and verdicts. Snort 2.9.14.1 [*] New Additions * Added support for wild card port numbers in host cache and overwriting port service AppId. * Added support for new STLS client patterns to help better detect POP3S over SSL. * Added support for detecting Mac based SMTP Microsoft Outlook client application. * Added a new preprocessor alert 120:27 to alert if there is no proper end of header. [*] Improvements / Fix * Improved appId detection for proxied traffic. * Fix for enabling flow profiling mode without restarting snort detection engine. * Fixed packet drop scenario. Snort 2.9.13.0 New Additions Snort now supports reload on snort rules update. Addition of a scenario to add a packet to blacklist verdict to ensure the new session will be allowed. Handled a new pre-processor alert in case of the improper end of t HTTP header. Improvements Modified the calculation of file hash for FTP/HTTP with offset values. Fixed portal authentication connection stuck in half closed state. Updated UDP global timeout for a non-standard port. This release also patched the following two vulnerabilities: https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190501-frpwr-smb-snort Snort 2.9.12.0 New Additions Parsing HTTP CONNECT to extract the tunnel IP and port information. Alerting and dechunking for chunked encoding in HTTP1.0 request and response. Improvements Fixed an issue where, if we have a junk line before HTTP response header, the header was wrongly parsed. Fixed GZIP evasions where an HTTP response with content-encoding:gzip contains a body that has a GZIP-related anomaly. Fixed an issue in certain scenarios where a BitTorrent pattern is seen only on the third packet of the session, causing us to miss our client detection. SMB improvements for file detection and processing. 2017-12-06 - Snort 2.9.11.1 New Additions Added support to block portscan. In addition to tracking the scanning packets, action(drop/sdrop/reject) will be taken for all the packets, which means Snort will block the packet and generate logs. Added support to re-evaluate reputation after reputation update for all flows except those that have already been blacklisted. Improvements Fixed issue to detect RTP up to two SSRC switches in each traffic direction. Fixed issues related to HTTP POST header flushing, calling file processing directly if it is not a multipart header and changes to avoid expensive copy of segment data by not splitting them when flushing headers. Fixed issue of triggering protocol sweep alert when there are multiple destinations from single source ip protocol scan. Added changes to fix IP portscan for protocol other than ICMP and fixed issue of bad fragment size event not being generated for oversized packets. Added changes to use raw data in case of PDF and SWF files during file processing for SHA calculation and Malware Cloud Lookup. Fixed issue of correct session matching for TCP SYN packets without window scale option so that FTP data channels match the same rule as FTP control channels. Fixed issue of applying new configuration in file inspection after Snort reload. Snort 2.9.11 [*] New additions Changes to eliminate Snort restart when there are changes to the memory allocated for preprocessors, by releasing unused or least recently used memory when needed. Added support for storing filenames in Unicode for SMB protocol. Added implementation of hostPortCache versioning for unknown flows in AppID to detect and block BitTorrent. [*] Improvements Enhanced RTSP metadata parsing to match the user-agent field to detect RTSP traffic over Windows Media. Performance improvement when SYN rate limit has reached and drop is configured as next action Control-socket and side-channel support for FreeBSD platform. Fixed issue in file signature lookup for retransmitted FTP packet. Enhanced the processing of SIP/RTP future flows without ignoring them. Changes made in PDF/SWF decompression by adding boundary to the size of the decompressed data. Added a null check to prevent copy unless debugHostIp is configured in AppId. Fixed issue where FTP file type block doesn't work for retried download. Resolved issue where Snort is inappropriately handling traffic for which AppId was creating future flow. Performance improvements for SIP/RTP audio and video data flow in AppId. Performance and stability improvements in FTP preprocessor like incorrect referencing of ftp_data_session after its pruned. Stability improvement by resolving valgrind reported issues in AppId. Improved flushing mechanism for HTTP POST header. Added changes to display AppId for IPv6 unified events. Fixed issues with printing of messages for out-of-order packets. Fixed issue in increment of detection filter counter when rule is used in multiple configurations. Fixed dynamic preprocessor compilation failure in OpenBSD platform. Added changes to improve performance of ipvar list comparison. Enhanced SMTP client detection by allowing line folding and all authentication methods.
Revision 1.60 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:41 2019 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.59: +2 -2
lines
Diff to previous 1.59 (colored)
*: recursive bump for nettle 3.5.1
Revision 1.59 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:31 2018 UTC (5 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.58: +2 -2
lines
Diff to previous 1.58 (colored)
*: Move SUBST_STAGE from post-patch to pre-configure Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
Revision 1.58 / (download) - annotate - [select for diffs], Tue Apr 17 22:29:46 2018 UTC (5 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.57: +2 -1
lines
Diff to previous 1.57 (colored)
Add p11-kit to gnutls/bl3.mk and bump dependencies.
Revision 1.57 / (download) - annotate - [select for diffs], Tue Aug 1 14:59:03 2017 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.56: +2 -2
lines
Diff to previous 1.56 (colored)
Follow some http -> https redirects.
Revision 1.56 / (download) - annotate - [select for diffs], Thu Jun 15 18:27:50 2017 UTC (6 years, 3 months ago) by nils
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.55: +52 -43
lines
Diff to previous 1.55 (colored)
Upgraded to version 2.9.9.0. This is a HUGE bump, so look at the changelog on the Snort website ! For example, Snort does not natively handle MySQL anymore. As for the pkgsrc changes : - updated deps (net/daq) ; - updated config files ; - updated MASTER_SITE ; - some substitution to handle pkgsrc paths ; - updated compile options.
Revision 1.55 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:21 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.54: +4 -4
lines
Diff to previous 1.54 (colored)
Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
Revision 1.54 / (download) - annotate - [select for diffs], Sun Oct 9 21:42:02 2016 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.53: +2 -2
lines
Diff to previous 1.53 (colored)
Recursive bump for all users of pgsql now that the default is 95.
Revision 1.53 / (download) - annotate - [select for diffs], Mon Sep 19 13:04:26 2016 UTC (7 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.52: +2 -2
lines
Diff to previous 1.52 (colored)
Recursive PKGREVISION bump for gnutls shlib major bump.
Revision 1.52 / (download) - annotate - [select for diffs], Sun Aug 23 14:30:40 2015 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.51: +2 -2
lines
Diff to previous 1.51 (colored)
Bump PKGREVISION for nettle shlib major bump.
Revision 1.51 / (download) - annotate - [select for diffs], Wed Jan 1 11:52:30 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.50: +2 -2
lines
Diff to previous 1.50 (colored)
Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.
Revision 1.50 / (download) - annotate - [select for diffs], Fri Jul 12 10:45:00 2013 UTC (10 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
Bump PKGREVISION of all packages which create users, to pick up change of sysutils/user_* packages.
Revision 1.49 / (download) - annotate - [select for diffs], Sat Mar 2 20:33:32 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
Bump PKGREVISION for mysql default change to 55.
Revision 1.48 / (download) - annotate - [select for diffs], Wed Feb 6 19:31:00 2013 UTC (10 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.47: +2 -2
lines
Diff to previous 1.47 (colored)
PKGREVISION bumps for net/libpcap update.
Revision 1.47 / (download) - annotate - [select for diffs], Tue Oct 23 17:19:09 2012 UTC (10 years, 11 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.46: +1 -3
lines
Diff to previous 1.46 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.46 / (download) - annotate - [select for diffs], Wed Sep 12 13:16:38 2012 UTC (11 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.45: +1 -6
lines
Diff to previous 1.45 (colored)
Instead of overwrite PKG_OPTIONS.snort with -inet6, drop inet6 from PKG_SUGGESTED_OPTIONS for SunOS. PR 46947.
Revision 1.45 / (download) - annotate - [select for diffs], Sat Mar 3 00:13:47 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.44 / (download) - annotate - [select for diffs], Fri Apr 22 14:40:45 2011 UTC (12 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.43: +2 -1
lines
Diff to previous 1.43 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.43 / (download) - annotate - [select for diffs], Fri Apr 1 16:48:36 2011 UTC (12 years, 5 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.42: +4 -2
lines
Diff to previous 1.42 (colored)
Update to 2.8.5.1, to resolve a security issue. Upstream NEWS is weak; release notes for 2.8.5.1 follow. [*] Improvements * Fixed syslog output when running on Windows. * Fixed potential segfault when printing IPv6 packets using the -v option. Thanks to Laurent Gaffie for reporting this issue. * Fixed segfault when additional policies were added during a configuration reload.
Revision 1.42 / (download) - annotate - [select for diffs], Wed Dec 9 11:42:35 2009 UTC (13 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.41: +13 -13
lines
Diff to previous 1.41 (colored)
Add user-destdir support.
Revision 1.41 / (download) - annotate - [select for diffs], Fri Jul 17 18:00:20 2009 UTC (14 years, 2 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
Give up MAINTAINER
Revision 1.40 / (download) - annotate - [select for diffs], Sat Oct 25 18:35:19 2008 UTC (14 years, 11 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.39: +4 -3
lines
Diff to previous 1.39 (colored)
Update to 2.8.3.1 * Update rule latency thresholding * The flow and stream4 preprocessors will be deprecated in a future release. * DCE/RPC preprocessor changes to handle abnormal TCP segmentation. Added option to reassemble fragmentation buffers early. Updated documentation. * Fixed handling of MPLS label in checking Stream session uniqueness when IPv4 packets are received and build is IPv6. See the ChangeLog for all the details
Revision 1.39 / (download) - annotate - [select for diffs], Sun Aug 3 19:30:16 2008 UTC (15 years, 1 month ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.38: +9 -2
lines
Diff to previous 1.38 (colored)
Set MAKE_JOBS_SAFE=NO Fix non-priv'ed builds which should fix PR 39260 2008-07-24 - Snort 2.8.2.2 [*] Improvements * Fix issue with evaluating PCRE rule options with /U modifier that are followed by a relative content rule option. * Fix issue with dsize range check. 2008-06-12 - Snort 2.8.2.1 [*] Improvements * Fix support for pass rules that sometimes did not take precedence over alert and/or drop rules.
Revision 1.38 / (download) - annotate - [select for diffs], Wed Jun 11 13:00:56 2008 UTC (15 years, 3 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.37: +3 -2
lines
Diff to previous 1.37 (colored)
Add 'old' MASTER_SITE just in case we're running a little behind in versions
Revision 1.36.2.1 / (download) - annotate - [select for diffs], Mon May 26 07:50:33 2008 UTC (15 years, 4 months ago) by rtr
Branch: pkgsrc-2008Q1
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored) next main 1.37 (colored)
pullup ticket #2398 - requested by adrianp snort: update for fixes & security vulnerability revisions pulled up: - pkgsrc/net/snort/Makefile 1.37 - pkgsrc/net/snort/PLIST 1.27 - pkgsrc/net/snort/distinfo 1.43 Module Name: pkgsrc Committed By: adrianp Date: Sun May 25 23:49:07 UTC 2008 Modified Files: pkgsrc/net/snort: Makefile PLIST distinfo Log Message: Update to 2.8.1 Includes fix for CVE-2008-1804 [*] New Additions * Target-Based support to allow rules to use an attribute table describing services running on various hosts on the network. Eliminates reliance on port-based rules. * Support for GRE encapsulation for both IPv4 & IPv6. * Support for IP over IP tunneling for both IPv4 & IPv6. * SSL preprocessor to allow ability to not inspect encrypted traffic. * Ability to read mulitple PCAPs from the command line. * Support for new CVS rule detection options. [*] Improvements * Update to HTTP Inspect to identify overly long HTTP header fields. * Updates to IPv6 support, including changes to avoid namespace conflicts for certain Operating systems. * Updates to address issues seen on various Sparc platforms. * Stricter enforcement of shared object versions to avoid API conflicts.
Revision 1.37 / (download) - annotate - [select for diffs], Sun May 25 23:49:07 2008 UTC (15 years, 4 months ago) by adrianp
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
Update to 2.8.1 Includes fix for CVE-2008-1804 [*] New Additions * Target-Based support to allow rules to use an attribute table describing services running on various hosts on the network. Eliminates reliance on port-based rules. * Support for GRE encapsulation for both IPv4 & IPv6. * Support for IP over IP tunneling for both IPv4 & IPv6. * SSL preprocessor to allow ability to not inspect encrypted traffic. * Ability to read mulitple PCAPs from the command line. * Support for new CVS rule detection options. [*] Improvements * Update to HTTP Inspect to identify overly long HTTP header fields. * Updates to IPv6 support, including changes to avoid namespace conflicts for certain Operating systems. * Updates to address issues seen on various Sparc platforms. * Stricter enforcement of shared object versions to avoid API conflicts.
Revision 1.36 / (download) - annotate - [select for diffs], Sun Jan 6 00:28:44 2008 UTC (15 years, 8 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base
Branch point for: pkgsrc-2008Q1
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Update to 2.8.0.1 [*] Improvements * Updates to build with new versions of libPCRE. * Fix Stream5 debugging output to actually compile and have correct output for normal & IPv6 enabled builds. * Correct perfmonitor statistic calculation for pattern matcher percentage.
Revision 1.35 / (download) - annotate - [select for diffs], Wed Dec 19 03:18:49 2007 UTC (15 years, 9 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.34: +1 -3
lines
Diff to previous 1.34 (colored)
Remove an obsolete configuration file which already deleted from PLIST. This change should fix a problem with CHECK_FILES=yes.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Nov 11 21:24:24 2007 UTC (15 years, 10 months ago) by adrianp
Branch: MAIN
Changes since 1.33: +6 -1
lines
Diff to previous 1.33 (colored)
snort ipv6 support does not work on SunOS
Revision 1.33 / (download) - annotate - [select for diffs], Sun Oct 21 00:22:53 2007 UTC (15 years, 11 months ago) by adrianp
Branch: MAIN
Changes since 1.32: +3 -4
lines
Diff to previous 1.32 (colored)
Update to 2.8.0 * Port lists * IPv6 support * Packet performance monitoring * Experimental support for target-based stream and IP frag reassembly * Ability to take actions on preprocessor events * Detection for TCP session hijacking based on MAC address * Unified2 output plugin * Improved performance and detection capabilities
Revision 1.32 / (download) - annotate - [select for diffs], Mon Aug 20 20:28:18 2007 UTC (16 years, 1 month ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Update to 2.7.0.1 Fixed header files to avoid conflicts with system files on BSD for IPv6 data structures. Added code to prevent URI-related alerts from firing when the body is being normalized. Make Stream5 the default stream engine. Add alert for multiple GRE encapsulations. Added ability for Snort to track fragmented ICMPv6 to check for the remote BSD exploit (Bugtraq ID 22901, CVE-2007-1365). Code cleanup, change malloc/calloc to SnortAlloc, use safer functions SnortSnprintf, SnortStrncpy, etc. Check pointers before use. Additional updates for bounds checking. And many more . . . check the ChangeLog for all the details
Revision 1.31 / (download) - annotate - [select for diffs], Wed Jul 4 20:54:52 2007 UTC (16 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.30: +3 -1
lines
Diff to previous 1.30 (colored)
Make it easier to build and install packages "unprivileged", where the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
Revision 1.30 / (download) - annotate - [select for diffs], Fri May 18 22:20:09 2007 UTC (16 years, 4 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Update to 2.6.1.5 Snort v2.6.1.5 includes: * A new http_post rule keyword used to search for content in normalized HTTP posts * A fix for a potential memory leak when generating HTTP Inspection events Snort v2.6.1.4 includes detection functionality for a BSD IPv6 fragmentation overflow, and addresses a number of potential security-related issues in Snort as reported by customers, uncovered by internal investigations, and through third-party code audits.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Feb 19 19:40:35 2007 UTC (16 years, 7 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Update to 2.6.1.3 * src/dynamic-preprocessors/Makefile.am: * src/dynamic-preprocessors/dcerpc/smb_andx_decode.c: * src/dynamic-preprocessors/dcerpc/dcerpc.c: Add bounds checking to ReassembleSMBWriteX; use Safememcpy for calculated length buffer copies.
Revision 1.28 / (download) - annotate - [select for diffs], Sat Feb 17 19:08:06 2007 UTC (16 years, 7 months ago) by adrianp
Branch: MAIN
Changes since 1.27: +98 -12
lines
Diff to previous 1.27 (colored)
Update to snort 2.6.1.2 2.6.1 provides new functionality including the following: * New pattern matcher with a significantly reduced memory footprint * Introduction of stream5 for experimental use * Improvements to stream4, including UDP session tracking and optimizations for the reassembly buffer * Handling for reassembly of SMB fragmented data in DCE/RPC * An ssh preprocessor for experimental use * Updated Snort decoder that can decode GRE encapsulated packets * Output plugin to allow Snort to configure Aruba access control Snort 2.6.0: * Tcp stream properly reassembled after failed sequence check, which may lead to possible detection evasion. * Added configurable stream flushpoints. * Improved rpc processing. * Improved portscan detection. * Improved http request processing and handling of possible evasion cases. * Improved performance monitoring. The Snort 2.6 release also introduces the ability to use dynamic rules and dynamic preprocessors and contains further improvements to the Snort detection engine. Remove snort-{pgsql,mysql,prelude}. The new snort package uses options.mk to specify build options.
Revision 1.27 / (download) - annotate - [select for diffs], Tue Apr 18 22:39:32 2006 UTC (17 years, 5 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.26: +10 -1
lines
Diff to previous 1.26 (colored)
Add debug option Suggested by Jason Miller in private email
Revision 1.26 / (download) - annotate - [select for diffs], Fri Jan 28 23:02:41 2005 UTC (18 years, 8 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.25: +1 -2
lines
Diff to previous 1.25 (colored)
Update to snort 2.3.0 2005-01-25 - Snort 2.3.0 Final Released * Fixed issue with sfPortscan reporting incorrect IP datagram length. Thanks Jon Hart for the test case and finding the bug, and Marc Norton for resolving the issue. * Threshold/Suppression now prints properly when logging to syslog. Thanks Sekure for pointing out the problem. Thanks Steve Sturges for working on the fix. * Threshold memcap argument now correctly handles non-integer input. Thanks nnposter for the patch. * Fixed issue reported by Allan Jensen, where on MacOS X, ppp links were not decoded properly. Thanks Dan Roelker for the fix. * Snort manual and FAQ are updated for 2.3. Thanks Jen Harvey for your work on putting it all together. 2004-12-15 - Snort 2.3.0 RC2 Released * Small performance improvement to arpspoof and also fixed a problem where the list of configured IP/MAC entries would contain only one entry and leaked memory (Jeff Nathan). * Fixed a problem affecting MacOS X where linking may fail with non-standard libraries when global symbols are encountered multiple times (Jeff Nathan). * Ignore RST|ACK midstream pickup case so we don't get an evasive TCP alerts. Thanks for the report, Sekure. Thanks Dan Roelker for the fix. * Moved CheckLogDir() to after parsing snort.conf (for IDS mode) so the logdir config will work if the default or command-line logdir does not exist on the system. Thanks Dan Roelker. * Fixed bug when setting the doe_ptr on a successful pcre match. It is now set relative to base_ptr. Thanks Steve Sturges for the fix. * Added from_beginning and multiplier options for byte_jump. from_beginning skips bytes from the beginning of the content, instead of from the location immediately following the number of bytes to skip. multiplier takes a numeric argument, and skips x times that number of bytes. Thanks again to Steve Sturges. * In "fast" output, now log only actual packet contents when UDP data length is greater than actual data length. Thanks Brian Caswell for spotting this, and Andrew Mullican for working on the fix. * Please check the ChangeLog for further details. 2004-11-18 - Snort 2.3.0 RC1 Released * Added IPS functionality from Snort-Inline. A big thanks to the Snort-Inline guys (Jed Haile, Rob McMillen, William Metcalf, and Victor Julien). Also, Thanks Dan Roelker for doing the integrating of Snort-Inline into the official Snort project. * Added new portscan detector. The design and implementation was headed up by Dan Roelker, and included Marc Norton and Jeremy Hewlett. * Numerous changes for better 64bit Snort support from Jeremy Hewlett and Marc Norton. Additionally, an --enable-64bit-gcc option was added to configure. However, there are still some memory alignment issues to work out before 64bit mode is fully functional, patches are welcomed. Thanks Chris Baker for doing 64bit testing. * Added not_established keyword to the flow detection option. This allows snort to do dynamic firewall rulesets. Experimental for now. * Added an enforce_state keyword to stream4 so we won't pick up midstream sessions. This works well for asynchronous links and also for just monitoring legitimate traffic. * Relocated ./contrib files to http://www.snort.org/dl/contrib as many are not maintained by Sourcefire and are out of date. The rpm and schema files have been relocated in their respective 'rpm' and 'schemas' directories under the snort parent directory. * perfmonitor config line can now be configured with "accumulate" or "reset." Thanks Marc Norton for the feature, and Barry Basselgia for pointing out the issue. Thanks Scott Dexter and Andreas Ostling for doing some initial testing. * Fixed 64-bit bug in sfmemcap.c found and tested by Ryan Matteson and Clay McClure. Thanks guys. * Fixed reference times to match log time for first packet, for an event generated by a reassembled packet. Incremented event ID to give unique ID for each packet. Also made unified logging compatible with Windows. Thanks Andrew Mullican for the fix. * Fixed linux perfmonitoring stats for the 2.6 kernel. Thanks to everyone that reported this bug. Thanks Dan Roelker for the fix. * Get thresholding/suppression to work for alerts that do not contain an ip header (primarily decode alerts). Thanks Brian Caswell. * Fix conditions where snort would log double web alerts that contained only content options (no uricontents). Thanks to kawa for finding and reporting this bug. * Fix suppression/thresholding bug for non-rule alerts. Thanks to Alex Butcher for reporting it to us. * Many other bug fixes, please check the ChangeLog for details.
Revision 1.25 / (download) - annotate - [select for diffs], Tue Dec 28 02:47:48 2004 UTC (18 years, 9 months ago) by reed
Branch: MAIN
Changes since 1.24: +2 -1
lines
Diff to previous 1.24 (colored)
The default location of the pkgsrc-installed rc.d scripts is now under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
Revision 1.24 / (download) - annotate - [select for diffs], Wed Dec 31 14:11:42 2003 UTC (19 years, 8 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.23: +1 -4
lines
Diff to previous 1.23 (colored)
Update to version 2.1.0. Changes: 2.1.0: ====== - A new connection tracking module, Flow (replaces conversation) - A new portscan detector based off of Flow, Flow-Portscan (replaces portscan2) - A new http preprocessor, HttpInspect (replaces http_decode) - Alert Thresholding and Suppression - PCRE rule keyword (Perl Compat Regular Expressions) - isdataat rule keyword (buffer length detection) - A ton of new and updated rules. 2.0.6: ====== - 64-bit update for detection engine. (Thanks, Silio d'Angelo) - Added better PPP decoding. (Thanks Jesper Peterson) - Updated ip_proto optimization for high-speed detection engine. - Fixed infinite loop problem that was introduced by the recursive pattern matching patch. Reported by Lawrence Reed, thanks for testing out the changes for us! - Various changes to help respond (version 1) work a little better. - spp_http_decode 64-bit patch from Dirk Mueller. - Out-of-order ACK problem from Andrew Rucker. Also, updated stream4 to the most recent version from HEAD. - Minor fixes to tagging related to 'src' and 'dst' directives - When counting one byte patterns in 'ningroup' added a check for psLen==1 (wu-manber pattern matcher). Thanks Josh Sakofsky and Dennis McGuire for helping us test this. 2.0.5: ====== - Stream4 fixes from Andrew Rucker Jones. - Allow memcap to be configured for threshold features. 2.0.4: ====== - Fixed a core dump introduced with 2.0.3 when dealing with negated patterns 2.0.3: ====== - doe_ptr handling in byte_test/byte_jump slightly modified to work better with the pcre patch - content processing is now recursive to make distance/within processing better ( thanks to Shai Rubin for patch! ) - fixed a bug in the mwm.c pattern matcher that resulted in some alerts not firing in a particular configuration of rules 2.0.2: ====== - Added Thresholding and Suppression features (Marc Norton/Sourcefire) - Fixed TCP RST processing bug found (Shai Rubin) - Cleanup of spp_arpspoof (Jeff Nathan) - Cleanup of win32 version including proper Event Log support (Chris Reid) - Munged data fixes for stream4 (Chris Green)
Revision 1.23 / (download) - annotate - [select for diffs], Sat Jul 26 11:13:16 2003 UTC (20 years, 2 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.22: +2 -4
lines
Diff to previous 1.22 (colored)
Updated to version 2.0.1. Changes: - fix host endianess problem in udp decoder - vlan decoding fixes from Michael Pomraning - add tcp state checking to httpflow - ignoring bad checksums throughout snort if checksumming is turned on - config disable_ttcp_alerts is now also config disable_tcpopt_ttcp_alerts - better initialization handling of low memory conditions pointing to the - low memory search engine - byte_jump / byte_test 2 byte cases handled and unified - correctly assign port numbers on tcpoption events - pass rule logic changed to "win" in specific multiple event cases - named interface support for win32 from the winpcap folks - spp_bo now also will work with log-only output plugins - added window detection plugin documentation to manual - lots of new rules and tons of rule documentation
Revision 1.21.2.1 / (download) - annotate - [select for diffs], Sun Apr 20 09:59:21 2003 UTC (20 years, 5 months ago) by grant
Branch: netbsd-1-6-1
Changes since 1.21: +5 -1
lines
Diff to previous 1.21 (colored) next main 1.22 (colored)
Pull up revision 1.22 (requested by salo in ticket #1258): Bump PKGREVISION: honour PKG_SYSCONFDIR for real. (i thought i fixed this before but apparently i did not :/)
Revision 1.22 / (download) - annotate - [select for diffs], Wed Apr 16 15:51:22 2003 UTC (20 years, 5 months ago) by salo
Branch: MAIN
Changes since 1.21: +5 -1
lines
Diff to previous 1.21 (colored)
Bump PKGREVISION: honour PKG_SYSCONFDIR for real. (i thought i fixed this before but apparently i did not :/)
Revision 1.21 / (download) - annotate - [select for diffs], Sat Nov 9 13:44:43 2002 UTC (20 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base
Branch point for: netbsd-1-6-1
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
COMMENT should be set in Makefile, not any common Makefile parts.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Oct 10 12:23:05 2002 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.19: +4 -3
lines
Diff to previous 1.19 (colored)
buildlink1 -> buildlink2.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Apr 15 08:31:16 2002 UTC (21 years, 5 months ago) by rh
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
buildlink2-base,
buildlink2
Changes since 1.18: +2 -44
lines
Diff to previous 1.18 (colored)
Remove SNORT_USE_PGSQL option. This will be split out into a separate package. For that purpose, move most of Makefile into a new Makefile.common.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Apr 14 09:49:46 2002 UTC (21 years, 5 months ago) by rh
Branch: MAIN
Changes since 1.17: +5 -2
lines
Diff to previous 1.17 (colored)
Add a SNORT_USE_PGSQL option to compile in PostgreSQL support (and add the appropriate dependency). Patch provided by ww@GROOVY.NET
Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 10 22:01:10 2002 UTC (21 years, 5 months ago) by rh
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Update snort to 1.8.6. Patch provided in private mail by Mipam <mipam@ibb.net>. From the release notes: 1.8.4 and 1.8.5 both had bugs that were found right as we were ready to do a full release and represented good midway points but 1.8.6 should be the stable target. Changes include: * The ICMP decoders have been rewritten. * (This is a summary of recent changes -- not all mine) * Fixed stream4 offset initialization * Double Open of snort log file * Lots of new rules * Fatal error on problems other than -> and <> * Fixed stream4 several low memory conditions * Error checking in stream4/frag2 argument parsing * snort-db schema updates to 1.05 * --with-pcap-includes should now look at specified pcap * packet statistics now should be more accurate with regards to lost frags * double PID file write * S4 alignment problems on SPARC fixed ( rpc_decode still has SPARC alignment errors ) * new snmptrap code * documentation updates * Stability fixes in frag2 * SEQ / ACK checking should be correct * Reassembled packets with stream4 will now also be inspected when using -z est * ip fragments are now calculated correctly * rule headers correctly matched ( multiple CIDR performance greatly increased )
Revision 1.16 / (download) - annotate - [select for diffs], Tue Apr 2 21:34:08 2002 UTC (21 years, 5 months ago) by rh
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Update snort to 1.8.4 (update was provided by Mipam <mipam@ibb.net> in a private mail -- thanks!) Changes are: * Fixed stream4 offset initialization * Double Open of snort log file * Lots of new rules * Fatal error on problems other than -> and <> * Fixed stream4 several low memory conditions * Error checking in stream4/frag2 argument parsing * snortdb schema updates to 1.05 * --with-pcap-includes should now look at specified pcap * packet statistics now should be more accurate with regards to lost packets werwerwerwerwer * double PID file write * S4 alignment problems on Sparc fixed * new snmptrap code * documentation updates * Stability fixes in frag2
Revision 1.15 / (download) - annotate - [select for diffs], Wed Dec 5 16:03:57 2001 UTC (21 years, 9 months ago) by agc
Branch: MAIN
Changes since 1.14: +2 -10
lines
Diff to previous 1.14 (colored)
Normalise all the uses of "wheel", and "root" for ${ROOT_GROUP}, now that the definition is available in all the defs.${OPSYS}.mk files.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Dec 2 14:43:49 2001 UTC (21 years, 9 months ago) by kleink
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Update snort to 1.8.3; changes since 1.8.2 include: Major repairs include a fix to frag2 on Linux platforms, the icmp decoder and printout routines were updated to match the data structures that I implemented in 1.8.1 and the flexresp code was repaired and should now be faster, plus the usual rule updates. I also added a new "-B" command line switch to convert IP addresses in a pcap file to a new specified IP subnet addresses.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 28 13:44:51 2001 UTC (21 years, 10 months ago) by kleink
Branch: MAIN
Changes since 1.12: +3 -4
lines
Diff to previous 1.12 (colored)
Update snort to 1.8.2; changes since 1.8.1 include: * fixed UTC timestamps * fixed SIGUSR1 handling, should reset properly now after getting a signal * fixed PID path generation code, PID files go in the right place now * fixed stability problems in stream4 * fixed stability problems in frag2 * tweaks to spo_unified for better integration with barnyard * added -f switch to turn off fflush() calls in binary logging mode * added new config keyword to stream4, "log_flushed_streams", which causes all buffered packets in the stream reassembler for that session to be logged in the event of an event on that stream (must be used in conjunction with spo_log_tcpdump) * added packet precacheing for flexresp TCP packets, responses should be generated more quickly * fixed rules parser code for various failure modes * several new rules files and a new classification system
Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 11 16:12:56 2001 UTC (22 years ago) by wiz
Branch: MAIN
Changes since 1.11: +4 -2
lines
Diff to previous 1.11 (colored)
Use libpcap buildlink.mk instead of OS test. By Stoned Elipot from pkg/13928.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Aug 24 11:43:47 2001 UTC (22 years, 1 month ago) by abs
Branch: MAIN
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
At least depend on the right version of pcal for SunOS or Linux.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 22 18:07:50 2001 UTC (22 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.9: +21 -17
lines
Diff to previous 1.9 (colored)
Upgrade snort to 1.8.1. Changes: * SNMP alerts * IDMEF XML output (the Silicon Defense plugin is integrated into the main codebase now) * Limited regex support in the rules language * New packet counters for stream4 and frag2 * New normalization mode for http_decode
Revision 1.9 / (download) - annotate - [select for diffs], Fri Aug 3 06:35:11 2001 UTC (22 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.8: +11 -6
lines
Diff to previous 1.8 (colored)
upgrade to 1.8p1. for list of changes, see http://www.snort.org/snort-files.htm default rule files are now named *.rules, not *-lib.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Feb 26 20:43:27 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.7: +8 -8
lines
Diff to previous 1.7 (colored)
Update to 1.7, provided by Mipam in private mail. Changes: lots of bugfixes, many new plugins, SPADE (statistical anomaly detector), and more.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 17 18:19:38 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 27 10:08:35 2000 UTC (22 years, 9 months ago) by rh
Branch: MAIN
Changes since 1.5: +13 -9
lines
Diff to previous 1.5 (colored)
Update snort to 1.6.3.2. Notable changes include: Fixes and additions: * Fixed compilation problems on all non-BSD operating systems * Added better configuration support for locating libpcap * Fixed ICMP ping packet id/sequence printouts * Made allowances for 64-bit machines in the decoders * Updated the portscan detector to the latest version * Disabled the defragmenter by default (in the rules file) * Added a patch from Dave Dittrich to make daemon mode alerts filenames conform * to the data in the documentation * Revamped the ICMP data structures to mimic those found in *BSD and provide for higher fidelity decoding/printout in the future * Repaired the output plugins so that they operate properly now * For the record, the payload dump conforms to the length of the IP datagram now and does not show pad bytes added by the minimum Ethernet frame size * Applied Chris Cramer's byte ordering patch to the flexresp code Other updates and changes since version 1.6: * New preprocessor plugin: IP defragmentation!! * New output plugins cover all old logging and alerting options * New output plugin no logs to MySQL, PostgreSQL, unixODBC databases * Updated portscan detection functionality * Added quote removal for most plugin parsers * -C crash bug fixed * PID/PATH_VARRUN file fixes * Converted many putc(3) calls to fputc(3) for portability * Transport layer decoders use ip_len field for length metric now * String tokenizer code modified for more reliable operation * Fixed flexible response code sequence prediction * Fixed DEBUG ifdef's so DEBUG mode code will compile correctly on all platforms * Set automake options so that people don't need gmake anymore to build Snort on BSD systems * Fixed SMB alert code large tmp file hole * Added sigsetmask code to fix SIGHUP weirdness * Added execvp option for SIGHUP restart code * Added ARP header printout validation * Added Session logging file integrity checking * Added -u/-g setuid/gid capability switches * Added -O IP address obfuscation switch * Added -t chroot switch * Fixed non-TCP/UDP/ICMP transport layer decoding & logging * Fixes and additions to the portscan preprocessor * Fixed Tru64 u_int* type declarations * Added check for pcap.h into configuration script * Fixed timeval problems on Linux boxen * Database logging plugin has been modified extensively, see the www.incident.org website for more information * Switched TCP flags printout routine to ensure proper RFP output scan output. ;) * Fixed default log/alert function code so that these functions are never NULL
Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 20 12:03:45 2000 UTC (23 years, 6 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Upgrade snort to version 1.6. Changes since version 1.5.1 include: New features: * Token Ring and FDDI decoder support * Snort ported to Tru64/Alpha, IRIX 6.X, and AIX * Output plugins added (modular output system) * John Wilson greatly improved the speed of the content pattern matcher * Added FlexResp (active response) plugin from Christian Lademann * Snort man page now ships with the distribution * Snort now generates a PID file for easier integration with scripting * Added support for "stealthed" network interfaces New command line switches: * -q => quiet mode (no stdout printing) * -C => print payload ASCII content only * -P => set explicit snaplen for packet collection Plugins: * Added Postgres SQL DB logging output module from Jed Pickel * Added portscan detection plugin from Patrick Mullen * HTTP decode preprocessor largely rewritten and much more accurate * Minfrag rule moved to preprocessor module * Added ICMP ECHO ID check plugin * Added ICMP ECHO sequence check plugin * Added RPC analysis plugin from Mark Hindess * Added IP option analysis plugin * Added nocase plugin (makes content rules work with case insensitivity) * Added syslog output module with user definable syslog facility * Added tcpdump output module (and building without patches on Solaris).
Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 4 16:18:01 2000 UTC (23 years, 7 months ago) by rh
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.3: +3 -2
lines
Diff to previous 1.3 (colored)
Update snort to 1.5.1 Changes are: * fixed a problem with pass rules not being applied properly * fixed a #include ordering statement for Slackware 4.0 installs * fixed banner output for the -V option * Token Ring decoding is now fully functional * Added packet buffer cleanup code to all protocol decoders * fixed a problem with improper TCP option output * Added a Snort man page
Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 2 12:06:15 2000 UTC (23 years, 7 months ago) by agc
Branch: MAIN
Changes since 1.2: +11 -2
lines
Diff to previous 1.2 (colored)
Make this package work on Solaris.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 15 21:58:29 2000 UTC (23 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.1: +15 -5
lines
Diff to previous 1.1 (colored)
update snort to 1.5; added distribution sites, install example configs. From the Readme: Version 1.5 adds major new functionality! Detection and preprocessing plugins, session logging, rules file variables and includes, five new network layer decoders including ISDN and Token Ring support, new detection functionality, and a bunch of other cool stuff.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Sep 10 15:48:02 1999 UTC (24 years ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base,
comdex-fall-1999
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of snort-1.2.1, a libpcap-based packet sniffer/logger.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 10 15:48:02 1999 UTC (24 years ago) by rh
Branch: MAIN
Initial revision