]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Updates rsync source repository
authorJulien Boibessot <julien.boibessot@armadeus.com>
Thu, 11 Feb 2010 12:46:47 +0000 (13:46 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 17 Feb 2010 10:19:56 +0000 (11:19 +0100)
rsync source repository has moved (?).
Bump version while we are at it.

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/rsync/rsync.mk

index 1ed6812198ccb75b1711b58e8b31628b6615af99..e1bb28e0d48619e603632dc638f5954bb7ac5896 100644 (file)
@@ -4,9 +4,9 @@
 #
 #############################################################
 
-RSYNC_VERSION:=3.0.6
+RSYNC_VERSION:=3.0.7
 RSYNC_SOURCE:=rsync-$(RSYNC_VERSION).tar.gz
-RSYNC_SITE:=http://rsync.samba.org/ftp/rsync
+RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/src
 RSYNC_INSTALL_STAGING:=NO
 RSYNC_INSTALL_TARGET:=YES
 RSYNC_CONF_OPT=$(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)