mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/5] gnupg: version bump 2.3.7 -> 2.4.3
@ 2023-12-21 15:14 Bruno Thomsen
  2023-12-21 15:14 ` [ptxdist] [PATCH 2/5] libgpg-error: version bump 1.45 -> 1.47 Bruno Thomsen
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Bruno Thomsen @ 2023-12-21 15:14 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

[Announce] GnuPG 2.3.8 released
https://lists.gnupg.org/pipermail/gnupg-announce/2022q4/000476.html
[Announce] GnuPG 2.4.0 released (silver anniversary)
https://lists.gnupg.org/pipermail/gnupg-announce/2022q4/000477.html
[Announce] GnuPG 2.4.1 released
https://lists.gnupg.org/pipermail/gnupg-announce/2023q2/000478.html
[Announce] GnuPG 2.4.2 released
https://lists.gnupg.org/pipermail/gnupg-announce/2023q2/000479.html
[Announce] GnuPG 2.4.3 released
https://lists.gnupg.org/pipermail/gnupg-announce/2023q3/000480.html

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/gnupg.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/gnupg.make b/rules/gnupg.make
index c5ec8e844d18..1a90f472f9bf 100644
--- a/rules/gnupg.make
+++ b/rules/gnupg.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GNUPG) += gnupg
 #
 # Paths and names
 #
-GNUPG_VERSION	:= 2.3.7
-GNUPG_MD5	:= 1c6a6722b9cececcf10ca4e24106e34b
+GNUPG_VERSION	:= 2.4.3
+GNUPG_MD5	:= e21ab42c629af80f19f813eeb61aa939
 GNUPG		:= gnupg-$(GNUPG_VERSION)
 GNUPG_SUFFIX	:= tar.bz2
 GNUPG_URL	:= \

base-commit: 6c8952685f05b011c21dec645d990bad4776e6a4
-- 
2.43.0




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

* [ptxdist] [PATCH 2/5] libgpg-error: version bump 1.45 -> 1.47
  2023-12-21 15:14 [ptxdist] [PATCH 1/5] gnupg: version bump 2.3.7 -> 2.4.3 Bruno Thomsen
@ 2023-12-21 15:14 ` Bruno Thomsen
  2024-01-10 16:57   ` [ptxdist] [APPLIED] " Michael Olbrich
  2023-12-21 15:14 ` [ptxdist] [PATCH 3/5] libgcrypt: version bump 1.10.1 -> 1.10.3 Bruno Thomsen
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Bruno Thomsen @ 2023-12-21 15:14 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

New option --enable-install-gpg-error-config to install deprecated
gpg-error-config.

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/libgpg-error.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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	:= \
-- 
2.43.0




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

* [ptxdist] [PATCH 3/5] libgcrypt: version bump 1.10.1 -> 1.10.3
  2023-12-21 15:14 [ptxdist] [PATCH 1/5] gnupg: version bump 2.3.7 -> 2.4.3 Bruno Thomsen
  2023-12-21 15:14 ` [ptxdist] [PATCH 2/5] libgpg-error: version bump 1.45 -> 1.47 Bruno Thomsen
@ 2023-12-21 15:14 ` Bruno Thomsen
  2024-01-10 16:57   ` [ptxdist] [APPLIED] " Michael Olbrich
  2023-12-21 15:14 ` [ptxdist] [PATCH 4/5] libksba: version bump 1.6.0 -> 1.6.5 Bruno Thomsen
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Bruno Thomsen @ 2023-12-21 15:14 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

New option --with-libtool-modification control how local modification of
libtool for Windows are handled.

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/libgcrypt.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make
index 1e415fd2c451..c1101d7a43ae 100644
--- a/rules/libgcrypt.make
+++ b/rules/libgcrypt.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBGCRYPT) += libgcrypt
 #
 # Paths and names
 #
-LIBGCRYPT_VERSION	:= 1.10.1
-LIBGCRYPT_MD5		:= 8fadbe1fddafa341dce5ef3869f70e25
+LIBGCRYPT_VERSION	:= 1.10.3
+LIBGCRYPT_MD5		:= a8cada0b343e10dbee51c9e92d856a94
 LIBGCRYPT		:= libgcrypt-$(LIBGCRYPT_VERSION)
 LIBGCRYPT_SUFFIX	:= tar.bz2
 LIBGCRYPT_URL		:= https://www.gnupg.org/ftp/gcrypt/libgcrypt/$(LIBGCRYPT).$(LIBGCRYPT_SUFFIX)
