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 f8d2a187d13dade92620f9e9278548742d5c9c83 (commit) via fc25674950413fc6d224334c8c432865afd66b69 (commit) from 8c96ba3b5b8ce646c4a18708986bfe651fa5967c (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 f8d2a187d13dade92620f9e9278548742d5c9c83 Merge: fc25674950413fc6d224334c8c432865afd66b69 8c96ba3b5b8ce646c4a18708986bfe651fa5967c Author: Christian Schmidt maniacikarus@ipfire.org Date: Thu Dec 31 13:40:36 2009 +0100
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
commit fc25674950413fc6d224334c8c432865afd66b69 Author: Christian Schmidt maniacikarus@ipfire.org Date: Thu Dec 31 13:39:21 2009 +0100
Updated ipfireseeder torrent link to core33.
-----------------------------------------------------------------------
Summary of changes: lfs/ipfireseeder | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/lfs/ipfireseeder b/lfs/ipfireseeder index 83d45d6..ec667ac 100644 --- a/lfs/ipfireseeder +++ b/lfs/ipfireseeder @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2009 Michael Tremer & Christian Schmidt # # # # 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 # @@ -27,13 +27,13 @@ include Config VER = 1.00
THISAPP = ipfireseeder-$(VER) -DL_FILE = ipfire-2.5.i586-full-core28.iso.torrent +DL_FILE = ipfire-2.5.i586-full-core33.iso.torrent
DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ipfireseeder -PAK_VER = 6 +PAK_VER = 7
DEPS = "rtorrent"
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4c358851d28286606ea534f81d6b699d +$(DL_FILE)_MD5 = 48c79391fb9bd6156f96f70c0d05d6af
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree