maintainer-approval requested: [Bug 267393] net-im/libnice: Add GNUTLS option : [Attachment 237687] add ssl option SSL or GNUTLS
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 267393] [PATCH] net-im/libnice add option GNUTLS"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Oct 2022 01:12:28 UTC
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=267393 Attachment 237687: add ssl option SSL or GNUTLS https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237687&action=edit --- 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.