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 b85445f64bc9bc581a52b9f69d14fdbb6956aaea (commit) from b29a66a52fd4db04fad91ca6cb34bf063b33af92 (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 b85445f64bc9bc581a52b9f69d14fdbb6956aaea Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jan 24 10:01:01 2010 +0100
Updated rsync (3.0.7).
-----------------------------------------------------------------------
Summary of changes: doc/packages-list.txt | 1 + lfs/rsync | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-)
Difference in files: diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 0b7c273..9abfe4b 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -294,6 +294,7 @@ * rrdtool-1.2.15 * rssdler-0.4.0a * rsync-3.0.6 +* rsync-3.0.7 * rtorrent-0.8.6 * samba-3.3.10 * sane-1.0.19 diff --git a/lfs/rsync b/lfs/rsync index 99d00a0..38a2a9f 100644 --- a/lfs/rsync +++ b/lfs/rsync @@ -24,7 +24,7 @@
include Config
-VER = 3.0.6 +VER = 3.0.7
THISAPP = rsync-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rsync -PAK_VER = 3 +PAK_VER = 4
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = e9865d093a18e4668b9d31b635dc8e99 +$(DL_FILE)_MD5 = b53525900817cf1ba7ad3a516ab5bfe9
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree