network/UDR: Updated for version 0.9.4_774f2e7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4187e25bac
commit
c0ba703941
|
@ -11,7 +11,7 @@ then places the connection between the rsync client and server.
|
|||
To use UDR, prefix the current rsync command used to transfer data with
|
||||
'udr', for example:
|
||||
|
||||
udr rsync -avz /home/user/dir/ user@example.com:/home/user/dir
|
||||
udr rsync -av /home/user/dir/ user@example.com:/home/user/dir
|
||||
|
||||
Any rsync options can be used.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for UDR
|
||||
|
||||
# Copyright 2017, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2017-2020, Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=UDR
|
||||
VERSION=${VERSION:-0.9.4}
|
||||
VERSION=${VERSION:-0.9.4_774f2e7}
|
||||
GITVERSION=${GITVERSION:-774f2e76c58feeb09dc5401fdff4207602b6f088}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -58,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG/usr/bin $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM-$GITVERSION
|
||||
tar xvf $CWD/$GITVERSION.tar.gz
|
||||
cd $PRGNAM-$GITVERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="UDR"
|
||||
VERSION="0.9.4"
|
||||
HOMEPAGE="https://github.com/LabAdvComp/UDR"
|
||||
DOWNLOAD="https://github.com/LabAdvComp/UDR/archive/v0.9.4/UDR-0.9.4.tar.gz"
|
||||
MD5SUM="74a7ebd384156be0fc3d9a08890e098b"
|
||||
VERSION="0.9.4_774f2e7"
|
||||
HOMEPAGE="https://github.com/martinetd/UDR"
|
||||
DOWNLOAD="https://github.com/martinetd/UDR/archive/774f2e7/774f2e76c58feeb09dc5401fdff4207602b6f088.tar.gz"
|
||||
MD5SUM="a046d266b95d113d3cecc8ff505c562f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -12,7 +12,7 @@ UDR: UDR is a wrapper around rsync that enables rsync to use UDT protocol
|
|||
UDR: and thus improves throughput of large data transfers over long
|
||||
UDR: distances.
|
||||
UDR:
|
||||
UDR: HOMEPAGE: https://github.com/LabAdvComp/UDR
|
||||
UDR: HOMEPAGE: https://github.com/martinetd/UDR
|
||||
UDR:
|
||||
UDR:
|
||||
UDR:
|
||||
|
|
Loading…
Reference in New Issue