diff options
author | obache <obache@pkgsrc.org> | 2012-02-15 12:30:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-15 12:30:06 +0000 |
commit | 8a7abe671aa164025e37be2408fdf22d0110c50f (patch) | |
tree | ccaf7b84b492acf69cc58bc8c3f3437c44bada2b /net | |
parent | 5dfd9e43c676688c2d5c328aa2aee42216d2e2b5 (diff) | |
download | pkgsrc-8a7abe671aa164025e37be2408fdf22d0110c50f.tar.gz |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/nload/Makefile | 4 | ||||
-rw-r--r-- | net/nload/distinfo | 10 | ||||
-rw-r--r-- | net/nload/patches/patch-ac | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile index af12e4cbdf5..5a0d03e57fc 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -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/} diff --git a/net/nload/distinfo b/net/nload/distinfo index 8038a7089a3..5d264a48651 100644 --- a/net/nload/distinfo +++ b/net/nload/distinfo @@ -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 diff --git a/net/nload/patches/patch-ac b/net/nload/patches/patch-ac index 81d5b937e4b..e6204be47de 100644 --- a/net/nload/patches/patch-ac +++ b/net/nload/patches/patch-ac @@ -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 + |