pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-nyx py-nyx: update to 2.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a7928d43471
branches:  trunk
changeset: 320095:9a7928d43471
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 28 06:20:20 2019 +0000

description:
py-nyx: update to 2.1.0.

Version 2.1 (January 12th, 2019)

Fixup release, correcting issues uncovered in the prior year.

    Startup
        Connect by default to Tor Browser's default port (9151) when it's available
        Nyxrc color_override configuration values only worked if camel case (ticket)
        'sqlite3.OperationalError' crash when ran with multiple users that share a home directory (ticket)
        Process renaming could potentially crash (ticket)
        Blank debug path caused us to crash (ticket)
        Nyxrc password option for the controller credential (ticket)
        Accept shorthand '--interface' arugments with a colon but no address (ticket)
        Notification when connection information is unavailable (ticket)
        When using python 3.x unable to run if distutils was unavailable (ticket)
    Header
        Right column of stats missing when using python 3.x
    Graph
        Removed confusing, unit-less 'measured' statistic
    Connections
        Geoip information unavailable for inbound connections
        Dialog showing exit statistics crashed when no data was available (ticket)
        More strictly scrub sensitive connection information (ticket)
        Client and exit port usage dialogs counted each connection rather than unique clients and destinations (ticket)
    Logging
        Python3 crashed when dates are on year boundaries (ticket)
    Configuration Editor
        New tor configuration options crashed nyx when shown (ticket)
        Errors when saving the configuration could result in a stacktrace (ticket)
        Pressing 'esc' when editing values changed their value to 'none' (ticket)
        Reset configuration option if set to an empty value
    Interpreter
        Line wrap content (ticket)
        Large volume of content made the panel sluggish (ticket)
    Curses
        Resizing could crash the interface (ticket)
        Implemented del key in editable text fields (ticket)
    Website
        Greatly expanded platforms available on the download page
        Added 'How do I get started?' to the FAQ
        Added 'Why can't I install with apt-get?' to the FAQ
        Added 'Why can't I see Tor's connections?' to the FAQ

diffstat:

 net/py-nyx/Makefile.common |   4 ++--
 net/py-nyx/distinfo        |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 7dcade3d1838 -r 9a7928d43471 net/py-nyx/Makefile.common
--- a/net/py-nyx/Makefile.common        Thu Feb 28 03:24:52 2019 +0000
+++ b/net/py-nyx/Makefile.common        Thu Feb 28 06:20:20 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.1 2018/10/23 01:42:34 riastradh Exp $
+# $NetBSD: Makefile.common,v 1.2 2019/02/28 06:20:20 wiz Exp $
 
 # used by net/nyx/Makefile
 # used by net/py-nyx/Makefile
 
-VERSION=       2.0.4
+VERSION=       2.1.0
diff -r 7dcade3d1838 -r 9a7928d43471 net/py-nyx/distinfo
--- a/net/py-nyx/distinfo       Thu Feb 28 03:24:52 2019 +0000
+++ b/net/py-nyx/distinfo       Thu Feb 28 06:20:20 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/10/23 01:42:35 riastradh Exp $
+$NetBSD: distinfo,v 1.2 2019/02/28 06:20:20 wiz Exp $
 
-SHA1 (nyx-2.0.4.tar.gz) = 2328192ba8a3851fc9d3870a09431ffbfc706283
-RMD160 (nyx-2.0.4.tar.gz) = f5cffd6846b804522f2d6e60df670743e929eb08
-SHA512 (nyx-2.0.4.tar.gz) = bb64b6c38bbfc9837215503a69b4a6b7a11b8a1e230f42c51a405472689a3d46d74dd06b2417c90512b63e9605b33198c5132b660f9eca037016a39c5e4f0ecf
-Size (nyx-2.0.4.tar.gz) = 4074259 bytes
+SHA1 (nyx-2.1.0.tar.gz) = 50b9ec02a3eb513ae8dcb44583f34b88a412a590
+RMD160 (nyx-2.1.0.tar.gz) = 1af0218681d708d1450e3714f3cdec85f7205fe8
+SHA512 (nyx-2.1.0.tar.gz) = 69a645cc811a1b1fbd9cf0501d8f23f1a52e0e92a0598097bb0c9efb040e1895e1dd431bad93be36db0e85ca7ac32ee5c866d50d2812069a39e5160b44575a37
+Size (nyx-2.1.0.tar.gz) = 6908817 bytes



Home | Main Index | Thread Index | Old Index