From 79dc5c83a2c4276c91e09947c01d4baeaf37c294 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 8 Aug 2009 14:05:16 +0000 Subject: [PATCH] [package] update rsync to 3.0.6 (#5644) git-svn-id: svn://svn.openwrt.org/openwrt/packages@17179 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/rsync/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 8fc225edf..5041eb659 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rsync -PKG_VERSION:=3.0.3 -PKG_RELEASE:=2 +PKG_VERSION:=3.0.6 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync -PKG_MD5SUM:=16d41aab9ece435198af222c5415a304 +PKG_MD5SUM:=e9865d093a18e4668b9d31b635dc8e99 include $(INCLUDE_DIR)/package.mk @@ -27,7 +27,7 @@ define Package/rsync endef define Package/rsync/description - sync is a program that allows files to be copied to + rsync is a program that allows files to be copied to and from remote machines in much the same way as rcp. It has many more options than rcp, and uses the rsync remote-update protocol to greatly speed up file -- 2.11.0