diff options
author | maya <maya@pkgsrc.org> | 2018-09-14 21:06:42 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-09-14 21:06:42 +0000 |
commit | eab745383c2039a99ae0ff5ac096889ba0c4d9ba (patch) | |
tree | c30cb8341330e6f68c2bad4c4b939bbe67dc1666 /net/rtorrent | |
parent | 1cf619c155f43d99ae5c26e5b7a99c3426a9623a (diff) | |
download | pkgsrc-eab745383c2039a99ae0ff5ac096889ba0c4d9ba.tar.gz |
rtorrent: disable xmlrpc option by default, it is too insecure.
bump PKGREVISION.
Diffstat (limited to 'net/rtorrent')
-rw-r--r-- | net/rtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/rtorrent/options.mk | 4 |
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" |