[uClibc-cvs] svn commit: trunk/buildroot/package/rsync

sjhill at uclibc.org sjhill at uclibc.org
Wed Apr 27 20:59:24 UTC 2005


Author: sjhill
Date: 2005-04-27 14:59:23 -0600 (Wed, 27 Apr 2005)
New Revision: 10190

Log:
Rsync was recently upgraded to 2.6.4. Until buildroot is updated,
the RSYNC_SITE variable needs to be changed.


Modified:
   trunk/buildroot/package/rsync/rsync.mk


Changeset:
Modified: trunk/buildroot/package/rsync/rsync.mk
===================================================================
--- trunk/buildroot/package/rsync/rsync.mk	2005-04-27 12:46:57 UTC (rev 10189)
+++ trunk/buildroot/package/rsync/rsync.mk	2005-04-27 20:59:23 UTC (rev 10190)
@@ -5,7 +5,7 @@
 #############################################################
 RSYNC_VER:=2.6.3
 RSYNC_SOURCE:=rsync-$(RSYNC_VER).tar.gz
-RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/
+RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/old-versions
 RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER)
 RSYNC_CAT:=zcat
 RSYNC_BINARY:=rsync




More information about the uClibc-cvs mailing list