summaryrefslogtreecommitdiffstats
path: root/rules/rsync.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-07-13 09:42:10 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-07-13 09:42:10 +0000
commit454c13712974937cfe238c379a4d7f77a192b212 (patch)
treec0cd0ecd88bc8c09bc140ec01f9bb742c32bcb03 /rules/rsync.make
parent7aab1b138d530235d03a8fd5263c221c0be3cd04 (diff)
downloadptxdist-454c13712974937cfe238c379a4d7f77a192b212.tar.gz
ptxdist-454c13712974937cfe238c379a4d7f77a192b212.tar.xz
* rsync: version bumped (2.6.6 -> 2.6.8); patch by Chuck Robey
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@5926 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rsync.make')
-rw-r--r--rules/rsync.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/rsync.make b/rules/rsync.make
index 753c2e52..0d93fe3f 100644
--- a/rules/rsync.make
+++ b/rules/rsync.make
@@ -2,7 +2,7 @@
# $Id$
#
# Copyright (C) 2003 by wschmitt@envicomp.de
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_RSYNC) += rsync
#
# Paths and names
#
-RSYNC_VERSION = 2.6.6
+RSYNC_VERSION = 2.6.8
RSYNC = rsync-$(RSYNC_VERSION)
RSYNC_SUFFIX = tar.gz
RSYNC_URL = http://samba.anu.edu.au/ftp/rsync/$(RSYNC).$(RSYNC_SUFFIX)