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 3bf2f1822d654e98d5341c1134479b04edcc8db2 (commit) via d1d60e001a1123e115fe0f262690fcbd79ecdcfd (commit) via 40607f812638f5abd7b4b2313e7e6c1e61502f33 (commit) via 2493a758239e07c9af39510c0745ad9bf38aa688 (commit) via e2f8251726f7b4b567021a8631f153e014442f0c (commit) via 2b47cc27e3fbb6478a8729bc3c8fcffa7df3538a (commit) from 6bc2225a5dc26c9de683c59dcdc1b92ff6ce3267 (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 3bf2f1822d654e98d5341c1134479b04edcc8db2 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Aug 17 19:52:09 2016 +0200
kernel: update to 3.14.76
this kernel has important tcp and ext4 fixes.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit d1d60e001a1123e115fe0f262690fcbd79ecdcfd Merge: 6bc2225 40607f8 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Aug 17 19:51:01 2016 +0200
Merge branch 'core104' into next
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/104/update.sh | 5 ----- lfs/clamav | 2 +- lfs/hostapd | 2 +- lfs/linux | 18 +++++++++--------- lfs/mc | 2 +- lfs/nfs | 2 +- lfs/rpcbind | 2 +- make.sh | 2 +- 8 files changed, 15 insertions(+), 20 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/104/update.sh b/config/rootfiles/core/104/update.sh index 3988a9d..0223923 100644 --- a/config/rootfiles/core/104/update.sh +++ b/config/rootfiles/core/104/update.sh @@ -139,11 +139,6 @@ esac # Extract files tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /
-# Update customservices -cp /var/ipfire/fwhosts/customservices /var/ipfire/fwhosts/customservices.old -echo 35,Submission (TCP),587,TCP,BLANK,0 >> /var/ipfire/fwhosts/customservices -echo 36,SSMTP,465,TCP,BLANK,0 >> /var/ipfire/fwhosts/customservices - # Remove some old files rm -f /bin/groups /lib/libshadow.so.0*
diff --git a/lfs/clamav b/lfs/clamav index 8911619..0625ecf 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = clamav -PAK_VER = 33 +PAK_VER = 34
DEPS = ""
diff --git a/lfs/hostapd b/lfs/hostapd index 7d193d9..a4fe99a 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = hostapd -PAK_VER = 36 +PAK_VER = 37
DEPS = ""
diff --git a/lfs/linux b/lfs/linux index c643da4..bf71776 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,10 +24,10 @@
include Config
-VER = 3.14.74 -RPI_PATCHES = 3.14.74-grsec-ipfire1 -A7M_PATCHES = 3.14.74-grsec-ipfire1 -GRS_PATCHES = grsecurity-3.1ipfire-3.14.74-v1.patch.xz +VER = 3.14.76 +RPI_PATCHES = 3.14.76-grsec-ipfire1 +A7M_PATCHES = 3.14.76-grsec-ipfire1 +GRS_PATCHES = grsecurity-3.1ipfire-3.14.76-v1.patch.xz
THISAPP = linux-$(VER) @@ -37,7 +37,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) CFLAGS = CXXFLAGS =
-PAK_VER = 69 +PAK_VER = 70 DEPS = ""
KERNEL_ARCH = $(MACHINE) @@ -83,10 +83,10 @@ rpi-patches-$(RPI_PATCHES).patch.xz = $(URL_IPFIRE)/rpi-patches-$(RPI_PATCHES). arm7-multi-patches-$(A7M_PATCHES).patch.xz = $(URL_IPFIRE)/arm7-multi-patches-$(A7M_PATCHES).patch.xz $(GRS_PATCHES) = $(URL_IPFIRE)/$(GRS_PATCHES)
-$(DL_FILE)_MD5 = f83028755dc380862a91fe75e64b01aa -rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 32b1101dc51f89c1fb3bfb1907f4bce5 -arm7-multi-patches-$(A7M_PATCHES).patch.xz_MD5 = b9a638c68cefd4c08dfcb9c4434458b1 -$(GRS_PATCHES)_MD5 = 5f4595575e159dd730b222d204cc9b39 +$(DL_FILE)_MD5 = 1624610ba8a7b83e8be73cee58a5ca5b +rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 4a7b9c86a565662e2c340086c0c20fa4 +arm7-multi-patches-$(A7M_PATCHES).patch.xz_MD5 = 873a8d057dbf850693e695df778d608c +$(GRS_PATCHES)_MD5 = e45c8c839449672fa607ad7b59ccc5c7
install : $(TARGET)
diff --git a/lfs/mc b/lfs/mc index 945d604..b682d64 100644 --- a/lfs/mc +++ b/lfs/mc @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = mc -PAK_VER = 12 +PAK_VER = 13
DEPS = ""
diff --git a/lfs/nfs b/lfs/nfs index 42ac5b5..23a1773 100644 --- a/lfs/nfs +++ b/lfs/nfs @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nfs -PAK_VER = 8 +PAK_VER = 9
DEPS = "rpcbind"
diff --git a/lfs/rpcbind b/lfs/rpcbind index d9e2885..e7f9eff 100644 --- a/lfs/rpcbind +++ b/lfs/rpcbind @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rpcbind -PAK_VER = 1 +PAK_VER = 2
DEPS = "libtirpc"
diff --git a/make.sh b/make.sh index efbdfb8..1c832d0 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.19" # Version number CORE="104" # Core Level (Filename) -PAKFIRE_CORE="103" # Core Level (PAKFIRE) +PAKFIRE_CORE="104" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir
hooks/post-receive -- IPFire 2.x development tree