pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2018Q2] pkgsrc/net/rtorrent



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Sep 15 12:25:47 UTC 2018

Modified Files:
        pkgsrc/net/rtorrent [pkgsrc-2018Q2]: Makefile options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.70.2.1 pkgsrc/net/rtorrent/Makefile
cvs rdiff -u -r1.2 -r1.2.2.1 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.70 pkgsrc/net/rtorrent/Makefile:1.70.2.1
--- pkgsrc/net/rtorrent/Makefile:1.70   Sun Jun 24 16:59:52 2018
+++ pkgsrc/net/rtorrent/Makefile        Sat Sep 15 12:25:47 2018
@@ -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/
 

Index: pkgsrc/net/rtorrent/options.mk
diff -u pkgsrc/net/rtorrent/options.mk:1.2 pkgsrc/net/rtorrent/options.mk:1.2.2.1
--- pkgsrc/net/rtorrent/options.mk:1.2  Sun Jun 24 16:59:52 2018
+++ pkgsrc/net/rtorrent/options.mk      Sat Sep 15 12:25:47 2018
@@ -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