Skip to content

Commit 6315c70

Browse files
authored
Merge pull request #3806 from citrus-it/pkgrsyncr46
rsync - update from 3.2.7 to 3.4.0 (r151046)
2 parents a910fab + 964bb7b commit 6315c70

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build/rsync/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
# }}}
1414
#
1515
# Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
16-
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
16+
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
1717

1818
. ../../lib/build.sh
1919

2020
PROG=rsync
21-
VER=3.2.7
21+
VER=3.4.0
2222
DASHREV=1
2323
PKG=network/rsync
2424
SUMMARY="rsync - faster, flexible replacement for rcp"

build/rsync/testsuite.log

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ PASS missing
3535
PASS mkpath
3636
SKIP protected-regular (Can't find protected_regular setting (only available on Linux))
3737
PASS relative
38+
PASS safe-links
3839
PASS ssh-basic
3940
PASS symlink-ignore
4041
PASS trimslash
@@ -45,6 +46,6 @@ PASS xattrs-hlink
4546
PASS xattrs
4647
------------------------------------------------------------
4748
----- overall results:
48-
39 passed
49+
40 passed
4950
6 skipped
5051
------------------------------------------------------------

0 commit comments

Comments
 (0)