From c0ba7039414df8fb81b98b8812e98d842b2a9660 Mon Sep 17 00:00:00 2001 From: Alexander Verbovetsky Date: Fri, 4 Sep 2020 00:20:30 +0700 Subject: network/UDR: Updated for version 0.9.4_774f2e7. Signed-off-by: Willy Sudiarto Raharjo --- network/UDR/README | 2 +- network/UDR/UDR.SlackBuild | 11 ++++++----- network/UDR/UDR.info | 8 ++++---- network/UDR/slack-desc | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) (limited to 'network/UDR') diff --git a/network/UDR/README b/network/UDR/README index 653b521e76af..044eca08faf1 100644 --- a/network/UDR/README +++ b/network/UDR/README @@ -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. diff --git a/network/UDR/UDR.SlackBuild b/network/UDR/UDR.SlackBuild index ecaecb07e6a0..064ca4b6ea4e 100644 --- a/network/UDR/UDR.SlackBuild +++ b/network/UDR/UDR.SlackBuild @@ -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 \ diff --git a/network/UDR/UDR.info b/network/UDR/UDR.info index 61c04c6341cc..772b79909a9b 100644 --- a/network/UDR/UDR.info +++ b/network/UDR/UDR.info @@ -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="" diff --git a/network/UDR/slack-desc b/network/UDR/slack-desc index d665c18bf243..98a3ccf65adc 100644 --- a/network/UDR/slack-desc +++ b/network/UDR/slack-desc @@ -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: -- cgit v1.2.3