-- 
2.43.0




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

* [ptxdist] [PATCH 4/5] libksba: version bump 1.6.0 -> 1.6.5
  2023-12-21 15:14 [ptxdist] [PATCH 1/5] gnupg: version bump 2.3.7 -> 2.4.3 Bruno Thomsen
  2023-12-21 15:14 ` [ptxdist] [PATCH 2/5] libgpg-error: version bump 1.45 -> 1.47 Bruno Thomsen
  2023-12-21 15:14 ` [ptxdist] [PATCH 3/5] libgcrypt: version bump 1.10.1 -> 1.10.3 Bruno Thomsen
@ 2023-12-21 15:14 ` Bruno Thomsen
  2024-01-10 16:57   ` [ptxdist] [APPLIED] " Michael Olbrich
  2023-12-21 15:14 ` [ptxdist] [PATCH 5/5] libassuan: version bump 2.5.5 -> 2.5.6 Bruno Thomsen
  2024-01-10 16:57 ` [ptxdist] [APPLIED] gnupg: version bump 2.3.7 -> 2.4.3 Michael Olbrich
  4 siblings, 1 reply; 10+ messages in thread
From: Bruno Thomsen @ 2023-12-21 15:14 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

New option --with-libtool-modification control how local modification of
libtool for Windows are handled.

[Announce] [CVE-2022-3515] GnuPG / Libksba Security Advisory
https://lists.gnupg.org/pipermail/gnupg-announce/2022q4/000475.html

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/libksba.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libksba.make b/rules/libksba.make
index 631cb826f80a..853fe90abc07 100644
--- a/rules/libksba.make
+++ b/rules/libksba.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBKSBA) += libksba
 #
 # Paths and names
 #
-LIBKSBA_VERSION	:= 1.6.0
-LIBKSBA_MD5	:= d333b2e1381068d4f9a328240f062f0f
+LIBKSBA_VERSION	:= 1.6.5
+LIBKSBA_MD5	:= 57b88e5d24c8705d9a3ba3832140d188
 LIBKSBA		:= libksba-$(LIBKSBA_VERSION)
 LIBKSBA_SUFFIX	:= tar.bz2
 LIBKSBA_URL	:= \
-- 
2.43.0




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

* [ptxdist] [PATCH 5/5] libassuan: version bump 2.5.5 -> 2.5.6
  2023-12-21 15:14 [ptxdist] [PATCH 1/5] gnupg: version bump 2.3.7 -> 2.4.3 Bruno Thomsen
                   ` (2 preceding siblings ...)
  2023-12-21 15:14 ` [ptxdist] [PATCH 4/5] libksba: version bump 1.6.0 -> 1.6.5 Bruno Thomsen
@ 2023-12-21 15:14 ` Bruno Thomsen
  2024-01-10 16:57   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-01-10 16:57 ` [ptxdist] [APPLIED] gnupg: version bump 2.3.7 -> 2.4.3 Michael Olbrich
  4 siblings, 1 reply; 10+ messages in thread
From: Bruno Thomsen @ 2023-12-21 15:14 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/libassuan.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libassuan.make b/rules/libassuan.make
index f7cbd9b8674f..225cdc4997cf 100644
--- a/rules/libassuan.make
+++ b/rules/libassuan.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBASSUAN) += libassuan
 #
 # Paths and names
 #
-LIBASSUAN_VERSION	:= 2.5.5
-LIBASSUAN_MD5		:= 7194453152bb67e3d45da698762b5d6f
+LIBASSUAN_VERSION	:= 2.5.6
+LIBASSUAN_MD5		:= 9c22e76168675ec996b9d620ffbb7b27
 LIBASSUAN		:= libassuan-$(LIBASSUAN_VERSION)
 LIBASSUAN_SUFFIX	:= tar.bz2
 LIBASSUAN_URL		:= https://www.gnupg.org/ftp/gcrypt/libassuan/$(LIBASSUAN).$(LIBASSUAN_SUFFIX)
-- 
2.43.0




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

