This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 92d120f24d331a364c4314b8cb7d2faabc389c0d (commit) via ba282f01d6ae8112fb41bd3f500bcf1fa188c945 (commit) via 6fa058c1a04f8097bedf5d0e918a83a3422631c4 (commit) via 03b93920ecf67c4e039e9f770a1aea919b038c95 (commit) via df4a9606c97a2b574d538573ba4b4dfb39b751b4 (commit) via fb8afaf00a83fcd489c250d6fa4101528377c57d (commit) via 2316a8c282261db2369c18b1de6a026ef49abf66 (commit) via 36a88dbb1a5f763599f618726d11103df6ed39ce (commit) from 9d610f017a6687f36ed79570e8294500b008d0ff (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 92d120f24d331a364c4314b8cb7d2faabc389c0d Merge: ba282f0 fb8afaf Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Apr 27 20:30:22 2012 +0200
Merge remote-tracking branch 'maniacikarus/proxy'
commit ba282f01d6ae8112fb41bd3f500bcf1fa188c945 Merge: 6fa058c 36a88db Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Apr 27 20:29:59 2012 +0200
Merge remote-tracking branch 'maniacikarus/ids'
commit 6fa058c1a04f8097bedf5d0e918a83a3422631c4 Merge: 03b9392 df4a960 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Apr 27 20:28:12 2012 +0200
Merge remote-tracking branch 'arne_f/autoconf'
commit 03b93920ecf67c4e039e9f770a1aea919b038c95 Merge: 9d610f0 2316a8c Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Apr 27 20:27:52 2012 +0200
Merge remote-tracking branch 'stevee/wavemon-update'
commit df4a9606c97a2b574d538573ba4b4dfb39b751b4 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Apr 27 19:08:04 2012 +0200
autoconf: updated to 2.69.
fixes #10100.
commit fb8afaf00a83fcd489c250d6fa4101528377c57d Author: Christian Schmidt christian.schmidt@ipfire.org Date: Fri Apr 27 19:03:11 2012 +0200
squid: Update to latest minor 3.1.19.
Several bugs are fixed.
commit 2316a8c282261db2369c18b1de6a026ef49abf66 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Fri Apr 27 17:51:01 2012 +0200
wavemon: Update to 0.7.4.
commit 36a88dbb1a5f763599f618726d11103df6ed39ce Author: Christian Schmidt christian.schmidt@ipfire.org Date: Fri Apr 27 14:34:49 2012 +0200
suricata: Update to beta1 of version 1.3
New features
- TLS/SSL handshake parser, tls.subjectdn and tls.issuerdn keywords (#296, contributed by Pierre Chifflier) - Napatech capture card support (contributed by Randy Caldejon -- nPulse) - Scripts for looking up files / file md5's at Virus Total and others (contributed by Martin Holste) - Test mode: -T option to test the config (#271) - Ringbuffer and zero copy support for AF_PACKET - Commandline options to list supported app layer protocols and keywords (#344, #414) - File extraction for HTTP POST request that do not use multipart bodies - On the fly md5 checksum calculation of extracted files - Line based file log, in json format - Basic support for including other yaml files into the main yaml - New multi pattern engine: ac-bs - Profiling improvements, added lock profiling code
Improvements
- Improved HTTP CONNECT support in libhtp (#427, Brian Rectanus -- Qualys) - Unified yaml naming convention, including fallback support (by Nikolay Denev) - Improved Endace DAG support (#431, Jason Ish -- Endace) - New default runmode: "autofp" (#433) - Major rewrite of flow engine, improving scalability. - Improved http_stat_msg and http_stat_code keywords (#394) - Improved scalability for Tag and Threshold subsystems - Made the rule keyword parser much stricter in detecting syntax errors - Split "file" output into "file-store" and "file-log" outputs - Much improved file extraction
Fixes
- CUDA build fixes (#421) - Various FP's reported by Rmkml (#403, #405, #411) - IPv6 decoding and detection issues (reported by Michel Sarborde) - PCAP logging crash (#422) - Fixed many (potential) issues with the help of the Coverity source code analyzer - Fixed several (potential) issues with the help of the cppcheck and clang/scan-build source code analyzers
-----------------------------------------------------------------------
Summary of changes: autoconf/autoconf.nm | 4 ++-- squid/squid.nm | 6 +++--- suricata/suricata.nm | 6 ++++-- wavemon/wavemon.nm | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-)
Difference in files: diff --git a/autoconf/autoconf.nm b/autoconf/autoconf.nm index 295d64c..cb08c29 100644 --- a/autoconf/autoconf.nm +++ b/autoconf/autoconf.nm @@ -4,8 +4,8 @@ ###############################################################################
name = autoconf -version = 2.68 -release = 2 +version = 2.69 +release = 1 arch = noarch
groups = Development/Tools diff --git a/squid/squid.nm b/squid/squid.nm index e2d74d5..7a8fa12 100644 --- a/squid/squid.nm +++ b/squid/squid.nm @@ -5,8 +5,8 @@
name = squid major_ver = 3.1 -version = %{major_ver}.16 -release = 5 +version = %{major_ver}.19 +release = 1
maintainer = Christian Schmidt christian.schmidt@ipfire.org groups = Networking/Daemons @@ -152,7 +152,7 @@ packages
requires = /usr/bin/smbclient
- filter_requires = perl(Authen::Smb) + filter_requires = perl.Auth.* end
package %{name}-debuginfo diff --git a/suricata/suricata.nm b/suricata/suricata.nm index 69c8632..4a92cb7 100644 --- a/suricata/suricata.nm +++ b/suricata/suricata.nm @@ -4,8 +4,10 @@ ###############################################################################
name = suricata -version = 1.2.1 -release = 2 +version = 1.3 +devel_ver = beta1 +release = 0.1-%{devel_ver} +thisapp = %{name}-%{version}%{devel_ver}
groups = Networking/IDS url = http://www.openinfosecfoundation.org/ diff --git a/wavemon/wavemon.nm b/wavemon/wavemon.nm index ea4f1a0..1ec862c 100644 --- a/wavemon/wavemon.nm +++ b/wavemon/wavemon.nm @@ -4,7 +4,7 @@ ###############################################################################
name = wavemon -version = 0.7.2 +version = 0.7.4 release = 1
groups = Applications/Internet
hooks/post-receive -- IPFire 3.x development tree