summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-09-14 21:06:42 +0000
committermaya <maya@pkgsrc.org>2018-09-14 21:06:42 +0000
commiteab745383c2039a99ae0ff5ac096889ba0c4d9ba (patch)
treec30cb8341330e6f68c2bad4c4b939bbe67dc1666 /net
parent1cf619c155f43d99ae5c26e5b7a99c3426a9623a (diff)
downloadpkgsrc-eab745383c2039a99ae0ff5ac096889ba0c4d9ba.tar.gz
rtorrent: disable xmlrpc option by default, it is too insecure.
bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r--net/rtorrent/Makefile4
-rw-r--r--net/rtorrent/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile
index 1d31492b2d1..f4adff8c892 100644
--- a/net/rtorrent/Makefile
+++ b/net/rtorrent/Makefile
@@ -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 --git a/net/rtorrent/options.mk b/net/rtorrent/options.mk
index 3c2857c1df0..3ca81998973 100644
--- a/net/rtorrent/options.mk
+++ b/net/rtorrent/options.mk
@@ -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"