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, thirteen has been updated
via ff284736aa0ec6d59a00e8642c0e3a55b76759a5 (commit)
via b95f5956dfad0c6ea1dba49ebd561246e44c74f3 (commit)
from e0027e6cdc8fb4b7849430aa805a0314fef2b6a7 (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 ff284736aa0ec6d59a00e8642c0e3a55b76759a5
Author: Arne Fitzenreiter <Arne_F(a)ipfire.org>
Date: Thu Sep 20 10:01:42 2012 +0200
kernel: update to 3.2.30.
commit b95f5956dfad0c6ea1dba49ebd561246e44c74f3
Author: Arne Fitzenreiter <Arne_F(a)ipfire.org>
Date: Thu Sep 20 09:50:37 2012 +0200
dhcp: remove wrong merged patch.
-----------------------------------------------------------------------
Summary of changes:
lfs/dhcp | 2 --
lfs/linux | 4 ++--
2 files changed, 2 insertions(+), 4 deletions(-)
Difference in files:
diff --git a/lfs/dhcp b/lfs/dhcp
index 317eef4..603dbd7 100644
--- a/lfs/dhcp
+++ b/lfs/dhcp
@@ -71,8 +71,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcp-3.1_linux3.patch
-
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcp-4.2.2-remove-bind.patch
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcp-4.2.0-errwarn-message.patch
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcp-4.2.2-options.patch
diff --git a/lfs/linux b/lfs/linux
index 31c585f..c06fc49 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -24,7 +24,7 @@
include Config
-VER = 3.2.29
+VER = 3.2.30
RPI_PATCHES = linux-3.2.27-091073b
@@ -75,7 +75,7 @@ objects =$(DL_FILE) \
$(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE)
rpi-patches-$(RPI_PATCHES).patch.xz = $(URL_IPFIRE)/rpi-patches-$(RPI_PATCHES).patch.xz
-$(DL_FILE)_MD5 = 89c76e7849e6dc8288d297e1d6f03e81
+$(DL_FILE)_MD5 = d899e65520424a27661009ea43b28103
rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 9daec752fba403a488818df6dd57a714
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree