Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv7920
Modified Files:
rsync.info rsync.patch
Log Message:
New upstream version. Take HFS compression fixes from official patch.
Index: rsync.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/rsync.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- rsync.info 9 Nov 2010 10:06:25 -0000 1.19
+++ rsync.info 29 Jul 2011 14:18:06 -0000 1.20
@@ -1,20 +1,22 @@
Package: rsync
-Version: 3.0.7
-Revision: 4
+Version: 3.0.8
+Revision: 1
Maintainer: Remi Mommsen <[email protected]>
CustomMirror: <<
A: http://samba.org/ftp/rsync/
B: http://samba.org/ftp/rsync/old-versions/
<<
Source: mirror:custom:%n-%v.tar.gz
-Source-MD5: b53525900817cf1ba7ad3a516ab5bfe9
+Source-MD5: 0ee8346ce16bdfe4c88a236e94c752b4
Source2: mirror:custom:%n-patches-%v.tar.gz
-Source2-MD5: 48222e00a9a75873aee3bfceb2b2aa41
+Source2-MD5: 6e5e87d27a2bb2ce7872ca77ff68d7ec
PatchFile: %n.patch
-PatchFile-MD5: f20d4ffc8846eb834cb39d6842b50dde
+PatchFile-MD5: 893ae99695b62ac9ce381f9840f487f3
PatchScript: <<
patch -p1 < patches/fileflags.diff
patch -p1 < patches/crtimes.diff
+ patch -p1 < patches/hfs-compression.diff
+ patch -p1 < patches/ignore-case.diff
patch -p1 < %{PatchFile}
./prepare-source
<<
@@ -41,9 +43,6 @@
Workaround for ACL bug (https://bugzilla.samba.org/show_bug.cgi?id=7382)
by John Lillibridge and Remko Scharroo.
-
-Patches for preserving Mac OS X metadata are taken from
-http://www.bombich.com/rsync.html. Thanks to Andrew Davis for the pointer.
<<
Homepage: http://rsync.samba.org/
License: GPL
Index: rsync.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/rsync.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rsync.patch 9 Nov 2010 10:06:25 -0000 1.3
+++ rsync.patch 29 Jul 2011 14:18:06 -0000 1.4
@@ -1,6 +1,7 @@
---- old/acls.c 2009-04-10 19:09:39.000000000 -0400
-+++ new/acls.c 2010-09-01 12:34:33.000000000 -0400
-@@ -270,7 +270,7 @@
+diff -Naur rsync-3.0.8/acls.c rsync-3.0.8.new/acls.c
+--- rsync-3.0.8/acls.c 2011-03-18 22:42:28.000000000 +0100
++++ rsync-3.0.8.new/acls.c 2011-07-29 15:11:20.000000000 +0200
+@@ -278,7 +278,7 @@
id_access *ida;
if ((rc = sys_acl_get_info(entry, &tag_type, &access, &g_u_id))
!= 0) {
errfun = "sys_acl_get_info";
@@ -9,22 +10,24 @@
[...1809 lines suppressed...]
- else if (sys_lsetxattr(fname, name, ptr, len) < 0) {
-@@ -831,7 +870,7 @@
-
- if (sys_lsetxattr(fname, name, rxas[i].datum,
rxas[i].datum_len) < 0) {
- rsyserr(FERROR_XFER, errno,
-- "rsync_xal_set: lsetxattr(\"%s\",\"%s\")
failed",
-+ "rsync_xal_set: sys_lsetxattr failed:
>>%s>>%s>>",
- fname, name);
- ret = -1;
- } else /* make sure caller sets mtime */
-@@ -869,6 +908,9 @@
- }
- }
-
-+ // Memory leak?
-+ rsync_xal_free(xalp);
-+
- return ret;
- }
-
------------------------------------------------------------------------------
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs