From b0a6a9147b02330a8e3e711bb6927c9911c8cc17 Mon Sep 17 00:00:00 2001 From: Maxim Storchak Date: Tue, 26 Aug 2025 20:51:55 +0300 Subject: [PATCH] rsync: update dependencies for rrsync - update dependencies from perl to python - support dropbear Signed-off-by: Maxim Storchak --- net/rsync/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index ed5a9c832c..5a7f93e38e 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rsync PKG_VERSION:=3.4.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.samba.org/pub/$(PKG_NAME)/src @@ -76,7 +76,7 @@ define Package/rrsync CATEGORY:=Network SUBMENU:=File Transfer 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 endef -- 2.30.2