Date: Tue, 10 Jan 2017 09:29:31 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431072 - in head/news/nzbget: . files Message-ID: <201701100929.v0A9TVu0091721@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Tue Jan 10 09:29:31 2017 New Revision: 431072 URL: https://svnweb.freebsd.org/changeset/ports/431072 Log: 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 Modified: head/news/nzbget/Makefile head/news/nzbget/files/pkg-message.in Modified: head/news/nzbget/Makefile ============================================================================== --- head/news/nzbget/Makefile Tue Jan 10 09:01:13 2017 (r431071) +++ head/news/nzbget/Makefile Tue Jan 10 09:29:31 2017 (r431072) @@ -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 Modified: head/news/nzbget/files/pkg-message.in ============================================================================== --- head/news/nzbget/files/pkg-message.in Tue Jan 10 09:01:13 2017 (r431071) +++ head/news/nzbget/files/pkg-message.in Tue Jan 10 09:29:31 2017 (r431072) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701100929.v0A9TVu0091721>