From: Julien Boibessot Date: Thu, 11 Feb 2010 12:46:47 +0000 (+0100) Subject: Updates rsync source repository X-Git-Tag: 2010.02_rc2~22 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/coffee/buildroot.git/commitdiff_plain/a3609f35398042ebca8231a34ca8806a018ff0fb Updates rsync source repository rsync source repository has moved (?). Bump version while we are at it. Signed-off-by: Julien Boibessot Signed-off-by: Peter Korsgaard --- diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk index 1ed6812198..e1bb28e0d4 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -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)