Subject: Re: net/libsoup-devel does not build with the new gnutls
To: None <tech-pkg@netbsd.org>
From: Antoine Reilles <Antoine.Reilles@loria.fr>
List: tech-pkg
Date: 02/19/2005 18:22:36
--fOHHtNG4YXGJ0yqR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
The change from GNUTLS_CERT_NOT_TRUSTED to GNUTLS_CERT_INVALID is
noted in the gnutls cvs repository:
"GNUTLS_CERT_NOT_TRUSTED was replaced by GNUTLS_CERT_INVALID, to avoid
having two flags for the same thing."
http://josefsson.org/cgi-bin/viewcvs.cgi/gnutls/libextra/openpgp/extras.c?r=
ev=3D1.3&view=3Dmarkup
> --- libsoup/soup-gnutls.c.orig 2005-02-19 18:09:55.000000000 +0100
> +++ libsoup/soup-gnutls.c 2005-02-19 18:10:39.000000000 +0100
> @@ -61,7 +61,7 @@
> }
> =20
> if (status & GNUTLS_CERT_INVALID ||
> - status & GNUTLS_CERT_NOT_TRUSTED ||
> + status & GNUTLS_CERT_INVALID ||
> status & GNUTLS_CERT_REVOKED)
> {
> g_warning ("The certificate is not trusted.");
--fOHHtNG4YXGJ0yqR
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (NetBSD)
iD8DBQFCF3Xc4VqmoGDE/mwRAkZ4AJwMPh2Uo7LovFf8Y4SVJzg7EM4ZOwCeLwBK
AAvcTKnAYGLBe6oYgwAoN8Y=
=aUn8
-----END PGP SIGNATURE-----
--fOHHtNG4YXGJ0yqR--