trueos / trueos-core

59 stars 18 forks source link

nzbget package built with GNUTLS #282

Closed kahjs2007 closed 7 years ago

kahjs2007 commented 7 years ago

nzbget 17.1 is unable to complete TLS handshake when built using GNUTLS.

Functions if rebuilt using OPENSSL from freshly git'd ports.

pkgdemon commented 7 years ago
[root@joe-laptop] ~# pkg info nzbget
nzbget-17.1
Name           : nzbget
Version        : 17.1
Installed on   : Tue Jan 17 17:14:07 2017 EST
Origin         : news/nzbget
Architecture   : freebsd:12:x86:64
Prefix         : /usr/local
Categories     : news
Licenses       : GPLv2
Maintainer     : toxic@doobie.com
WWW            : http://nzbget.net/
Comment        : Binary newsreader supporting NZB files
Options        :
        7Z             : on
        DOCS           : on
        GNUTLS         : on
        OPENSSL        : off
        PYTHON         : on
        RAR            : on
pkgdemon commented 7 years ago

@kahjs2007 So it looks like we could just switch the port option to use OpenSSL, and turn off GNUTLS to fix?

https://github.com/trueos/trueos-core/blob/master/build-files/conf/desktop/port-make.conf

pkgdemon commented 7 years ago

Changed the port to use OPENSSL, and unset GNUTLS.