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/99b23bf4532b
branches: trunk
changeset: 312810:99b23bf4532b
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 036eca79ca9b -r 99b23bf4532b 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 036eca79ca9b -r 99b23bf4532b 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