pkgsrc-Bugs archive

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

pkg/45947: net/nload upate to 0.7.4



>Number:         45947
>Category:       pkg
>Synopsis:       net/nload upate to 0.7.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 08 05:35:00 +0000 2012
>Originator:     Bartosz Kuzma
>Release:        NetBSD 5.1/i386
>Organization:
>Environment:
>Description:
net/nload update to 0.7.4.

Changes 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
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/nload/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    30 Mar 2010 11:17:45 -0000      1.4
+++ Makefile    8 Feb 2012 05:30:51 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.4 2010/03/30 11:17:45 obache Exp $
 #
 
-DISTNAME=              nload-0.7.2
+DISTNAME=              nload-0.7.4
 CATEGORIES=            net sysutils
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=nload/}
 
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/nload/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo    30 Mar 2010 11:17:45 -0000      1.4
+++ distinfo    8 Feb 2012 05:30:51 -0000
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.4 2010/03/30 11:17:45 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
Index: patches/patch-ac
===================================================================
RCS file: /cvsroot/pkgsrc/net/nload/patches/patch-ac,v
retrieving revision 1.3
diff -u -r1.3 patch-ac
--- patches/patch-ac    19 Apr 2008 10:57:35 -0000      1.3
+++ patches/patch-ac    8 Feb 2012 05:30:51 -0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.3 2008/04/19 10:57:35 obache Exp $
+$NetBSD$
 
---- 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
+ 



Home | Main Index | Thread Index | Old Index