* Re: [ptxdist] [APPLIED] gnupg: version bump 2.3.7 -> 2.4.3
  2023-12-21 15:14 [ptxdist] [PATCH 1/5] gnupg: version bump 2.3.7 -> 2.4.3 Bruno Thomsen
                   ` (3 preceding siblings ...)
  2023-12-21 15:14 ` [ptxdist] [PATCH 5/5] libassuan: version bump 2.5.5 -> 2.5.6 Bruno Thomsen
@ 2024-01-10 16:57 ` Michael Olbrich
  4 siblings, 0 replies; 10+ messages in thread
From: Michael Olbrich @ 2024-01-10 16:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 2b2e25425335ffbbca51b136ea2b12038e3faeb0.

Michael

[sent from post-receive hook]

On Wed, 10 Jan 2024 17:57:27 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> [Announce] GnuPG 2.3.8 released
> https://lists.gnupg.org/pipermail/gnupg-announce/2022q4/000476.html
> [Announce] GnuPG 2.4.0 released (silver anniversary)
> https://lists.gnupg.org/pipermail/gnupg-announce/2022q4/000477.html
> [Announce] GnuPG 2.4.1 released
> https://lists.gnupg.org/pipermail/gnupg-announce/2023q2/000478.html
> [Announce] GnuPG 2.4.2 released
> https://lists.gnupg.org/pipermail/gnupg-announce/2023q2/000479.html
> [Announce] GnuPG 2.4.3 released
> https://lists.gnupg.org/pipermail/gnupg-announce/2023q3/000480.html
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20231221151430.6104-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/gnupg.make b/rules/gnupg.make
> index c5ec8e844d18..1a90f472f9bf 100644
> --- a/rules/gnupg.make
> +++ b/rules/gnupg.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GNUPG) += gnupg
>  #
>  # Paths and names
>  #
> -GNUPG_VERSION	:= 2.3.7
> -GNUPG_MD5	:= 1c6a6722b9cececcf10ca4e24106e34b
> +GNUPG_VERSION	:= 2.4.3
> +GNUPG_MD5	:= e21ab42c629af80f19f813eeb61aa939
>  GNUPG		:= gnupg-$(GNUPG_VERSION)
>  GNUPG_SUFFIX	:= tar.bz2
>  GNUPG_URL	:= \



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

* Re: [ptxdist] [APPLIED] libgpg-error: version bump 1.45 -> 1.47
  2023-12-21 15:14 ` [ptxdist] [PATCH 2/5] libgpg-error: version bump 1.45 -> 1.47 Bruno Thomsen
@ 2024-01-10 16:57   ` Michael Olbrich
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Olbrich @ 2024-01-10 16:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as e55e2f88a737847b84099e7dd8d5775201fabb7a.

Michael

[sent from post-receive hook]

On Wed, 10 Jan 2024 17:57:28 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> New option --enable-install-gpg-error-config to install deprecated
> gpg-error-config.
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20231221151430.6104-2-bruno.thomsen@gmail.com>
> [mol: don't forget the patch, it's still needed]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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	:= \



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

* Re: [ptxdist] [APPLIED] libgcrypt: version bump 1.10.1 -> 1.10.3
  2023-12-21 15:14 ` [ptxdist] [PATCH 3/5] libgcrypt: version bump 1.10.1 -> 1.10.3 Bruno Thomsen
@ 2024-01-10 16:57   ` Michael Olbrich
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Olbrich @ 2024-01-10 16:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 2651bda953ba4ffe9478b4fe80743909237b0126.

Michael

[sent from post-receive hook]

On Wed, 10 Jan 2024 17:57:29 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> New option --with-libtool-modification control how local modification of
> libtool for Windows are handled.
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20231221151430.6104-3-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make
> index 1e415fd2c451..c1101d7a43ae 100644
> --- a/rules/libgcrypt.make
> +++ b/rules/libgcrypt.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBGCRYPT) += libgcrypt
>  #
>  # Paths and names
>  #
> -LIBGCRYPT_VERSION	:= 1.10.1
> -LIBGCRYPT_MD5		:= 8fadbe1fddafa341dce5ef3869f70e25
> +LIBGCRYPT_VERSION	:= 1.10.3
> +LIBGCRYPT_MD5		:= a8cada0b343e10dbee51c9e92d856a94
>  LIBGCRYPT		:= libgcrypt-$(LIBGCRYPT_VERSION)
>  LIBGCRYPT_SUFFIX	:= tar.bz2
>  LIBGCRYPT_URL		:= https://www.gnupg.org/ftp/gcrypt/libgcrypt/$(LIBGCRYPT).$(LIBGCRYPT_SUFFIX)



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

* Re: [ptxdist] [APPLIED] libksba: version bump 1.6.0 -> 1.6.5
  2023-12-21 15:14 ` [ptxdist] [PATCH 4/5] libksba: version bump 1.6.0 -> 1.6.5 Bruno Thomsen
