Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2017 10:00:44 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r431168 - in branches/2017Q1/news/nzbget: . files
Message-ID:  <201701111000.v0BA0iRc098063@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701111000.v0BA0iRc098063>