svn commit: r431168 - in branches/2017Q1/news/nzbget: . files

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Jan 11 10:00:46 UTC 2017


Author: tz
Date: Wed Jan 11 10:00:44 2017
New Revision: 431168
URL: https://svnweb.freebsd.org/changeset/ports/431168

Log:
  MFH: r431072
  
  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)
  
  Approved by:   ports-secteam (junovitch)

Modified:
  branches/2017Q1/news/nzbget/Makefile
  branches/2017Q1/news/nzbget/files/pkg-message.in
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/news/nzbget/Makefile
==============================================================================
--- branches/2017Q1/news/nzbget/Makefile	Wed Jan 11 09:19:37 2017	(r431167)
+++ branches/2017Q1/news/nzbget/Makefile	Wed Jan 11 10:00:44 2017	(r431168)
@@ -4,6 +4,7 @@
 PORTNAME=	nzbget
 PORTVERSION=	17.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	news
 
 MAINTAINER=	toxic at 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: branches/2017Q1/news/nzbget/files/pkg-message.in
==============================================================================
--- branches/2017Q1/news/nzbget/files/pkg-message.in	Wed Jan 11 09:19:37 2017	(r431167)
+++ branches/2017Q1/news/nzbget/files/pkg-message.in	Wed Jan 11 10:00:44 2017	(r431168)
@@ -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


More information about the svn-ports-all mailing list