* [ptxdist] [PATCH] rsync3: version bump 3.2.7 -> 3.4.1
@ 2025-10-15 12:26 Sven Püschel
2025-10-19 12:05 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Sven Püschel @ 2025-10-15 12:26 UTC (permalink / raw)
To: ptxdist; +Cc: Sven Püschel
The COPYING specifies the GPL 3 or later after the GPL 3 text.
As this is also used in the actual source file, set the license
to GPL-3.0-or-later.
https://github.com/RsyncProject/rsync/releases/tag/v3.4.0
https://github.com/RsyncProject/rsync/releases/tag/v3.4.1
Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
rules/rsync3.make | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/rules/rsync3.make b/rules/rsync3.make
index 68eadc2aa..a35bf9ef8 100644
--- a/rules/rsync3.make
+++ b/rules/rsync3.make
@@ -14,14 +14,17 @@ PACKAGES-$(PTXCONF_RSYNC3) += rsync3
#
# Paths and names
#
-RSYNC3_VERSION := 3.2.7
-RSYNC3_MD5 := f216f350ef56b9ba61bc313cb6ec2ed6
+RSYNC3_VERSION := 3.4.1
+RSYNC3_MD5 := 04ce67866db04fd7a1cde0b78168406e
RSYNC3 := rsync-$(RSYNC3_VERSION)
RSYNC3_SUFFIX := tar.gz
RSYNC3_URL := https://download.samba.org/pub/rsync/src/$(RSYNC3).$(RSYNC3_SUFFIX)
RSYNC3_SOURCE := $(SRCDIR)/$(RSYNC3).$(RSYNC3_SUFFIX)
RSYNC3_DIR := $(BUILDDIR)/$(RSYNC3)
-RSYNC3_LICENSE := GPL-3.0-only
+RSYNC3_LICENSE := GPL-3.0-or-later
+RSYNC3_LICENSE_FILES := \
+ file://COPYING;md5=24423708fe159c9d12be1ea29fcb18c7 \
+ file://main.c;md5=5cb7de0eabde5a928beb01ae4ec7e72e
# ----------------------------------------------------------------------------
# Prepare
@@ -54,6 +57,7 @@ RSYNC3_CONF_OPT := \
--$(call ptx/endis, PTXCONF_ICONV)-iconv \
--$(call ptx/endis, PTXCONF_RSYNC3_ACL)-acl-support \
--$(call ptx/endis, PTXCONF_RSYNC3_ATTR)-xattr-support \
+ --without-rrsync \
--with-included-popt \
--without-included-zlib \
--with-secluded-args
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] rsync3: version bump 3.2.7 -> 3.4.1
2025-10-15 12:26 [ptxdist] [PATCH] rsync3: version bump 3.2.7 -> 3.4.1 Sven Püschel
@ 2025-10-19 12:05 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-10-19 12:05 UTC (permalink / raw)
To: ptxdist; +Cc: Sven Püschel
Thanks, applied as 032d00d2396b85d0f192cd7af11ea20e2193036c.
Michael
[sent from post-receive hook]
On Sun, 19 Oct 2025 14:05:25 +0200, Sven Püschel <s.pueschel@pengutronix.de> wrote:
> The COPYING specifies the GPL 3 or later after the GPL 3 text.
> As this is also used in the actual source file, set the license
> to GPL-3.0-or-later.
>
> https://github.com/RsyncProject/rsync/releases/tag/v3.4.0
> https://github.com/RsyncProject/rsync/releases/tag/v3.4.1
>
> Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
> Message-Id: <20251015122625.3276516-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/rsync3.make b/rules/rsync3.make
> index 68eadc2aa74e..a35bf9ef8bbd 100644
> --- a/rules/rsync3.make
> +++ b/rules/rsync3.make
> @@ -14,14 +14,17 @@ PACKAGES-$(PTXCONF_RSYNC3) += rsync3
> #
> # Paths and names
> #
> -RSYNC3_VERSION := 3.2.7
> -RSYNC3_MD5 := f216f350ef56b9ba61bc313cb6ec2ed6
> +RSYNC3_VERSION := 3.4.1
> +RSYNC3_MD5 := 04ce67866db04fd7a1cde0b78168406e
> RSYNC3 := rsync-$(RSYNC3_VERSION)
> RSYNC3_SUFFIX := tar.gz
> RSYNC3_URL := https://download.samba.org/pub/rsync/src/$(RSYNC3).$(RSYNC3_SUFFIX)
> RSYNC3_SOURCE := $(SRCDIR)/$(RSYNC3).$(RSYNC3_SUFFIX)
> RSYNC3_DIR := $(BUILDDIR)/$(RSYNC3)
> -RSYNC3_LICENSE := GPL-3.0-only
> +RSYNC3_LICENSE := GPL-3.0-or-later
> +RSYNC3_LICENSE_FILES := \
> + file://COPYING;md5=24423708fe159c9d12be1ea29fcb18c7 \
> + file://main.c;md5=5cb7de0eabde5a928beb01ae4ec7e72e
>
> # ----------------------------------------------------------------------------
> # Prepare
> @@ -54,6 +57,7 @@ RSYNC3_CONF_OPT := \
> --$(call ptx/endis, PTXCONF_ICONV)-iconv \
> --$(call ptx/endis, PTXCONF_RSYNC3_ACL)-acl-support \
> --$(call ptx/endis, PTXCONF_RSYNC3_ATTR)-xattr-support \
> + --without-rrsync \
> --with-included-popt \
> --without-included-zlib \
> --with-secluded-args
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-19 12:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-15 12:26 [ptxdist] [PATCH] rsync3: version bump 3.2.7 -> 3.4.1 Sven Püschel
2025-10-19 12:05 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox