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 2.x development tree".
The branch, next has been updated via 7ad39d931a81d21eb03d12b411840ff1e59b1be0 (commit) via 97fbbaa33346c24d5d753bee862060d35ac09036 (commit) via 488f36e446feee1aab5aff21a3d7131d2332fd3e (commit) via 257025310482deb53232da572428e7206ffe6a9b (commit) via 43e1c88ea499d79d33b701789579c53d40e002c9 (commit) via d95cc821e7d7b252ad07cd8410ffc4973bd435b4 (commit) from cbd0df20ed3a1089e21110d2bf200cbea3ac063a (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 7ad39d931a81d21eb03d12b411840ff1e59b1be0 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Oct 15 15:35:13 2020 +0000
core152: Ship suricata
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 97fbbaa33346c24d5d753bee862060d35ac09036 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Thu Oct 15 17:31:54 2020 +0200
suricata: Update to 5.0.4
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 488f36e446feee1aab5aff21a3d7131d2332fd3e Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Oct 15 15:34:25 2020 +0000
core152: Ship libhtp
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 257025310482deb53232da572428e7206ffe6a9b Author: Stefan Schantl stefan.schantl@ipfire.org Date: Thu Oct 15 17:31:21 2020 +0200
libhtp: Update to 0.5.35
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 43e1c88ea499d79d33b701789579c53d40e002c9 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Oct 15 15:33:59 2020 +0000
core152: Ship yaml
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit d95cc821e7d7b252ad07cd8410ffc4973bd435b4 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Thu Oct 15 17:30:46 2020 +0200
yaml: Update to 0.2.5
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/yaml | 2 +- config/rootfiles/{oldcore/131 => core/152}/filelists/libhtp | 0 config/rootfiles/{oldcore/131 => core/152}/filelists/suricata | 0 config/rootfiles/{oldcore/131 => core/152}/filelists/yaml | 0 config/rootfiles/core/152/update.sh | 1 + lfs/libhtp | 4 ++-- lfs/suricata | 4 ++-- lfs/yaml | 4 ++-- 8 files changed, 8 insertions(+), 7 deletions(-) copy config/rootfiles/{oldcore/131 => core/152}/filelists/libhtp (100%) copy config/rootfiles/{oldcore/131 => core/152}/filelists/suricata (100%) copy config/rootfiles/{oldcore/131 => core/152}/filelists/yaml (100%)
Difference in files: diff --git a/config/rootfiles/common/yaml b/config/rootfiles/common/yaml index 565fa373f..626cfdfa6 100644 --- a/config/rootfiles/common/yaml +++ b/config/rootfiles/common/yaml @@ -1,6 +1,6 @@ #usr/include/yaml.h usr/lib/libyaml-0.so.2 -usr/lib/libyaml-0.so.2.0.5 +usr/lib/libyaml-0.so.2.0.9 #usr/lib/libyaml.la #usr/lib/libyaml.so #usr/lib/pkgconfig/yaml-0.1.pc diff --git a/config/rootfiles/core/152/filelists/libhtp b/config/rootfiles/core/152/filelists/libhtp new file mode 120000 index 000000000..676e2c5e8 --- /dev/null +++ b/config/rootfiles/core/152/filelists/libhtp @@ -0,0 +1 @@ +../../../common/libhtp \ No newline at end of file diff --git a/config/rootfiles/core/152/filelists/suricata b/config/rootfiles/core/152/filelists/suricata new file mode 120000 index 000000000..f671f6993 --- /dev/null +++ b/config/rootfiles/core/152/filelists/suricata @@ -0,0 +1 @@ +../../../common/suricata \ No newline at end of file diff --git a/config/rootfiles/core/152/filelists/yaml b/config/rootfiles/core/152/filelists/yaml new file mode 120000 index 000000000..3dc14343f --- /dev/null +++ b/config/rootfiles/core/152/filelists/yaml @@ -0,0 +1 @@ +../../../common/yaml \ No newline at end of file diff --git a/config/rootfiles/core/152/update.sh b/config/rootfiles/core/152/update.sh index 5a1fa5c6d..d86839288 100644 --- a/config/rootfiles/core/152/update.sh +++ b/config/rootfiles/core/152/update.sh @@ -49,6 +49,7 @@ ldconfig
# Start services /etc/init.d/unbound restart +/etc/init.d/suricata restart
# This update needs a reboot... #touch /var/run/need_reboot diff --git a/lfs/libhtp b/lfs/libhtp index 9cbc8480a..29f90b0b3 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -24,7 +24,7 @@
include Config
-VER = 0.5.33 +VER = 0.5.35
THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d01e386d1d8f13774239e920fcf143da +$(DL_FILE)_MD5 = 188ebe7e1804f8bfaf00db007736f3f6
install : $(TARGET)
diff --git a/lfs/suricata b/lfs/suricata index 9369500ac..f981232a2 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -24,7 +24,7 @@
include Config
-VER = 5.0.3 +VER = 5.0.4
THISAPP = suricata-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d302ae41735551e2e1198e965d452664 +$(DL_FILE)_MD5 = c08809d5641a790a95a56d4dc7eba2f2
install : $(TARGET)
diff --git a/lfs/yaml b/lfs/yaml index 81cdd4fd1..c4d347e77 100644 --- a/lfs/yaml +++ b/lfs/yaml @@ -24,7 +24,7 @@
include Config
-VER = 0.2.1 +VER = 0.2.5
THISAPP = yaml-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 72724b9736923c517e5a8fc6757ef03d +$(DL_FILE)_MD5 = bb15429d8fb787e7d3f1c83ae129a999
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree