Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2022 01:12:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-approval requested: [Bug 267393] net-im/libnice: Add GNUTLS option : [Attachment 237687] add ssl option SSL or GNUTLS
Message-ID:  <bug-267393-6497-qqS65NgQXl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267393-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267393-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Jonathan Reynolds <jreynolds1729@gmail.com> has asked freebsd-gnome (Nobody)
<gnome@FreeBSD.org> for maintainer-approval:
Bug 267393: net-im/libnice: Add GNUTLS option
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267393

Attachment 237687: add ssl option SSL or GNUTLS
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D237687&action=3Dedit



--- Comment #3 from Jonathan Reynolds <jreynolds1729@gmail.com> ---
Created attachment 237687
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D237687&action=
=3Dedit
add ssl option SSL or GNUTLS

=3D=3D=3D> The following configuration options are available for libnice-0.=
1.19_1:
     GUPNP=3Doff: UPnP IGD port mapping support
=3D=3D=3D=3D> SSL protocol support: you have to select exactly one of them
     GNUTLS=3Don: SSL/TLS support via GnuTLS
     OPENSSL=3Doff: SSL/TLS support via OpenSSL

     ....
     Message: Crypto library requested: gnutls
     Run-time dependency gnutls found: YES 3.7.8
     ....
     [ 96% 59/60] cc  -o examples/threaded-example examples/threaded- ...
     .../usr/local/lib/libgnutls.so -Wl,--end-group



=3D=3D=3D> The following configuration options are available for libnice-0.=
1.19_1:
     GUPNP=3Doff: UPnP IGD port mapping support
=3D=3D=3D=3D> SSL protocol support: you have to select exactly one of them
     GNUTLS=3Doff: SSL/TLS support via GnuTLS
     OPENSSL=3Don: SSL/TLS support via OpenSSL

WITH OPENSSL BASE:
     ...
     Message: Crypto library requested: openssl
     Run-time dependency openssl found: YES 1.1.1q
     ...
     [ 95% 59/60] cc  -o examples/threaded-example examples/threaded- ...
     .../usr/lib/libssl.so /usr/lib/libcrypto.so -Wl,--end-group

WITH OPENSSL PORT (devel branch):
     ...
     Message: Crypto library requested: openssl=20=09=09=09=20=20=20=20=20=
=20=20

     Run-time dependency openssl found: YES 3.0.5
     ...
     [ 93% 59/60] cc  -o examples/threaded-example examples/threaded- ...
     .../usr/local/lib/libssl.so /usr/local/lib/libcrypto.so -Wl,--end-group


NOTE:
All three cases have been tested, although openssl is always installed in b=
ase.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267393-6497-qqS65NgQXl>