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 086bb132ec3155b9221cee5acf307fabfb7515b6 (commit) via 4af8d6964beb8abc822bada4b8dc1474a098514e (commit) from 909549b1d6af51a8b18d4fc799370b32bf7861ce (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 086bb132ec3155b9221cee5acf307fabfb7515b6 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Dec 19 18:55:23 2018 +0000
ipvsadm: Update to 1.29
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 4af8d6964beb8abc822bada4b8dc1474a098514e Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Dec 19 15:42:23 2018 +0000
pcre: Enable JIT
This is now possible because we no longer run grsecurity-enabled kernels. The performance of PCRE increases dramatically and applications like the IDS benefit hugely:
https://blog.inliniac.net/2011/10/12/suricata-and-pcre-performance/
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/101 => core/127}/filelists/pcre | 0 lfs/ipvsadm | 8 ++++---- lfs/pcre | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) copy config/rootfiles/{oldcore/101 => core/127}/filelists/pcre (100%)
Difference in files: diff --git a/config/rootfiles/core/127/filelists/pcre b/config/rootfiles/core/127/filelists/pcre new file mode 120000 index 000000000..b390d9a36 --- /dev/null +++ b/config/rootfiles/core/127/filelists/pcre @@ -0,0 +1 @@ +../../../common/pcre \ No newline at end of file diff --git a/lfs/ipvsadm b/lfs/ipvsadm index db245b997..6345237f0 100644 --- a/lfs/ipvsadm +++ b/lfs/ipvsadm @@ -24,15 +24,15 @@
include Config
-VER = 1.26 +VER = 1.29
THISAPP = ipvsadm-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ipvsadm -PAK_VER = 1 +PAK_VER = 2
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = eac3ba3f62cd4dea2da353aeddd353a8 +$(DL_FILE)_MD5 = 12f0d3b4d436e941d0c4dbe358144bfd
install : $(TARGET)
diff --git a/lfs/pcre b/lfs/pcre index 66b34cc30..dc6621f1c 100644 --- a/lfs/pcre +++ b/lfs/pcre @@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --prefix=/usr \ --disable-static \ --enable-utf8 \ - --disable-jit \ + --enable-jit \ --enable-pcre16 \ --enable-pcre32 \ --enable-pcregrep-libz \
hooks/post-receive -- IPFire 2.x development tree