Update nload to 0.7.4.

per maintainer update request by PR 45947.

hanges since 0.7.2:
 * Newer Linux kernels use 64 bit counters, which caused traffic to increase by
   4GB on every refresh (see Debian bug #651848)
 * Fix calculation of traffic and data units (thanks to Kirby Zhou, see also
   Debian bug #586943)
 * Fix memory leak in BSD network device detection
 * Workaround for faulty newwin() in ncurses 5.8
 * Correctly escape minus signs in man page
This commit is contained in:
obache 2012-02-15 12:30:06 +00:00
parent e35e1d9723
commit cd4471dd2c
3 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2010/03/30 11:17:45 obache Exp $
# $NetBSD: Makefile,v 1.5 2012/02/15 12:30:06 obache Exp $
#
DISTNAME= nload-0.7.2
DISTNAME= nload-0.7.4
CATEGORIES= net sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nload/}

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.4 2010/03/30 11:17:45 obache Exp $
$NetBSD: distinfo,v 1.5 2012/02/15 12:30:06 obache Exp $
SHA1 (nload-0.7.2.tar.gz) = fe1f6e93a9233b55a61580a23e94edc965583fa3
RMD160 (nload-0.7.2.tar.gz) = e4e7cee98de4b83106998f4552f4e1e0071f61f4
Size (nload-0.7.2.tar.gz) = 145262 bytes
SHA1 (nload-0.7.4.tar.gz) = bb0a168c93c588ad4fd5e3a653b3620b79ada1e8
RMD160 (nload-0.7.4.tar.gz) = 77eb199ee73fdc45b25b0e246c2ba73fa6efe779
Size (nload-0.7.4.tar.gz) = 151005 bytes
SHA1 (patch-aa) = 1551e7059eb0ebde05ed8cdc561099192d048503
SHA1 (patch-ac) = d45ade6c24dce6444badf408a3aeb09f28fe80b4
SHA1 (patch-ac) = 6d26b865eeea4f8ae18db7f1ad6703694d63f514

View file

@ -1,13 +1,13 @@
$NetBSD: patch-ac,v 1.3 2008/04/19 10:57:35 obache Exp $
$NetBSD: patch-ac,v 1.4 2012/02/15 12:30:06 obache Exp $
--- configure.orig 2008-02-02 18:44:21.000000000 +0100
--- configure.orig 2012-02-06 09:53:58.000000000 +0000
+++ configure
@@ -4563,7 +4563,7 @@ fi
@@ -4553,7 +4553,7 @@ fi
done
;;
- *bsd*)
+ *bsd* | *darwin* | *dragonfly*)
cat >>confdefs.h <<\_ACEOF
#define HAVE_BSD 1
$as_echo "#define HAVE_BSD 1" >>confdefs.h