From f1766f18a5afffd2c85da6a392f109adb3c817fd Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 6 May 2025 14:07:31 +0200 Subject: [PATCH] libgpg_error, bump to 1.55 (#12331) --- ...pg_error-1.51.recipe => libgpg_error-1.55.recipe} | 4 ++-- ...rror-1.51.patchset => libgpg_error-1.55.patchset} | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) rename dev-libs/libgpg_error/{libgpg_error-1.51.recipe => libgpg_error-1.55.recipe} (95%) rename dev-libs/libgpg_error/patches/{libgpg_error-1.51.patchset => libgpg_error-1.55.patchset} (88%) diff --git a/dev-libs/libgpg_error/libgpg_error-1.51.recipe b/dev-libs/libgpg_error/libgpg_error-1.55.recipe similarity index 95% rename from dev-libs/libgpg_error/libgpg_error-1.51.recipe rename to dev-libs/libgpg_error/libgpg_error-1.55.recipe index 781f9feaa..5e380a11e 100644 --- a/dev-libs/libgpg_error/libgpg_error-1.51.recipe +++ b/dev-libs/libgpg_error/libgpg_error-1.55.recipe @@ -7,14 +7,14 @@ COPYRIGHT="2003-2018 g10 Code GmbH" LICENSE="GNU LGPL v2.1" REVISION="1" SOURCE_URI="https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-$portVersion.tar.bz2" -CHECKSUM_SHA256="be0f1b2db6b93eed55369cdf79f19f72750c8c7c39fc20b577e724545427e6b2" +CHECKSUM_SHA256="95b178148863f07d45df0cea67e880a79b9ef71f5d230baddc0071128516ef78" SOURCE_DIR="libgpg-error-$portVersion" PATCHES="libgpg_error-$portVersion.patchset" ARCHITECTURES="all" SECONDARY_ARCHITECTURES="x86" -libVersion="0.38.0" +libVersion="0.39.3" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" portVersionCompat="$portVersion compat >= 1" diff --git a/dev-libs/libgpg_error/patches/libgpg_error-1.51.patchset b/dev-libs/libgpg_error/patches/libgpg_error-1.55.patchset similarity index 88% rename from dev-libs/libgpg_error/patches/libgpg_error-1.51.patchset rename to dev-libs/libgpg_error/patches/libgpg_error-1.55.patchset index 8f99ef532..7f2866c83 100644 --- a/dev-libs/libgpg_error/patches/libgpg_error-1.51.patchset +++ b/dev-libs/libgpg_error/patches/libgpg_error-1.55.patchset @@ -1,4 +1,4 @@ -From 6677fbf3c265b5b911ef8287aac9beafb2bf5067 Mon Sep 17 00:00:00 2001 +From 751feac44faab0c11700368fe1e85acef820e0ee Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 5 Aug 2014 16:25:46 +0000 Subject: haiku patch @@ -18,17 +18,17 @@ index 188f7a4..d270f38 100644 print "static const int err_code_from_index[] = {"; header = 0; -- -2.37.3 +2.48.1 -From b37c66b911c7a74cfcfa44bc14e055b8b7b51778 Mon Sep 17 00:00:00 2001 +From 96ef2236a03b9560484ed72b067f2414e8117526 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Wed, 17 Jan 2018 22:03:45 +0000 Subject: Do not use __GNUC_PATCHLEVEL__ if it's not defined. diff --git a/doc/yat2m.c b/doc/yat2m.c -index c2806e3..0736eb8 100644 +index a7f072e..3f5ff5c 100644 --- a/doc/yat2m.c +++ b/doc/yat2m.c @@ -105,9 +105,14 @@ @@ -47,7 +47,7 @@ index c2806e3..0736eb8 100644 # define MY_GCC_VERSION 0 #endif diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in -index bce028e..3648875 100644 +index 4b4c60f..d9bcdd7 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -153,9 +153,14 @@ typedef unsigned int gpg_error_t; @@ -66,5 +66,5 @@ index bce028e..3648875 100644 # define _GPG_ERR_GCC_VERSION 0 #endif -- -2.37.3 +2.48.1