@ 2024-01-10 16:57   ` Michael Olbrich
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Olbrich @ 2024-01-10 16:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 7675b31c76324034039fa0e2a2822c21c99dcf53.

Michael

[sent from post-receive hook]

On Wed, 10 Jan 2024 17:57:30 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> New option --with-libtool-modification control how local modification of
> libtool for Windows are handled.
> 
> [Announce] [CVE-2022-3515] GnuPG / Libksba Security Advisory
> https://lists.gnupg.org/pipermail/gnupg-announce/2022q4/000475.html
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20231221151430.6104-4-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libksba.make b/rules/libksba.make
> index 631cb826f80a..853fe90abc07 100644
> --- a/rules/libksba.make
> +++ b/rules/libksba.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBKSBA) += libksba
>  #
>  # Paths and names
>  #
> -LIBKSBA_VERSION	:= 1.6.0
> -LIBKSBA_MD5	:= d333b2e1381068d4f9a328240f062f0f
> +LIBKSBA_VERSION	:= 1.6.5
> +LIBKSBA_MD5	:= 57b88e5d24c8705d9a3ba3832140d188
>  LIBKSBA		:= libksba-$(LIBKSBA_VERSION)
>  LIBKSBA_SUFFIX	:= tar.bz2
>  LIBKSBA_URL	:= \



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

* Re: [ptxdist] [APPLIED] libassuan: version bump 2.5.5 -> 2.5.6
  2023-12-21 15:14 ` [ptxdist] [PATCH 5/5] libassuan: version bump 2.5.5 -> 2.5.6 Bruno Thomsen
@ 2024-01-10 16:57   ` Michael Olbrich
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Olbrich @ 2024-01-10 16:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as b123d007fa000df64eecd32e2576421e11fcd547.

Michael

[sent from post-receive hook]

On Wed, 10 Jan 2024 17:57:31 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20231221151430.6104-5-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libassuan.make b/rules/libassuan.make
> index f7cbd9b8674f..225cdc4997cf 100644
> --- a/rules/libassuan.make
> +++ b/rules/libassuan.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBASSUAN) += libassuan
>  #
>  # Paths and names
>  #
> -LIBASSUAN_VERSION	:= 2.5.5
> -LIBASSUAN_MD5		:= 7194453152bb67e3d45da698762b5d6f
> +LIBASSUAN_VERSION	:= 2.5.6
> +LIBASSUAN_MD5		:= 9c22e76168675ec996b9d620ffbb7b27
>  LIBASSUAN		:= libassuan-$(LIBASSUAN_VERSION)
>  LIBASSUAN_SUFFIX	:= tar.bz2
>  LIBASSUAN_URL		:= https://www.gnupg.org/ftp/gcrypt/libassuan/$(LIBASSUAN).$(LIBASSUAN_SUFFIX)



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

end of thread, other threads:[~2024-01-10 16:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-21 15:14 [ptxdist] [PATCH 1/5] gnupg: version bump 2.3.7 -> 2.4.3 Bruno Thomsen
2023-12-21 15:14 ` [ptxdist] [PATCH 2/5] libgpg-error: version bump 1.45 -> 1.47 Bruno Thomsen
2024-01-10 16:57   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-12-21 15:14 ` [ptxdist] [PATCH 3/5] libgcrypt: version bump 1.10.1 -> 1.10.3 Bruno Thomsen
2024-01-10 16:57   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-12-21 15:14 ` [ptxdist] [PATCH 4/5] libksba: version bump 1.6.0 -> 1.6.5 Bruno Thomsen
2024-01-10 16:57   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-12-21 15:14 ` [ptxdist] [PATCH 5/5] libassuan: version bump 2.5.5 -> 2.5.6 Bruno Thomsen
2024-01-10 16:57   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-01-10 16:57 ` [ptxdist] [APPLIED] gnupg: version bump 2.3.7 -> 2.4.3 Michael Olbrich

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