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 5bfa669faa0c522692ec8e3a7f9356c0a8b57615 (commit) via 0b642c3a73c40e4bdebd6a06881095bc43cb3d6a (commit) via 857fca3785cb6beb42c501152d6c389c64d62b01 (commit) from 489b3c48a4f4fe21f021eb2d0aff03b3fe585a9f (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 5bfa669faa0c522692ec8e3a7f9356c0a8b57615 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Mar 7 11:20:04 2011 +0100
samba: updated to 3.5.8.
commit 0b642c3a73c40e4bdebd6a06881095bc43cb3d6a Merge: 857fca3 489b3c4 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Mar 7 11:19:57 2011 +0100
Merge branch 'master' of ssh://arne_f@git.ipfire.org/pub/git/ipfire-2.x
commit 857fca3785cb6beb42c501152d6c389c64d62b01 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Mar 7 08:33:12 2011 +0100
ipfireseeder: seed core47.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/ipfireseeder | 2 +- lfs/ipfireseeder | 6 +++--- lfs/samba | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/ipfireseeder b/config/rootfiles/packages/ipfireseeder index 8b4f00f..4e21567 100644 --- a/config/rootfiles/packages/ipfireseeder +++ b/config/rootfiles/packages/ipfireseeder @@ -1,5 +1,5 @@ etc/rc.d/init.d/ipfireseeder #var/ipfire/seeder -var/ipfire/seeder/ipfire-2.9.i586-full-core46.iso.torrent +var/ipfire/seeder/ipfire-2.9.i586-full-core47.iso.torrent #var/log/seeder var/log/seeder/info diff --git a/lfs/ipfireseeder b/lfs/ipfireseeder index d333fc3..4bdbc48 100644 --- a/lfs/ipfireseeder +++ b/lfs/ipfireseeder @@ -27,13 +27,13 @@ include Config VER = 1.00
THISAPP = ipfireseeder-$(VER) -DL_FILE = ipfire-2.9.i586-full-core46.iso.torrent +DL_FILE = ipfire-2.9.i586-full-core47.iso.torrent
DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ipfireseeder -PAK_VER = 22 +PAK_VER = 23
DEPS = "rtorrent"
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 8484574559180f14f9c98d7d3140c3ed +$(DL_FILE)_MD5 = 388d32a2f741df4afa76578948804ae3
install : $(TARGET)
diff --git a/lfs/samba b/lfs/samba index 369bb18..595cb9d 100644 --- a/lfs/samba +++ b/lfs/samba @@ -24,7 +24,7 @@
include Config
-VER = 3.5.7 +VER = 3.5.8
THISAPP = samba-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = b04441da711df05a1525bf57b92c051b +$(DL_FILE)_MD5 = 355b4530c20997e94aebc74cd6ea5307
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree