rsync: update dependencies for rrsync

- update dependencies from perl to python
- support dropbear

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
Maxim Storchak
2025-08-26 20:51:55 +03:00
committed by Tianling Shen
parent 6b27cc5170
commit b0a6a9147b

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=rsync PKG_NAME:=rsync
PKG_VERSION:=3.4.1 PKG_VERSION:=3.4.1
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://download.samba.org/pub/$(PKG_NAME)/src PKG_SOURCE_URL:=https://download.samba.org/pub/$(PKG_NAME)/src
@@ -76,7 +76,7 @@ define Package/rrsync
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=File Transfer SUBMENU:=File Transfer
TITLE:=Restricted rsync script TITLE:=Restricted rsync script
DEPENDS:=+rsync +perlbase-file +perl @(PACKAGE_openssh-server||PACKAGE_openssh-server-pam) DEPENDS:=+rsync python3-light @(PACKAGE_openssh-server||PACKAGE_openssh-server-pam||(PACKAGE_dropbear&&DROPBEAR_SVR_PUBKEY_OPTIONS))
URL:=https://www.samba.org/ftp/unpacked/rsync/support/rrsync URL:=https://www.samba.org/ftp/unpacked/rsync/support/rrsync
endef endef