Some changes. Mostly new api functions. https://github.com/gpg/libgpg-error/blob/libgpg-error-1.50/NEWS
* Forward patchset with adjustment of offsets, applies cleanly. Signed-off-by: Christian Melki <[email protected]> --- .../0001-gpgrt-config-improve-pkg-config-file-parsing.patch | 4 ++-- patches/{libgpg-error-1.47 => libgpg-error-1.50}/series | 0 rules/libgpg-error.make | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename patches/{libgpg-error-1.47 => libgpg-error-1.50}/0001-gpgrt-config-improve-pkg-config-file-parsing.patch (92%) rename patches/{libgpg-error-1.47 => libgpg-error-1.50}/series (100%) diff --git a/patches/libgpg-error-1.47/0001-gpgrt-config-improve-pkg-config-file-parsing.patch b/patches/libgpg-error-1.50/0001-gpgrt-config-improve-pkg-config-file-parsing.patch similarity index 92% rename from patches/libgpg-error-1.47/0001-gpgrt-config-improve-pkg-config-file-parsing.patch rename to patches/libgpg-error-1.50/0001-gpgrt-config-improve-pkg-config-file-parsing.patch index 64a07ab6e..b6d098efd 100644 --- a/patches/libgpg-error-1.47/0001-gpgrt-config-improve-pkg-config-file-parsing.patch +++ b/patches/libgpg-error-1.50/0001-gpgrt-config-improve-pkg-config-file-parsing.patch @@ -11,7 +11,7 @@ Signed-off-by: Michael Olbrich <[email protected]> 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gpgrt-config.in b/src/gpgrt-config.in -index 3aaa24329ecf..3bbc9e0e6184 100644 +index 55e0a739dcfe..06275ff88d98 100644 --- a/src/gpgrt-config.in +++ b/src/gpgrt-config.in @@ -166,6 +166,7 @@ read_config_file () { @@ -22,7 +22,7 @@ index 3aaa24329ecf..3bbc9e0e6184 100644 read_config_from_stdin $RESULT < $RESULT } -@@ -522,7 +523,7 @@ output="" +@@ -595,7 +596,7 @@ output="" mt="no" diff --git a/patches/libgpg-error-1.47/series b/patches/libgpg-error-1.50/series similarity index 100% rename from patches/libgpg-error-1.47/series rename to patches/libgpg-error-1.50/series diff --git a/rules/libgpg-error.make b/rules/libgpg-error.make index 8e8097999..8cabd0a9a 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.47 -LIBGPG_ERROR_MD5 := 58e054ca192a77226c4822bbee1b7fdb +LIBGPG_ERROR_VERSION := 1.50 +LIBGPG_ERROR_MD5 := 80e905ce798553c766e3384467dc55ea LIBGPG_ERROR := libgpg-error-$(LIBGPG_ERROR_VERSION) LIBGPG_ERROR_SUFFIX := tar.bz2 LIBGPG_ERROR_URL := \ -- 2.34.1
