Subject: Re: net/libsoup-devel does not build with the new gnutls
To: None <tech-pkg@netbsd.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-pkg
Date: 02/19/2005 18:39:51
On Sat, Feb 19, 2005 at 06:22:36PM +0100, Antoine Reilles wrote:
> 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."

Did you even check the patch?

Now there would be two lines with 'status & GNUTLS_CERT_INVALID' in that if
statement.

IMHO that line (with GNUTLS_CERT_NOT_TRUSTED) should be just removed.

Bernd