svn commit: trunk/buildroot/package/rsync

vapier at uclibc.org vapier at uclibc.org
Thu Sep 8 00:04:03 UTC 2005


Author: vapier
Date: 2005-09-07 17:04:02 -0700 (Wed, 07 Sep 2005)
New Revision: 11357

Log:
version bump to 2.6.6

Removed:
   trunk/buildroot/package/rsync/rsync.patch

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


Changeset:
Modified: trunk/buildroot/package/rsync/rsync.mk
===================================================================
--- trunk/buildroot/package/rsync/rsync.mk	2005-09-08 00:03:33 UTC (rev 11356)
+++ trunk/buildroot/package/rsync/rsync.mk	2005-09-08 00:04:02 UTC (rev 11357)
@@ -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)

Deleted: trunk/buildroot/package/rsync/rsync.patch
===================================================================
--- trunk/buildroot/package/rsync/rsync.patch	2005-09-08 00:03:33 UTC (rev 11356)
+++ trunk/buildroot/package/rsync/rsync.patch	2005-09-08 00:04:02 UTC (rev 11357)
@@ -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




More information about the uClibc-cvs mailing list