Up to [cvs.NetBSD.org] / pkgsrc / net / p5-Net-RawIP
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
net: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
net: Remove SHA1 hashes for distfiles
Add two patches to provide conditional compat define for RTF_LLINFO, for the benefit of netbsd-8 ++. No PKGREVISION bump, this is a build fix only. OK'ed by bouyer@.
Add SHA512 digests for distfiles for net category Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
pkgsrc changes: - Updating package for p5 module Net::RawIP from 0.23nb1 to 0.25 - Setting gnu-gpl-v2 as license - removing patches which are applied upstream - removing unused dependency List::MoreUtils Upstream changes: 2008.10.22 - 0.25 - Sebastien Aperghis-Tramoni (SAPER) - [TESTS] CPAN-RT#39252: Proc::ProcessTable does not support the size attribute on all systems. Thanks to Havard Eidnes for the patch. - [DOC] Improved the documentation a bit. 2008.10.21 - 0.24 - Sebastien Aperghis-Tramoni (SAPER) - [BUGFIX] Fixed a segfault and a warning, thanks to Mike Lowell. - [DIST] Simplified the detection logic to make it work on more systems. - [DIST] Declared all prerequisite modules. - [TESTS] Removed all the tests related to the warning that was emitted by the module when ran as non root. - [TESTS] Fixed several tests to make them more portable. - [TESTS] Added 00-load.t, 01-api.t
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
Updated to version 0.21_03 as version 0.2 no longer builds on NetBSD-current. Changes since 0.2: 0.21_03 Fri Sep 15 11:26:17 IDT 2006 - Received official maintainership from Sergey - In Makefile.PL check for the location of the header file, report if it could not be found. 0.21_02 Sep 10 2006 - Cleaning up the C code (indentation) - More tests - Cleaning up the documentation, replacing the bad English of Sergey with the bad English of Gabor. - new() dies if wrong or duplicate protocols given All by Gabor Szabo 0.21_01 Sat Sep 9 23:59:07 IDT 2006 - Cleaning up many warnings that were probably due to using gcc 4+ - Cleaning up several assignment errors that were probably due to gcc 4+ - Lots of cleanup in the Perl code - Add tests All by Gabor Szabo
Initial import of p5-Net-RawIP: Perl extension to manipulate raw ip packets with interface to libpcap. This package provides a class object which can be used for creating, manipulating and sending a raw ip packets with optional feature for manipulating ethernet headers.
Initial revision