* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. c4f1f56157955c018510f7cd20f3d4c21cb294bd
@ 2020-12-16 10:33 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2020-12-16 10:33 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 4910 bytes --]
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, master has been updated
via c4f1f56157955c018510f7cd20f3d4c21cb294bd (commit)
via d310d24eefb8074f229afee0ebe70000f32b2c2d (commit)
via 78a45ae10a4cd9100b2d12bb6e68867d9d4ac7ca (commit)
via 3b8e39553d7295d6aa7cf5545f73f0191622d7f9 (commit)
from eaa9032166dcf1be88b6987419f23b617aa4a627 (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 c4f1f56157955c018510f7cd20f3d4c21cb294bd
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed Dec 16 10:33:23 2020 +0000
Update contributors
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit d310d24eefb8074f229afee0ebe70000f32b2c2d
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Dec 16 07:33:57 2020 +0100
kernel: update to 4.14.212
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 78a45ae10a4cd9100b2d12bb6e68867d9d4ac7ca
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Sat Dec 12 10:18:30 2020 +0100
libhtp: Update to 0.5.36
For details see:
https://github.com/OISF/libhtp/releases
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 3b8e39553d7295d6aa7cf5545f73f0191622d7f9
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Sat Dec 12 10:14:35 2020 +0100
suricata: Downgrade to 5.0.5
Triggered by https://lists.ipfire.org/pipermail/development/2020-December/008868.html
Workaround for https://bugzilla.ipfire.org/show_bug.cgi?id=12548
Downgrading to 'suricata 5.0.5' bypasses Bug #12548 for now,
but its only a temporary workaround...
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
html/cgi-bin/credits.cgi | 2 +-
lfs/libhtp | 4 ++--
lfs/linux | 6 +++---
lfs/suricata | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
Difference in files:
diff --git a/html/cgi-bin/credits.cgi b/html/cgi-bin/credits.cgi
index ef7609cfc..8d757d37c 100644
--- a/html/cgi-bin/credits.cgi
+++ b/html/cgi-bin/credits.cgi
@@ -94,6 +94,7 @@ Rene Zingel,
Sascha Kilian,
Ronald Wiesinger,
Florian Bührle,
+Leo-Andres Hofmann,
Bernhard Bitsch,
Justin Luth,
Michael Eitelwein,
@@ -110,7 +111,6 @@ David Kleuker,
Hans Horsten,
Jakub Ratajczak,
Jorrit de Jonge,
-Leo-Andres Hofmann,
Przemek Zdroik,
Alexander Rudolf Gruber,
Andrew Bellows,
diff --git a/lfs/libhtp b/lfs/libhtp
index 29f90b0b3..90a55112c 100644
--- a/lfs/libhtp
+++ b/lfs/libhtp
@@ -24,7 +24,7 @@
include Config
-VER = 0.5.35
+VER = 0.5.36
THISAPP = libhtp-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 188ebe7e1804f8bfaf00db007736f3f6
+$(DL_FILE)_MD5 = 15f567527e437b38b9b1d6b86adb6a54
install : $(TARGET)
diff --git a/lfs/linux b/lfs/linux
index e4467c477..5abc6f93a 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -24,8 +24,8 @@
include Config
-VER = 4.14.211
-ARM_PATCHES = 4.14.211-ipfire0
+VER = 4.14.212
+ARM_PATCHES = 4.14.212-ipfire0
THISAPP = linux-$(VER)
DL_FILE = linux-$(VER).tar.xz
@@ -79,7 +79,7 @@ objects =$(DL_FILE) \
$(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE)
arm-multi-patches-$(ARM_PATCHES).patch.xz = $(URL_IPFIRE)/arm-multi-patches-$(ARM_PATCHES).patch.xz
-$(DL_FILE)_MD5 = 41241e9508acc9183540db785f78ec78
+$(DL_FILE)_MD5 = 645d5256adf72569e14edcf80c3757dc
arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = 2b0e8e3ebe9827b2bfed7397b043dbc5
install : $(TARGET)
diff --git a/lfs/suricata b/lfs/suricata
index 2871d8e7b..c5dc46af4 100644
--- a/lfs/suricata
+++ b/lfs/suricata
@@ -24,7 +24,7 @@
include Config
-VER = 6.0.0
+VER = 5.0.5
THISAPP = suricata-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = bbddcf2f209930206ef21977d40120d2
+$(DL_FILE)_MD5 = fe039cc4571eb56828874ddc0b71dc51
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-12-16 10:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 10:33 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. c4f1f56157955c018510f7cd20f3d4c21cb294bd Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox