diff options
author | Juergen Daubert <jue@jue.li> | 2014-06-25 15:51:55 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-06-25 15:51:55 +0200 |
commit | 9bcb9c389942b3508e45953473ee0a9803687650 (patch) | |
tree | d92c0346e4b5be2e04977f86d7e996bb12829e98 /rsync | |
parent | b737c9f36ba8ec0f7e5bee10b8e0c2d9e008f03f (diff) | |
download | core-9bcb9c389942b3508e45953473ee0a9803687650.tar.gz core-9bcb9c389942b3508e45953473ee0a9803687650.tar.xz |
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.
Diffstat (limited to 'rsync')
-rw-r--r-- | rsync/.md5sum | 2 | ||||
-rw-r--r-- | rsync/Pkgfile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/rsync/.md5sum b/rsync/.md5sum index 86c2ecee..b6f6dc0f 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 23680ae4..e9a3e8cb 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 |