public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 086bb132ec3155b9221cee5acf307fabfb7515b6
Date: Wed, 19 Dec 2018 18:56:43 +0000	[thread overview]
Message-ID: <20181219185643.E467C84FDD4@people01.i.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3230 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, 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(a)ipfire.org>
Date:   Wed Dec 19 18:55:23 2018 +0000

    ipvsadm: Update to 1.29
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 4af8d6964beb8abc822bada4b8dc1474a098514e
Author: Michael Tremer <michael.tremer(a)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(a)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

                 reply	other threads:[~2018-12-19 18:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181219185643.E467C84FDD4@people01.i.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox