pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rtorrent rtorrent: disable xmlrpc option by defaul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1970ca20c081
branches:  trunk
changeset: 385185:1970ca20c081
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri Sep 14 21:06:42 2018 +0000

description:
rtorrent: disable xmlrpc option by default, it is too insecure.

bump PKGREVISION.

diffstat:

 net/rtorrent/Makefile   |  4 ++--
 net/rtorrent/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r b6f6d4f69468 -r 1970ca20c081 net/rtorrent/Makefile
--- a/net/rtorrent/Makefile     Fri Sep 14 19:02:38 2018 +0000
+++ b/net/rtorrent/Makefile     Fri Sep 14 21:06:42 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2018/08/16 18:55:08 adam Exp $
+# $NetBSD: Makefile,v 1.72 2018/09/14 21:06:42 maya Exp $
 
 DISTNAME=      rtorrent-0.9.7
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  http://rtorrent.net/downloads/
 
diff -r b6f6d4f69468 -r 1970ca20c081 net/rtorrent/options.mk
--- a/net/rtorrent/options.mk   Fri Sep 14 19:02:38 2018 +0000
+++ b/net/rtorrent/options.mk   Fri Sep 14 21:06:42 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2018/06/24 16:59:52 adam Exp $
+# $NetBSD: options.mk,v 1.3 2018/09/14 21:06:42 maya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.rtorrent
 PKG_SUPPORTED_OPTIONS= xmlrpc
-PKG_SUGGESTED_OPTIONS= xmlrpc
+PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index