From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 10 Jan 2024 18:11:15 +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 1rNc6l-00Bs3y-2l for lore@lore.pengutronix.de; Wed, 10 Jan 2024 18:11:15 +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 1rNc6l-00032f-D1; Wed, 10 Jan 2024 18:11:15 +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 1rNc6d-00032N-4o; Wed, 10 Jan 2024 18:11:07 +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 1rNc6c-001kYL-OO; Wed, 10 Jan 2024 18:11:06 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rNc6c-0003Xu-2I; Wed, 10 Jan 2024 18:11:06 +0100 Date: Wed, 10 Jan 2024 18:11:06 +0100 From: Michael Olbrich To: Bruno Thomsen Message-ID: Mail-Followup-To: Bruno Thomsen , ptxdist@pengutronix.de References: <20240102175650.5092-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240102175650.5092-1-bruno.thomsen@gmail.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH v2] 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: ptxdist@pengutronix.de 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 On Tue, Jan 02, 2024 at 06:56:50PM +0100, Bruno Thomsen wrote: > New option --enable-install-gpg-error-config to install deprecated > gpg-error-config. > > Signed-off-by: Bruno Thomsen > --- > v2: > - Move existing patches forward, applies clean. I somehow misst the new version and applied the old version with a fixup to move keep the patch. Just in case you're wondering why I added the comment in the commit message... Sorry about that. Michael > .../0001-gpgrt-config-improve-pkg-config-file-parsing.patch | 0 > patches/{libgpg-error-1.45 => libgpg-error-1.47}/series | 0 > rules/libgpg-error.make | 4 ++-- > 3 files changed, 2 insertions(+), 2 deletions(-) > rename patches/{libgpg-error-1.45 => libgpg-error-1.47}/0001-gpgrt-config-improve-pkg-config-file-parsing.patch (100%) > rename patches/{libgpg-error-1.45 => libgpg-error-1.47}/series (100%) > > 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 := \ > > base-commit: 6c8952685f05b011c21dec645d990bad4776e6a4 > -- > 2.43.0 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |