rsync: update to 3.2.0

This commit is contained in:
Juergen Daubert 2020-06-22 12:24:18 +02:00
parent 7b848933e4
commit c89b307cca
3 changed files with 13 additions and 8 deletions

View File

@ -8,9 +8,11 @@ drwxr-xr-x root/root etc/rc.d/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rsync
-rwxr-xr-x root/root usr/bin/rsync-ssl
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/rsync-ssl.1.gz
-rw-r--r-- root/root usr/share/man/man1/rsync.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/rsyncd.conf.5.gz

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVequNrHjtlxM08Uy84GyD/FUdBqmMr3cUDoLvkci9LPyCvLsilUr1B4GcXouu3KoE0kjaD/s+7PZI4HR0UO/LLBAE=
SHA256 (Pkgfile) = b45f30f6090abeae5787819a6518fa50495e3b58c5703eff8a76a15233bad085
SHA256 (.footprint) = 66208e83d257797b507df7559291a4059dba7f26019d5832ef535e6f3bd4c71a
SHA256 (rsync-3.1.3.tar.gz) = 55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0
RWRJc1FUaeVeqnDYXhnVbAUv6zzT992gI0zqabojXpXqI9bZ5zfvLpDcuQE0SeoJ2cZbm2TKKhiojWoSQdGGgbE9lyjCjqe57wM=
SHA256 (Pkgfile) = e7b75a860788d18d7601aa76def14b97cdd9e2b26382503dbfad1b701a78a080
SHA256 (.footprint) = bf468272af3c29c8b4b4d150730c23071cf0093dc06172548b7dbddaeee6c3c3
SHA256 (rsync-3.2.0.tar.gz) = 90127fdfb1a0c5fa655f2577e5495a40907903ac98f346f225f867141424fa25
SHA256 (rsyncd.conf) = 095447801d8ba0101809c18acfb5a492c65323bed9ef5dd3739b3af5e9f7c56d
SHA256 (rsyncd) = e8dc013ff31ee7b1f249fcfbde579ec76fe3103f61d26d098d45290727060c85
SHA256 (rsync.driver) = 5e0f94a972cf7e47f153ccd0ac454ec2bd3056a834b69e82d3f3984d44308ef7

View File

@ -1,10 +1,10 @@
# Description: Utility for incremental file transfers over networks
# URL: https://rsync.samba.org
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: acl
# Depends on: acl openssl zlib
name=rsync
version=3.1.3
version=3.2.0
release=1
source=(https://download.samba.org/pub/rsync/$name-$version.tar.gz \
rsyncd.conf rsyncd rsync.driver)
@ -14,8 +14,11 @@ build () {
./configure --prefix=/usr \
--with-rsh=ssh \
--with-included-popt \
--with-included-zlib
--with-included-zlib=no \
--with-included-popt=yes \
--disable-xxhash \
--disable-lz4 \
--disable-zstd
make
make DESTDIR=$PKG install