pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/sysmon Updated net/sysmon 0.92.2 to 0.93



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5044c4002f6e
branches:  trunk
changeset: 351086:5044c4002f6e
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Aug 14 02:13:49 2016 +0000

description:
Updated net/sysmon 0.92.2 to 0.93
---------------------------------
   Changes for 0.93
     * proper qsort crash fix
     * fix excessive logging when no IPv6 is available
     * add ability to ack objects
     * add ability to attach notes to objects
     * add ability for object to have a group
     * fix textfile display to properly account for deps
     * reduce excessive cpu usage watching wall clock
     * hrmph, qsort fix maybe?
     * stab at fix for timing issue with needssleep() (should reduce cpu usage)

diffstat:

 net/sysmon/Makefile         |   5 ++---
 net/sysmon/distinfo         |  12 ++++++------
 net/sysmon/patches/patch-aa |   4 +++-
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r 3113bb3f9bb6 -r 5044c4002f6e net/sysmon/Makefile
--- a/net/sysmon/Makefile       Sat Aug 13 23:41:30 2016 +0000
+++ b/net/sysmon/Makefile       Sun Aug 14 02:13:49 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2016/03/05 11:29:12 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2016/08/14 02:13:49 mef Exp $
 #
 
-DISTNAME=              sysmon-0.92.2
-PKGREVISION=           4
+DISTNAME=              sysmon-0.93
 CATEGORIES=            net
 MASTER_SITES=          ftp://puck.nether.net/pub/jared/
 
diff -r 3113bb3f9bb6 -r 5044c4002f6e net/sysmon/distinfo
--- a/net/sysmon/distinfo       Sat Aug 13 23:41:30 2016 +0000
+++ b/net/sysmon/distinfo       Sun Aug 14 02:13:49 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 00:35:39 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/08/14 02:13:49 mef Exp $
 
-SHA1 (sysmon-0.92.2.tar.gz) = 6853adcc359e5132893fc347723e58829ae7132a
-RMD160 (sysmon-0.92.2.tar.gz) = 7408bfa9a20482e2f0e86dee2566b175b8ecad59
-SHA512 (sysmon-0.92.2.tar.gz) = ca8fb5bbc8bf7bf02b7fcfb8b9f775ab6aed32032dba10dc14f89aed3d397d1d560a959a0322f6a6302dc5e9f2ffbfb021019776dae5403794169af578a9cbb1
-Size (sysmon-0.92.2.tar.gz) = 495714 bytes
-SHA1 (patch-aa) = ec5ac4a213cdcd1a79f87c7a89b6c687a3b19b56
+SHA1 (sysmon-0.93.tar.gz) = 9802be83f1b88577fcdaad9b9447ce9fe48163a5
+RMD160 (sysmon-0.93.tar.gz) = 77a276a3964f4830dc4351c19741be724e95ec42
+SHA512 (sysmon-0.93.tar.gz) = 367ec53cf5253a1fd83eee4837206d9551ea2b2d8e62cd910f4c0a7f1090bc6a519277e94ea1e08f8354a7a88fcc6b4d5092bc481385b57547496558e47e85c8
+Size (sysmon-0.93.tar.gz) = 519522 bytes
+SHA1 (patch-aa) = ed38753f2298875032593e780cbac3266b875031
diff -r 3113bb3f9bb6 -r 5044c4002f6e net/sysmon/patches/patch-aa
--- a/net/sysmon/patches/patch-aa       Sat Aug 13 23:41:30 2016 +0000
+++ b/net/sysmon/patches/patch-aa       Sun Aug 14 02:13:49 2016 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2010/03/10 23:37:48 pettai Exp $
+$NetBSD: patch-aa,v 1.2 2016/08/14 02:13:49 mef Exp $
+
+destdir support
 
 --- autoconf/Makefile.in.orig  2009-12-13 14:50:15.000000000 +0100
 +++ autoconf/Makefile.in       2009-12-13 14:52:57.000000000 +0100



Home | Main Index | Thread Index | Old Index