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 90b0389a90b58695a05e419e9098b96cac66e003 (commit) via 82f5dd85cd96a5b60aa9df58449bd8a5c0673d26 (commit) via 5734dd105ceb331ca74140e4bea5acdf16226062 (commit) from 8fcb92530e4ddd8146d0d82e380a161cc85413e4 (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 90b0389a90b58695a05e419e9098b96cac66e003 Merge: 82f5dd8 8fcb925 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Mar 27 07:30:56 2014 +0100
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
commit 82f5dd85cd96a5b60aa9df58449bd8a5c0673d26 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Mar 27 07:29:19 2014 +0100
rpi-firmware: update to 18a7921.
commit 5734dd105ceb331ca74140e4bea5acdf16226062 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Mar 27 07:25:24 2014 +0100
kernel: update RPi patchset to dea8280.
-----------------------------------------------------------------------
Summary of changes: lfs/linux | 4 ++-- lfs/rpi-firmware | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
Difference in files: diff --git a/lfs/linux b/lfs/linux index 1f91c0b..bfc1580 100644 --- a/lfs/linux +++ b/lfs/linux @@ -26,7 +26,7 @@ include Config
VER = 3.10.34
-RPI_PATCHES = linux-3.10.27-grsec-943b563 +RPI_PATCHES = linux-3.10.34-grsec-dea8280 GRS_PATCHES = grsecurity-2.9.1-3.10.34-ipfire1.patch.xz
THISAPP = linux-$(VER) @@ -75,7 +75,7 @@ rpi-patches-$(RPI_PATCHES).patch.xz = $(URL_IPFIRE)/rpi-patches-$(RPI_PATCHES).p $(GRS_PATCHES) = $(URL_IPFIRE)/$(GRS_PATCHES)
$(DL_FILE)_MD5 = 30991b495a3d75196d5608072d2e62e6 -rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 8cf81f48408306d93ccee59b58af2e92 +rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 522683db031f7033b1b5dfe1b1f30e67 $(GRS_PATCHES)_MD5 = b490f7f3bf48387ab2eb60212fcf0c11
install : $(TARGET) diff --git a/lfs/rpi-firmware b/lfs/rpi-firmware index 71422f0..a7f8761 100644 --- a/lfs/rpi-firmware +++ b/lfs/rpi-firmware @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2012 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2014 IPFire Team info@ipfire.org # # # # 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 = 940dc3b +VER = 18a7921 THISAPP = rpi-firmware-$(VER) DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d8e02dc961aa8b5289912fe926a420de +$(DL_FILE)_MD5 = 07a83d2700fb73aad67154c9e74901f3
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree