summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef>2015-02-21 09:47:01 +0000
committermef <mef>2015-02-21 09:47:01 +0000
commit316a12dfb31a83a775dfe80a5454aa8f69062212 (patch)
tree0e74076a9352468e51fe96daccbc08c55cf17b2a
parent560ce406a244f2db3509e92d3d11a537b0703c0b (diff)
downloadpkgsrc-316a12dfb31a83a775dfe80a5454aa8f69062212.tar.gz
Update 1.09 to 1.14
------------------- 1.14 Tue Dec 9 19:12:25 CET 2014 - BUGFIX: Dump::Online2: do not eat 100% and do not block for timeoutOnNext seconds when it is not REALLY needed. We had to remove the setnonblock option and to use pcap_dispatch i/o pcap_next_ex. This should be the final bugfix... There was also an infinite loop condition. - new: Dump::Online2: maxRunTime() option to stop looping on next() forever when we do not want. Default to loop forever. 1.13 Sun Dec 2 15:44:14 CET 2012 - BUGFIX: Dump::Online2: in non-blocking mode, we must handle our internal received frame ring buffer. Many packets were missed because of that. 1.12 Tue Nov 13 20:15:19 CET 2012 - UPDATE: Dump::Online2: now uses IO::Select to avoid eating 100% CPU - update: mailing list link 1.11 Sun Nov 11 15:23:04 CET 2012 - bugfix: Dump::Online2 pod - new: Dump::Online2: support for capture only mode - new: examples for Dump::Online2 1.10 Wed Sep 12 20:15:09 CEST 2012 - bugfix: Online: use SUPER::next() instead of next() - update: error messages scheme changed - update: copyright notice
-rw-r--r--net/p5-Net-Frame-Dump/Makefile5
-rw-r--r--net/p5-Net-Frame-Dump/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-Net-Frame-Dump/Makefile b/net/p5-Net-Frame-Dump/Makefile
index ee21ecfd6f1..a2083f54b17 100644
--- a/net/p5-Net-Frame-Dump/Makefile
+++ b/net/p5-Net-Frame-Dump/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2014/10/09 14:06:46 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2015/02/21 09:47:01 mef Exp $
-DISTNAME= Net-Frame-Dump-1.09
+DISTNAME= Net-Frame-Dump-1.14
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-Frame-Dump/distinfo b/net/p5-Net-Frame-Dump/distinfo
index aa4cd661026..566ca89da38 100644
--- a/net/p5-Net-Frame-Dump/distinfo
+++ b/net/p5-Net-Frame-Dump/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/01/25 09:27:07 hiramatsu Exp $
+$NetBSD: distinfo,v 1.2 2015/02/21 09:47:01 mef Exp $
-SHA1 (Net-Frame-Dump-1.09.tar.gz) = 31866caabbdab6119ae18e163fbcb4ed7f8988d1
-RMD160 (Net-Frame-Dump-1.09.tar.gz) = b7f0b91aed489c40bee5834199ef0aabec491c2a
-Size (Net-Frame-Dump-1.09.tar.gz) = 12718 bytes
+SHA1 (Net-Frame-Dump-1.14.tar.gz) = 897b7136c9065cf19b4f3b6a852b5b40a6925996
+RMD160 (Net-Frame-Dump-1.14.tar.gz) = 918d8954f7e073f63d7121827e07ee360b233da4
+Size (Net-Frame-Dump-1.14.tar.gz) = 19178 bytes