From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 19 Oct 2025 14:05:51 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vASAZ-009X7h-1u for lore@lore.pengutronix.de; Sun, 19 Oct 2025 14:05:51 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vASAZ-0004if-5b; Sun, 19 Oct 2025 14:05:51 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vASAA-0003vj-7T; Sun, 19 Oct 2025 14:05:26 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vASAA-004NUl-05; Sun, 19 Oct 2025 14:05:26 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vASA9-00000002khn-45Wb; Sun, 19 Oct 2025 14:05:25 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 19 Oct 2025 14:05:25 +0200 Message-ID: <20251019120525.656184-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251015122625.3276516-1-s.pueschel@pengutronix.de> References: <20251015122625.3276516-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] rsync3: version bump 3.2.7 -> 3.4.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 032d00d2396b85d0f192cd7af11ea20e2193036c. Michael [sent from post-receive hook] On Sun, 19 Oct 2025 14:05:25 +0200, Sven Püschel 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 > Message-Id: <20251015122625.3276516-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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