Path to this page:
Subject: CVS commit: pkgsrc/net/p5-Net-RawIP
From: Havard Eidnes
Date: 2008-09-13 17:25:25
Message id: 20080913152525.CD8EB175D0@cvs.netbsd.org
Log Message:
Update from version 0.21_03nb1 to 0.23, discussed with maintainer.
Pkgsrc changes:
o Canonicalize HOMEPAGE
o Fix MASTER_SITES to use MASTER_SITES_PERL_CPAN
o Add patch to recognize lo0 on NetBSD. This probably breaks the test
on Linux. It's not portable to insist on particular names for
interfaces (lo or lo0), but this patch doesn't improve the portability,
it just makes it pass on NetBSD.
o Add patch to not do the mem_leak test if Proc::ProcessTable is installed
but the platform does not provide the virtual size of the process via
"size". (We probably should have a kvm-using version of \
Proc::ProcessTable,
but that's for another day.)
Upstream changes:
0.23 Tue Jan8 2007
- add version number to submodules
0.22 Tue Jan8 2007
- remove dependency on List::MoreUtils
0.22_01 Mon Jul 16 2007 (Steve Bonds)
- fix endianness bug in ICMP packet creation
- add lots of comments on what's going on in the ICMP portion
of the RawIP.xs and RawIP.pm files
- break out sub-packages to their own files so "make test"
works even with Critic enabled
0.21 Mon Mar 26 22:53:48 2007
- fix looping bug in set_icmp (Micha Nasriachi)
- fix tests to work both as root and as regular user
0.21_04
- Skipped
Files: