ports/core (3.0): rsync: update to 3.1.1
commit 9bcb9c389942b3508e45953473ee0a9803687650 Author: Juergen Daubert <jue@jue.li> Date: Wed Jun 25 15:51:55 2014 +0200 rsync: update to 3.1.1 build against internal zlib for now. With system zlib we get errors for ports -u: Updating file list from crux.nu::ports/crux-3.0/core/ This rsync lacks old-style --compress due to its external zlib. Try -zz. Continuing without compression. Looks like upstream has modified the bundled zlib to do misc magic. diff --git a/rsync/.md5sum b/rsync/.md5sum index 86c2ece..b6f6dc0 100644 --- a/rsync/.md5sum +++ b/rsync/.md5sum @@ -1,4 +1,4 @@ -3be148772a33224771a8d4d2a028b132 rsync-3.1.0.tar.gz +43bd6676f0b404326eee2d63be3cdcfe rsync-3.1.1.tar.gz bd6cc8e2c83d5e845af20a30e105fb5f rsync.driver a71995f22768c931c5649a1336d25ffb rsyncd b4e95fa8c8f3ae13cfdf616abd6a3960 rsyncd.conf diff --git a/rsync/Pkgfile b/rsync/Pkgfile index 23680ae..e9a3e8c 100644 --- a/rsync/Pkgfile +++ b/rsync/Pkgfile @@ -1,10 +1,10 @@ # Description: Utility for incremental file transfers over networks # URL: http://rsync.samba.org # Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: acl zlib +# Depends on: acl name=rsync -version=3.1.0 +version=3.1.1 release=1 source=(http://rsync.samba.org/ftp/$name/src/$name-$version.tar.gz \ rsyncd.conf rsyncd rsync.driver) @@ -16,7 +16,7 @@ build () { --mandir=/usr/man \ --with-rsh=ssh \ --with-included-popt \ - --with-included-zlib=no + --with-included-zlib make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu