diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 00:04:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 00:04:02 +0000 |
commit | 919a45a0aa58d763f8678a276104c609413ae017 (patch) | |
tree | e5966e743685f70398445fdaa184bb53c0f0097b /package/rsync | |
parent | 8c2fc6099766b757f9a0f96268eeac5011f390e9 (diff) | |
download | buildroot-novena-919a45a0aa58d763f8678a276104c609413ae017.tar.gz buildroot-novena-919a45a0aa58d763f8678a276104c609413ae017.zip |
version bump to 2.6.6
Diffstat (limited to 'package/rsync')
-rw-r--r-- | package/rsync/rsync.mk | 2 | ||||
-rw-r--r-- | package/rsync/rsync.patch | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk index c0d9722ff..43a7fb305 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -3,7 +3,7 @@ # rsync # ############################################################# -RSYNC_VER:=2.6.3 +RSYNC_VER:=2.6.6 RSYNC_SOURCE:=rsync-$(RSYNC_VER).tar.gz RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/old-versions/ RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER) diff --git a/package/rsync/rsync.patch b/package/rsync/rsync.patch deleted file mode 100644 index 9c1927bdc..000000000 --- a/package/rsync/rsync.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- rsync-2.6.3/rsync.orig.h 2004-10-14 03:49:54.000000000 -0600 -+++ rsync-2.6.3/rsync.h 2004-10-14 03:50:09.000000000 -0600 -@@ -327,7 +327,7 @@ - #define uint64 unsigned long long - #else - /* As long as it gets... */ --#define uint64 unsigned off_t -+#define uint64 loff_t - #endif - - /* Starting from protocol version 26, we always use 64-bit |