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 4da0506b000ae41025bb5ddb6111171f6f0cf0f5 (commit) via 4c777aeaf06e5697ecc5e540614b4edb2b2de853 (commit) from 57f5c85825d9f6b61e8726c5b146bae1957acfcf (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 4da0506b000ae41025bb5ddb6111171f6f0cf0f5 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jun 8 14:29:31 2015 +0200
core91: Ship updated pcre package
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 4c777aeaf06e5697ecc5e540614b4edb2b2de853 Author: Matthias Fischer fischerm@ipfire.org Date: Sun May 17 15:36:13 2015 +0200
pcre: Update to 8.37
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/pcre | 2 +- config/rootfiles/{oldcore/66 => core/91}/filelists/pcre | 0 lfs/pcre | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) copy config/rootfiles/{oldcore/66 => core/91}/filelists/pcre (100%)
Difference in files: diff --git a/config/rootfiles/common/pcre b/config/rootfiles/common/pcre index 78ac2a2..8c4cc2a 100644 --- a/config/rootfiles/common/pcre +++ b/config/rootfiles/common/pcre @@ -10,7 +10,7 @@ #usr/lib/libpcre.la usr/lib/libpcre.so usr/lib/libpcre.so.1 -usr/lib/libpcre.so.1.2.4 +usr/lib/libpcre.so.1.2.5 #usr/lib/libpcrecpp.la usr/lib/libpcrecpp.so usr/lib/libpcrecpp.so.0 diff --git a/config/rootfiles/core/91/filelists/pcre b/config/rootfiles/core/91/filelists/pcre new file mode 120000 index 0000000..b390d9a --- /dev/null +++ b/config/rootfiles/core/91/filelists/pcre @@ -0,0 +1 @@ +../../../common/pcre \ No newline at end of file diff --git a/lfs/pcre b/lfs/pcre index f5c771c..175afc0 100644 --- a/lfs/pcre +++ b/lfs/pcre @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2015 Michael Tremer & Christian Schmidt # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 8.36 +VER = 8.37
THISAPP = pcre-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ff7b4bb14e355f04885cf18ff4125c98 +$(DL_FILE)_MD5 = 6e0cc6d1bdac7a4308151f9b3571b86e
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree