mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libgpg-error: Version bump. 1.47 -> 1.50.
@ 2024-07-15 17:47 Christian Melki
  2024-08-05  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-07-15 17:47 UTC (permalink / raw)
  To: ptxdist; +Cc: p.zabel

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 <christian.melki@t2data.com>
---
 .../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 <m.olbrich@pengutronix.de>
  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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libgpg-error: Version bump. 1.47 -> 1.50.
  2024-07-15 17:47 [ptxdist] [PATCH] libgpg-error: Version bump. 1.47 -> 1.50 Christian Melki
@ 2024-08-05  6:49 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-08-05  6:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 87e3edf2407d263d3b0746172f79226c317f2ccf.

Michael

[sent from post-receive hook]

On Mon, 05 Aug 2024 08:49:22 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> 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 <christian.melki@t2data.com>
> Message-Id: <20240715174727.3867019-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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 64a07ab6e55d..b6d098efd8ee 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 <m.olbrich@pengutronix.de>
>   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 8e8097999e9a..8cabd0a9a621 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	:= \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-05  6:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-15 17:47 [ptxdist] [PATCH] libgpg-error: Version bump. 1.47 -> 1.50 Christian Melki
2024-08-05  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox