* [ptxdist] [PATCH] libtasn1: Version bump. 4.17.0 -> 4.18.0
@ 2022-04-04 12:53 Christian Melki
2022-04-04 12:53 ` [ptxdist] [PATCH] gnutls: Version bump. 3.7.3 -> 3.7.4 Christian Melki
2022-04-08 13:36 ` [ptxdist] [APPLIED] libtasn1: Version bump. 4.17.0 -> 4.18.0 Michael Olbrich
0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2022-04-04 12:53 UTC (permalink / raw)
To: ptxdist
Minimal changes.
https://github.com/gnutls/libtasn1/blob/master/NEWS
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/libtasn1.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/libtasn1.make b/rules/libtasn1.make
index cd6a504c3..7e54635d2 100644
--- a/rules/libtasn1.make
+++ b/rules/libtasn1.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBTASN1) += libtasn1
#
# Paths and names
#
-LIBTASN1_VERSION := 4.17.0
-LIBTASN1_MD5 := c46f6eb3bd1287031ae5d36465094402
+LIBTASN1_VERSION := 4.18.0
+LIBTASN1_MD5 := 8203e72a2c0390515410b2ea2c032f04
LIBTASN1 := libtasn1-$(LIBTASN1_VERSION)
LIBTASN1_SUFFIX := tar.gz
LIBTASN1_URL := $(call ptx/mirror, GNU, libtasn1/$(LIBTASN1).$(LIBTASN1_SUFFIX))
--
2.32.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH] gnutls: Version bump. 3.7.3 -> 3.7.4.
2022-04-04 12:53 [ptxdist] [PATCH] libtasn1: Version bump. 4.17.0 -> 4.18.0 Christian Melki
@ 2022-04-04 12:53 ` Christian Melki
2022-04-08 9:05 ` Michael Olbrich
2022-04-08 13:36 ` [ptxdist] [APPLIED] libtasn1: Version bump. 4.17.0 -> 4.18.0 Michael Olbrich
1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2022-04-04 12:53 UTC (permalink / raw)
To: ptxdist
Various fixes and function expansion.
Notable additions:
Certificate compression. RFC8879.
More extensive x509 sanity checking configure option. RFC5280.
https://gitlab.com/gnutls/gnutls/-/blob/master/NEWS
* Remove obsoleted configure options.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/gnutls.make | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/rules/gnutls.make b/rules/gnutls.make
index bc5d69cf0..0e408f57c 100644
--- a/rules/gnutls.make
+++ b/rules/gnutls.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GNUTLS) += gnutls
#
# Paths and names
#
-GNUTLS_VERSION := 3.7.3
-GNUTLS_MD5 := 3723d8fee66c5d45d780ca64c089ed23
+GNUTLS_VERSION := 3.7.4
+GNUTLS_MD5 := 4bce06332c525eae540bb237433d4225
GNUTLS := gnutls-$(GNUTLS_VERSION)
GNUTLS_SUFFIX := tar.xz
GNUTLS_URL := https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/$(GNUTLS).$(GNUTLS_SUFFIX)
@@ -70,9 +70,6 @@ GNUTLS_CONF_OPT := \
--$(call ptx/endis, PTXCONF_GNUTLS_OPENSSL)-openssl-compatibility \
--disable-tests \
--disable-fuzzer-target \
- --disable-gtk-doc \
- --disable-gtk-doc-html \
- --disable-gtk-doc-pdf \
--disable-nls \
--disable-rpath \
--disable-seccomp-tests \
--
2.32.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH] gnutls: Version bump. 3.7.3 -> 3.7.4.
2022-04-04 12:53 ` [ptxdist] [PATCH] gnutls: Version bump. 3.7.3 -> 3.7.4 Christian Melki
@ 2022-04-08 9:05 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2022-04-08 9:05 UTC (permalink / raw)
To: Christian Melki; +Cc: ptxdist
On Mon, Apr 04, 2022 at 02:53:40PM +0200, Christian Melki wrote:
> Various fixes and function expansion.
> Notable additions:
> Certificate compression. RFC8879.
> More extensive x509 sanity checking configure option. RFC5280.
> https://gitlab.com/gnutls/gnutls/-/blob/master/NEWS
>
> * Remove obsoleted configure options.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> ---
> rules/gnutls.make | 7 ++-----
> 1 file changed, 2 insertions(+), 5 deletions(-)
>
> diff --git a/rules/gnutls.make b/rules/gnutls.make
> index bc5d69cf0..0e408f57c 100644
> --- a/rules/gnutls.make
> +++ b/rules/gnutls.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GNUTLS) += gnutls
> #
> # Paths and names
> #
> -GNUTLS_VERSION := 3.7.3
> -GNUTLS_MD5 := 3723d8fee66c5d45d780ca64c089ed23
> +GNUTLS_VERSION := 3.7.4
> +GNUTLS_MD5 := 4bce06332c525eae540bb237433d4225
> GNUTLS := gnutls-$(GNUTLS_VERSION)
> GNUTLS_SUFFIX := tar.xz
> GNUTLS_URL := https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/$(GNUTLS).$(GNUTLS_SUFFIX)
> @@ -70,9 +70,6 @@ GNUTLS_CONF_OPT := \
> --$(call ptx/endis, PTXCONF_GNUTLS_OPENSSL)-openssl-compatibility \
> --disable-tests \
> --disable-fuzzer-target \
> - --disable-gtk-doc \
> - --disable-gtk-doc-html \
> - --disable-gtk-doc-pdf \
There are some new options as well. --disable-strict-x509 since that's the
default and disable the compression options. Otherwise we'll get implicit
dependencies. Use configure_helper.py to check for the options.
Michael
> --disable-nls \
> --disable-rpath \
> --disable-seccomp-tests \
> --
> 2.32.0
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] libtasn1: Version bump. 4.17.0 -> 4.18.0
2022-04-04 12:53 [ptxdist] [PATCH] libtasn1: Version bump. 4.17.0 -> 4.18.0 Christian Melki
2022-04-04 12:53 ` [ptxdist] [PATCH] gnutls: Version bump. 3.7.3 -> 3.7.4 Christian Melki
@ 2022-04-08 13:36 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2022-04-08 13:36 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 59b4dff5c040bb89703c0ae8f7c112fac41c94f9.
Michael
[sent from post-receive hook]
On Fri, 08 Apr 2022 15:36:02 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minimal changes.
> https://github.com/gnutls/libtasn1/blob/master/NEWS
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220404125340.4135496-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/libtasn1.make b/rules/libtasn1.make
> index cd6a504c30c9..7e54635d2e92 100644
> --- a/rules/libtasn1.make
> +++ b/rules/libtasn1.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBTASN1) += libtasn1
> #
> # Paths and names
> #
> -LIBTASN1_VERSION := 4.17.0
> -LIBTASN1_MD5 := c46f6eb3bd1287031ae5d36465094402
> +LIBTASN1_VERSION := 4.18.0
> +LIBTASN1_MD5 := 8203e72a2c0390515410b2ea2c032f04
> LIBTASN1 := libtasn1-$(LIBTASN1_VERSION)
> LIBTASN1_SUFFIX := tar.gz
> LIBTASN1_URL := $(call ptx/mirror, GNU, libtasn1/$(LIBTASN1).$(LIBTASN1_SUFFIX))
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-04-08 13:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 12:53 [ptxdist] [PATCH] libtasn1: Version bump. 4.17.0 -> 4.18.0 Christian Melki
2022-04-04 12:53 ` [ptxdist] [PATCH] gnutls: Version bump. 3.7.3 -> 3.7.4 Christian Melki
2022-04-08 9:05 ` Michael Olbrich
2022-04-08 13:36 ` [ptxdist] [APPLIED] libtasn1: Version bump. 4.17.0 -> 4.18.0 Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox