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 8a148bbc5a9de80edb36fad91cd3f0e6ca3155a1 (commit) via 01ddfa0d6f1483071fd87e9f6c77085b174a1b14 (commit) from 224401de72e7e08403cd07774d4f311d2e86c3a7 (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 8a148bbc5a9de80edb36fad91cd3f0e6ca3155a1 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Mar 17 23:04:54 2016 +0100
Config: update sourcecode upload url
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 01ddfa0d6f1483071fd87e9f6c77085b174a1b14 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Mar 17 23:00:46 2016 +0100
kernel: update to 3.14.65
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/Config | 2 +- lfs/linux | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-)
Difference in files: diff --git a/lfs/Config b/lfs/Config index 75867ff..4de8bd3 100644 --- a/lfs/Config +++ b/lfs/Config @@ -35,7 +35,7 @@ # URL_IPFIRE = http://source.ipfire.org/source-2.x URL_TOOLCHAIN = http://source.ipfire.org/toolchains -URL_SOURCE = git.ipfire.org:/pub/source/source-2.x +URL_SOURCE = git.ipfire.org:/pub/sources/source-2.x
# Don't change this; it will be overridden by other makefiles where necessary. # diff --git a/lfs/linux b/lfs/linux index 5ca704d..125228a 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,10 +24,10 @@
include Config
-VER = 3.14.64 -RPI_PATCHES = 3.14.64-grsec-ipfire1 -A7M_PATCHES = 3.14.64-grsec-ipfire1 -GRS_PATCHES = grsecurity-3.1ipfire-3.14.64-v1.patch.xz +VER = 3.14.65 +RPI_PATCHES = 3.14.65-grsec-ipfire1 +A7M_PATCHES = 3.14.65-grsec-ipfire1 +GRS_PATCHES = grsecurity-3.1ipfire-3.14.65-v1.patch.xz
THISAPP = linux-$(VER) @@ -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 = d68173a31fb60e2195a4015fe1f83e97 +$(DL_FILE)_MD5 = cfc70821a04acb80ded45e408e9faf36 rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 0d1059c18f4810abbe9aafb6beab445b arm7-multi-patches-$(A7M_PATCHES).patch.xz_MD5 = 589eb8703fa2ba2944b2f925b7f7ffb3 -$(GRS_PATCHES)_MD5 = 209ff5232dc4141789bc90f34b87d906 +$(GRS_PATCHES)_MD5 = 548571a2c70219cce9728eb8b8949030
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree