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, master has been updated via 9aa36230a5d5001b10a78cc74a9661c8ac000e1d (commit) from 2c30258248e49686415aed9a0dfe1ca602f1b3bf (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 9aa36230a5d5001b10a78cc74a9661c8ac000e1d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Nov 28 21:01:56 2010 +0100
Updated dhcpcd (5.2.9).
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/dhcpcd | 8 ++++---- .../{oldcore/34 => core/43}/filelists/dhcpcd | 0 lfs/dhcpcd | 9 +++++++-- 3 files changed, 11 insertions(+), 6 deletions(-) copy config/rootfiles/{oldcore/34 => core/43}/filelists/dhcpcd (100%)
Difference in files: diff --git a/config/rootfiles/common/dhcpcd b/config/rootfiles/common/dhcpcd index 74a0f7a..3f62fc6 100644 --- a/config/rootfiles/common/dhcpcd +++ b/config/rootfiles/common/dhcpcd @@ -1,13 +1,13 @@ sbin/dhcpcd -#var/ipfire/dhcpc +#usr/share/man/man5/dhcpcd.conf.5 +#usr/share/man/man8/dhcpcd-run-hooks.8 +#usr/share/man/man8/dhcpcd.8 var/ipfire/dhcpc/dhcpcd-hooks #var/ipfire/dhcpc/dhcpcd-hooks/01-test +#var/ipfire/dhcpc/dhcpcd-hooks/02-dump #var/ipfire/dhcpc/dhcpcd-hooks/10-mtu #var/ipfire/dhcpc/dhcpcd-hooks/29-lookup-hostname #var/ipfire/dhcpc/dhcpcd-hooks/30-hostname #var/ipfire/dhcpc/dhcpcd-hooks/70-dhcpcd.exe var/ipfire/dhcpc/dhcpcd-run-hooks -#usr/share/man/man5/dhcpcd.conf.5 -#usr/share/man/man8/dhcpcd-run-hooks.8 -#usr/share/man/man8/dhcpcd.8 var/ipfire/dhcpc/dhcpcd.conf diff --git a/config/rootfiles/core/43/filelists/dhcpcd b/config/rootfiles/core/43/filelists/dhcpcd new file mode 120000 index 0000000..1e799da --- /dev/null +++ b/config/rootfiles/core/43/filelists/dhcpcd @@ -0,0 +1 @@ +../../../common/dhcpcd \ No newline at end of file diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 8406913..e843b9a 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@
include Config
-VER = 5.1.3 +VER = 5.2.9
THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = f852090ad221b6331478f50fc1aa539e +$(DL_FILE)_MD5 = aabe4a3c1f23c55f2c99a416c9085de9
install : $(TARGET)
@@ -79,5 +79,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ln -sf /etc/rc.d/init.d/networking/dhcpcd.exe \ $(CONFIG_ROOT)/dhcpc/dhcpcd-hooks/70-dhcpcd.exe rm -f $(CONFIG_ROOT)/dhcpc/dhcpcd-hooks/20-resolv.conf + rm -f $(CONFIG_ROOT)/dhcpc/dhcpcd-hooks/50-dhcpcd-compat + rm -f $(CONFIG_ROOT)/dhcpc/dhcpcd-hooks/50-ntp.conf + rm -f $(CONFIG_ROOT)/dhcpc/dhcpcd-hooks/50-yp.conf + rm -f $(CONFIG_ROOT)/dhcpc/dhcpcd-hooks/50-ypbind + @rm -rf $(DIR_APP) @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree