From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 10 Jan 2024 17:58:03 +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 1rNbtz-00BrOS-1S for lore@lore.pengutronix.de; Wed, 10 Jan 2024 17:58:03 +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 1rNbtz-0004kx-5v; Wed, 10 Jan 2024 17:58:03 +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 1rNbtR-0003te-69; Wed, 10 Jan 2024 17:57:29 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rNbtQ-001k5p-Pz; Wed, 10 Jan 2024 17:57:28 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rNbtQ-00HaIP-2S; Wed, 10 Jan 2024 17:57:28 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 10 Jan 2024 17:57:28 +0100 Message-Id: <20240110165728.4191090-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231221151430.6104-2-bruno.thomsen@gmail.com> References: <20231221151430.6104-2-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libgpg-error: version bump 1.45 -> 1.47 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: Bruno Thomsen 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 e55e2f88a737847b84099e7dd8d5775201fabb7a. Michael [sent from post-receive hook] On Wed, 10 Jan 2024 17:57:28 +0100, Bruno Thomsen wrote: > New option --enable-install-gpg-error-config to install deprecated > gpg-error-config. > > Signed-off-by: Bruno Thomsen > Message-Id: <20231221151430.6104-2-bruno.thomsen@gmail.com> > [mol: don't forget the patch, it's still needed] > Signed-off-by: Michael Olbrich > > diff --git a/patches/libgpg-error-1.45/0001-gpgrt-config-improve-pkg-config-file-parsing.patch b/patches/libgpg-error-1.47/0001-gpgrt-config-improve-pkg-config-file-parsing.patch > similarity index 100% > rename from patches/libgpg-error-1.45/0001-gpgrt-config-improve-pkg-config-file-parsing.patch > rename to patches/libgpg-error-1.47/0001-gpgrt-config-improve-pkg-config-file-parsing.patch > diff --git a/patches/libgpg-error-1.45/series b/patches/libgpg-error-1.47/series > similarity index 100% > rename from patches/libgpg-error-1.45/series > rename to patches/libgpg-error-1.47/series > diff --git a/rules/libgpg-error.make b/rules/libgpg-error.make > index 61e7e0a11990..32f1390d1774 100644 > --- a/rules/libgpg-error.make > +++ b/rules/libgpg-error.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBGPG_ERROR) += libgpg-error > # > # Paths and names > # > -LIBGPG_ERROR_VERSION := 1.45 > -LIBGPG_ERROR_MD5 := 3bb15e0c29d3a680db7cef15143615e1 > +LIBGPG_ERROR_VERSION := 1.47 > +LIBGPG_ERROR_MD5 := 58e054ca192a77226c4822bbee1b7fdb > LIBGPG_ERROR := libgpg-error-$(LIBGPG_ERROR_VERSION) > LIBGPG_ERROR_SUFFIX := tar.bz2 > LIBGPG_ERROR_URL := \