diff options
author | tz <tz@FreeBSD.org> | 2017-01-10 17:29:31 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-01-10 17:29:31 +0800 |
commit | db2baa0b1eef595242dcad9a44731af9016153b6 (patch) | |
tree | 16391d6fb2341264ff7b7f1e286dae264ccf6568 /news | |
parent | c9c9c24e3383f6ff950e1cdd7be8c6ff7ad37896 (diff) | |
download | freebsd-ports-gnome-db2baa0b1eef595242dcad9a44731af9016153b6.tar.gz freebsd-ports-gnome-db2baa0b1eef595242dcad9a44731af9016153b6.tar.zst freebsd-ports-gnome-db2baa0b1eef595242dcad9a44731af9016153b6.zip |
news/nzbget: Switch default option from GNUTLS to OPENSSL
There are a series of reports of TLS handshake failures from users of the port.
Upstream responds to this reports with "Use OpenSSL instead of GNU TLS".
Therefore the maintainer decided to switch the default option to OPENSSL.
PR: 215788
Submitted by: Toxic (maintainer)
MFH: 2017Q1
Diffstat (limited to 'news')
-rw-r--r-- | news/nzbget/Makefile | 3 | ||||
-rw-r--r-- | news/nzbget/files/pkg-message.in | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index b5aaef41e8a7..c7ee7fb6e7ba 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -4,6 +4,7 @@ PORTNAME= nzbget PORTVERSION= 17.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= news MAINTAINER= toxic@doobie.com @@ -32,7 +33,7 @@ USE_GITHUB= yes OPTIONS_DEFINE= 7Z PYTHON RAR DOCS OPTIONS_SINGLE= TLSLIB OPTIONS_SINGLE_TLSLIB= GNUTLS OPENSSL -OPTIONS_DEFAULT= GNUTLS PAR PYTHON RAR 7Z +OPTIONS_DEFAULT= OPENSSL PAR PYTHON RAR 7Z 7Z_DESC= Support extraction of 7z archives PYTHON_DESC= Support for python post-processing scripts RAR_DESC= Support extraction of rar archives diff --git a/news/nzbget/files/pkg-message.in b/news/nzbget/files/pkg-message.in index a698c72325e5..7cfa25791a4c 100644 --- a/news/nzbget/files/pkg-message.in +++ b/news/nzbget/files/pkg-message.in @@ -1,2 +1,2 @@ -To run nzbget as an unprivileged user you can set the nzbget_user -variable in %%ETCDIR%%/nzbget.conf +To run nzbget as an unprivileged user you can set the Daemonuser +variable in %%LOCALBASE%%/etc/nzbget.conf |