[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [platform-testers] gsasl 2.1.1
From: |
Jose E. Marchesi |
Subject: |
Re: [platform-testers] gsasl 2.1.1 |
Date: |
Wed, 17 Aug 2022 12:47:12 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Hi Simon.
> Hi
>
> I have released gsasl 2.1.1 which is an experimental branch, but I hope
> to release it as stable version 2.2.0 soon. Please test this as if it
> were a stable release.
>
> https://alpha.gnu.org/gnu/gsasl/gsasl-2.1.1.tar.gz
> https://alpha.gnu.org/gnu/gsasl/gsasl-2.1.1.tar.gz.sig
>
> /Simon
I configured with:
version: 2.1.1
Libtool version 18:0:0
DLL version: 18
Header version: major 2 minor 1 patch 1 number 0x020101
Host/Target system: x86_64-pc-linux-gnu
Build system: x86_64-pc-linux-gnu
Install prefix: /usr/local
Compiler: cc: gcc cflags: -g -O2 cppflags:
Valgrind: yes valgrind -q --error-exitcode=1 --leak-check=full
Library types: Shared=yes, Static=yes
Warning flags: no werror wstack warn
Client side: yes
Server side: yes
Libidn: -lidn
Libgcrypt:
Libntlm:
GSS-API: no ltlibgss: ltlibgssglue: ltlibgssapi32: gss_libs:
ANONYMOUS: yes
EXTERNAL: yes
PLAIN: yes
LOGIN: yes
SECURID: yes
NTLM: no
CRAM-MD5: yes
DIGEST-MD5: yes
SCRAM-SHA-1: yes
SCRAM-SHA-256: yes
SAML20: yes
OPENID20: yes
GS2: no
GSSAPI: no
Readline support: yes
LDADD: -lreadline
GnuTLS support: yes
CPPFLAGS:
LDADD: -lgnutls
Build failed with this error:
../../src/gsasl.c: In function 'main':
../../src/gsasl.c:870:48: error: 'GNUTLS_TLS1_3' undeclared (first use in this
function)
if (gnutls_protocol_get_version (session) < GNUTLS_TLS1_3)
^~~~~~~~~~~~~
../../src/gsasl.c:870:48: note: each undeclared identifier is reported only
once for each function it appears in
Sounds like something to be checked at configure time? Probably related
configure activity:
checking for libgnutls... yes
checking how to link with libgnutls... -lgnutls
checking if STARTTLS support via GnuTLS should be built... yes
checking for gnutls_session_channel_binding... yes
checking whether GNUTLS_CB_TLS_EXPORTER is declared... no
I'm attaching config.log.
Salud!
config.log
Description: Binary data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [platform-testers] gsasl 2.1.1,
Jose E. Marchesi <=