[Bug 267393] net-im/libnice: Add GNUTLS option

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 28 Oct 2022 01:12:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267393

Jonathan Reynolds <jreynolds1729@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #237687|                            |maintainer-approval?(gnome@
              Flags|                            |FreeBSD.org)

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

===> The following configuration options are available for libnice-0.1.19_1:
     GUPNP=off: UPnP IGD port mapping support
====> SSL protocol support: you have to select exactly one of them
     GNUTLS=on: SSL/TLS support via GnuTLS
     OPENSSL=off: 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



===> The following configuration options are available for libnice-0.1.19_1:
     GUPNP=off: UPnP IGD port mapping support
====> SSL protocol support: you have to select exactly one of them
     GNUTLS=off: SSL/TLS support via GnuTLS
     OPENSSL=on: 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                                 
     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 base.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.