pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2018Q2]: pkgsrc/net/rtorrent Pullup ticket #5830 - requested b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f57b2cbc6c7a
branches:  pkgsrc-2018Q2
changeset: 313983:f57b2cbc6c7a
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Sep 15 12:25:47 2018 +0000

description:
Pullup ticket #5830 - requested by maya
net/rtorrent: security fix (remote code execution)

Revisions pulled up:
- net/rtorrent/Makefile                                         1.72
- net/rtorrent/options.mk                                       1.3

---
   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.

diffstat:

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

diffs (26 lines):

diff -r bbb9c045c8fc -r f57b2cbc6c7a net/rtorrent/Makefile
--- a/net/rtorrent/Makefile     Wed Sep 12 17:50:44 2018 +0000
+++ b/net/rtorrent/Makefile     Sat Sep 15 12:25:47 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.70 2018/06/24 16:59:52 adam Exp $
+# $NetBSD: Makefile,v 1.70.2.1 2018/09/15 12:25:47 bsiegert Exp $
 
 DISTNAME=      rtorrent-0.9.7
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  http://rtorrent.net/downloads/
 
diff -r bbb9c045c8fc -r f57b2cbc6c7a net/rtorrent/options.mk
--- a/net/rtorrent/options.mk   Wed Sep 12 17:50:44 2018 +0000
+++ b/net/rtorrent/options.mk   Sat Sep 15 12:25:47 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.2.2.1 2018/09/15 12:25:47 bsiegert 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