From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 17 Feb 2025 08:25:50 +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 1tjvVm-003OCP-32 for lore@lore.pengutronix.de; Mon, 17 Feb 2025 08:25:50 +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 1tjvVl-0006Xx-RO; Mon, 17 Feb 2025 08:25:49 +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 1tjvUc-00043Y-9i; Mon, 17 Feb 2025 08:24: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 1tjvUc-001Mpz-0H; Mon, 17 Feb 2025 08:24:38 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tjvUc-000DiX-08; Mon, 17 Feb 2025 08:24:38 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 17 Feb 2025 08:24:38 +0100 Message-Id: <20250217072438.52722-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250212195554.2795439-1-christian.melki@t2data.com> References: <20250212195554.2795439-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libslirp: Version bump. 4.8.0 -> 4.9.0 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 1096329d37f5bd7c4c509d76e01a8319055d91bc. Michael [sent from post-receive hook] On Mon, 17 Feb 2025 08:24:37 +0100, Christian Melki wrote: > Corrected a big mistake in the rules file I didn't previously notice. > It was pointing to a static 4.7.0 url, despite being 4.8.0 in the version. > Correct it. Technically this bumps it through two releases. > > https://gitlab.freedesktop.org/slirp/libslirp/-/releases/v4.9.0 > https://gitlab.freedesktop.org/slirp/libslirp/-/releases/v4.8.0 > > Signed-off-by: Christian Melki > Message-Id: <20250212195554.2795439-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libslirp.make b/rules/libslirp.make > index 4f0832ddca90..1db03cee7ff2 100644 > --- a/rules/libslirp.make > +++ b/rules/libslirp.make > @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBSLIRP) += libslirp > # > # Paths and names > # > -LIBSLIRP_VERSION := 4.8.0 > -LIBSLIRP_MD5 := 4f701d26a46fe9bf6db302aef6ed467f > +LIBSLIRP_VERSION := 4.9.0 > +LIBSLIRP_MD5 := 31dbbfe667297a5931e56ba78f69c64f > LIBSLIRP := libslirp-v$(LIBSLIRP_VERSION) > LIBSLIRP_SUFFIX := tar.bz2 > -LIBSLIRP_URL := https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v4.7.0/$(LIBSLIRP).$(LIBSLIRP_SUFFIX) > +LIBSLIRP_URL := https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v$(LIBSLIRP_VERSION)/$(LIBSLIRP).$(LIBSLIRP_SUFFIX) > LIBSLIRP_SOURCE := $(SRCDIR)/$(LIBSLIRP).$(LIBSLIRP_SUFFIX) > LIBSLIRP_DIR := $(BUILDDIR)/$(LIBSLIRP) > LIBSLIRP_LICENSE := BSD-3-Clause AND MIT