From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 14 Oct 2025 11:58:49 +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 1v8bnt-007hGJ-0a for lore@lore.pengutronix.de; Tue, 14 Oct 2025 11:58:49 +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 1v8bns-0001Hh-Ul; Tue, 14 Oct 2025 11:58:48 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v8bnb-0001A3-U5; Tue, 14 Oct 2025 11:58:31 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Tue, 14 Oct 2025 11:58:16 +0200 Message-ID: <20251014095829.3337569-2-s.pueschel@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] libgpg-error: version bump 1.51 -> 1.56 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 Signed-off-by: Sven Püschel --- .../0001-gpgrt-config-improve-pkg-config-file-parsing.patch | 0 patches/{libgpg-error-1.51 => libgpg-error-1.56}/series | 0 rules/libgpg-error.make | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename patches/{libgpg-error-1.51 => libgpg-error-1.56}/0001-gpgrt-config-improve-pkg-config-file-parsing.patch (100%) rename patches/{libgpg-error-1.51 => libgpg-error-1.56}/series (100%) diff --git a/patches/libgpg-error-1.51/0001-gpgrt-config-improve-pkg-config-file-parsing.patch b/patches/libgpg-error-1.56/0001-gpgrt-config-improve-pkg-config-file-parsing.patch similarity index 100% rename from patches/libgpg-error-1.51/0001-gpgrt-config-improve-pkg-config-file-parsing.patch rename to patches/libgpg-error-1.56/0001-gpgrt-config-improve-pkg-config-file-parsing.patch diff --git a/patches/libgpg-error-1.51/series b/patches/libgpg-error-1.56/series similarity index 100% rename from patches/libgpg-error-1.51/series rename to patches/libgpg-error-1.56/series diff --git a/rules/libgpg-error.make b/rules/libgpg-error.make index 50e801b41..4fed399bf 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.51 -LIBGPG_ERROR_MD5 := 74b73ea044685ce9fd6043a8cc885eac +LIBGPG_ERROR_VERSION := 1.56 +LIBGPG_ERROR_MD5 := af3544d4112b381edacca04a7e804999 LIBGPG_ERROR := libgpg-error-$(LIBGPG_ERROR_VERSION) LIBGPG_ERROR_SUFFIX := tar.bz2 LIBGPG_ERROR_URL := \ -- 2.47.3