From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 08 Apr 2022 11:06:01 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nckZ9-00BgYL-58 for lore@lore.pengutronix.de; Fri, 08 Apr 2022 11:06:01 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nckZ6-0001Nh-V1; Fri, 08 Apr 2022 11:06:00 +0200 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nckYl-0001NK-5k; Fri, 08 Apr 2022 11:05:39 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1nckYk-0005gW-Qm; Fri, 08 Apr 2022 11:05:38 +0200 Date: Fri, 8 Apr 2022 11:05:38 +0200 From: Michael Olbrich To: Christian Melki Message-ID: <20220408090538.GF3321@pengutronix.de> Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20220404125340.4135496-1-christian.melki@t2data.com> <20220404125340.4135496-2-christian.melki@t2data.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220404125340.4135496-2-christian.melki@t2data.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 11:03:47 up 8 days, 21:33, 67 users, load average: 0.33, 0.34, 0.20 User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [ptxdist] [PATCH] gnutls: Version bump. 3.7.3 -> 3.7.4. X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false 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 > --- > 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