diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-08-14 15:32:34 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-08-14 15:32:34 +0000 |
commit | 14623407af739e00516fdab0c5a7fd2962fc2610 (patch) | |
tree | ee7f5216e4e040b6fb49e4898558e4ba2574d7d0 /net-misc/rsync/files | |
parent | Added to ~alpha. Marked 0.9.9 stable on ppc. (diff) | |
download | historical-14623407af739e00516fdab0c5a7fd2962fc2610.tar.gz historical-14623407af739e00516fdab0c5a7fd2962fc2610.tar.bz2 historical-14623407af739e00516fdab0c5a7fd2962fc2610.zip |
version bump irt #60309
Diffstat (limited to 'net-misc/rsync/files')
-rw-r--r-- | net-misc/rsync/files/digest-rsync-2.6.0-r3 | 3 | ||||
-rw-r--r-- | net-misc/rsync/files/digest-rsync-2.6.2-r4 | 2 | ||||
-rw-r--r-- | net-misc/rsync/files/rsync-pathsanitize.patch | 11 |
3 files changed, 16 insertions, 0 deletions
diff --git a/net-misc/rsync/files/digest-rsync-2.6.0-r3 b/net-misc/rsync/files/digest-rsync-2.6.0-r3 new file mode 100644 index 000000000000..42e8d077802b --- /dev/null +++ b/net-misc/rsync/files/digest-rsync-2.6.0-r3 @@ -0,0 +1,3 @@ +MD5 3f24bf31aec0a657eb3b6844c3f09f21 rsync-2.6.0.tar.gz 464920 +MD5 a399e227a18ea3f2eb5aa2b401006d2d rsync-2.5.6-proxy-auth-1.patch 4353 +MD5 16cbffdcd9c6c318761c6c0d86400197 rsync-2.6.0-acl.diff.bz2 60721 diff --git a/net-misc/rsync/files/digest-rsync-2.6.2-r4 b/net-misc/rsync/files/digest-rsync-2.6.2-r4 new file mode 100644 index 000000000000..c6e03ea0dd43 --- /dev/null +++ b/net-misc/rsync/files/digest-rsync-2.6.2-r4 @@ -0,0 +1,2 @@ +MD5 bcacd9a9108a9e4760832212ec3d658d rsync-2.6.2.tar.gz 515402 +MD5 5b33440e8a22a85b6d00aa86bc4ee508 rsync-2.6.2-acl.diff.bz2 30505 diff --git a/net-misc/rsync/files/rsync-pathsanitize.patch b/net-misc/rsync/files/rsync-pathsanitize.patch new file mode 100644 index 000000000000..d1f6db634fb2 --- /dev/null +++ b/net-misc/rsync/files/rsync-pathsanitize.patch @@ -0,0 +1,11 @@ +--- orig/util.c 2004-04-27 12:59:37 -0700 ++++ util.c 2004-08-11 23:37:27 -0700 +@@ -743,7 +743,7 @@ + allowdotdot = 1; + } else { + p += 2; +- if (*p == '/') ++ while (*p == '/') + p++; + if (sanp != start) { + /* back up sanp one level */ |