From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 30 Oct 2024 09:01:05 +0100 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 1t63dY-002c6J-14 for lore@lore.pengutronix.de; Wed, 30 Oct 2024 09:01:05 +0100 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 1t63dY-0005Yl-Uh; Wed, 30 Oct 2024 09:01:04 +0100 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 1t63d8-00057B-Ev; Wed, 30 Oct 2024 09:00:38 +0100 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 1t63d8-0019xA-0f; Wed, 30 Oct 2024 09:00:38 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1t63d8-00HZwF-0W; Wed, 30 Oct 2024 09:00:38 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 30 Oct 2024 09:00:38 +0100 Message-Id: <20241030080038.4189716-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241018171608.3989001-1-christian.melki@t2data.com> References: <20241018171608.3989001-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libtirpc: Version bump. 1.3.5 -> 1.3.6 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: Christian Melki 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 9bb39e53957956f916deac5a6cefdb6fd8f8a6f5. Michael [sent from post-receive hook] On Wed, 30 Oct 2024 09:00:38 +0100, Christian Melki wrote: > Minor changes. > https://git.linux-nfs.org/?p=steved/libtirpc.git;a=shortlog;h=refs/tags/libtirpc-1-3-6 > > Signed-off-by: Christian Melki > Message-Id: <20241018171608.3989001-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libtirpc.make b/rules/libtirpc.make > index 477c6c617209..9b39b9a53e16 100644 > --- a/rules/libtirpc.make > +++ b/rules/libtirpc.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBTIRPC) += libtirpc > # > # Paths and names > # > -LIBTIRPC_VERSION := 1.3.5 > -LIBTIRPC_MD5 := 59a5aba60d99621963d0109f95b622f2 > +LIBTIRPC_VERSION := 1.3.6 > +LIBTIRPC_MD5 := 8de9e6af16c4bc65ba40d0924745f5b7 > LIBTIRPC := libtirpc-$(LIBTIRPC_VERSION) > LIBTIRPC_SUFFIX := tar.bz2 > LIBTIRPC_URL := $(call ptx/mirror, SF, libtirpc/$(LIBTIRPC).$(LIBTIRPC_SUFFIX))