pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/rtorrent



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Sep 14 21:06:42 UTC 2018

Modified Files:
        pkgsrc/net/rtorrent: Makefile options.mk

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

bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/net/rtorrent/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/rtorrent/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/rtorrent/Makefile
diff -u pkgsrc/net/rtorrent/Makefile:1.71 pkgsrc/net/rtorrent/Makefile:1.72
--- pkgsrc/net/rtorrent/Makefile:1.71   Thu Aug 16 18:55:08 2018
+++ pkgsrc/net/rtorrent/Makefile        Fri Sep 14 21:06:42 2018
@@ -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/
 

Index: pkgsrc/net/rtorrent/options.mk
diff -u pkgsrc/net/rtorrent/options.mk:1.2 pkgsrc/net/rtorrent/options.mk:1.3
--- pkgsrc/net/rtorrent/options.mk:1.2  Sun Jun 24 16:59:52 2018
+++ pkgsrc/net/rtorrent/options.mk      Fri Sep 14 21:06:42 2018
@@ -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