@ -8,12 +8,12 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := rsync
PKG_VERSION := 3.1.3
PKG_RELEASE := 3
PKG_VERSION := 3.2.1
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://download.samba.org/pub/rsync/src
PKG_HASH := 55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0
PKG_HASH := 95f2dd62979b500a99b34c1a6453a0787ada0330e4bec7fcffad37b9062d58d3
PKG_MAINTAINER := Maxim Storchak <m.storchak@gmail.com>
PKG_LICENSE := GPL-3.0-or-later
@ -40,35 +40,22 @@ define Package/rsync/config
e n d e f
CONFIGURE_ARGS += \
--with-included-popt= no \
--without -included-popt \
--disable-debug \
--disable-asm \
--disable-iconv \
--disable-iconv-open \
--disable-lz4 \
--disable-locale \
i f e q ( $( CONFIG_RSYNC_xattr ) , y )
CONFIGURE_ARGS += --enable-xattr-support
e l s e
CONFIGURE_ARGS += --disable-xattr-support
e n d i f
i f e q ( $( CONFIG_RSYNC_acl ) , y )
CONFIGURE_ARGS += --enable-acl-support
e l s e
CONFIGURE_ARGS += --disable-acl-support
e n d i f
i f e q ( $( CONFIG_RSYNC_zlib ) , y )
CONFIGURE_ARGS += --with-included-zlib= no
e l s e
CONFIGURE_ARGS += --with-included-zlib= yes
e n d i f
i f e q ( $( CONFIG_IPV 6) , y )
TARGET_CFLAGS += -DINET6
e l s e
CONFIGURE_ARGS += --disable-ipv6
e n d i f
CONFIGURE_VARS += rsync_cv_HAVE_GETTIMEOFDAY_TZ = yes
--disable-md2man \
--disable-openssl \
--disable-simd \
--disable-xxhash \
--disable-zstd \
--$( if $( CONFIG_RSYNC_xattr) ,en,dis) able-xattr-support \
--$( if $( CONFIG_RSYNC_acl) ,en,dis) able-acl-support \
--with$( if $( CONFIG_RSYNC_zlib) ,,out) -included-zlib \
--$( if $( CONFIG_IPV6) ,en,dis) able-ipv6
d e f i n e P a c k a g e / r s y n c d
SECTION:= net