summaryrefslogtreecommitdiff
path: root/net/p5-NetPacket
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
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.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-01-26Updated to 1.3.1rhaen2-6/+6
Changes: 1.3.1 2011-11-23 [BUG FIXES] - Use of constant withotu parenthesis made test fail under 5.6.2.
2011-11-17Update p5-NetPacket to 1.3.0.hiramatsu2-7/+6
Changes from previous: 1.3.0 2011-11-13 [ENHANCEMENTS] - 'parse_tcp_options()' method added to NetPacket::TCP (patch by Tom Linden) [RT#71320] 1.2.0 2011-07-26 [ENHANCEMENTS] - Add support for Ethernet VLAN (thanks to Kai Chan) 1.1.2 2011-06-20 [BUG FIXES] - Add a INSTALL file 1.1.1 2011-02-07 - Add the new Ethernet types to the export list. (thanks to Sergey, again :-) ) (RT#64799) 1.1.0 2011-01-15 - Add a few Ethernet types. (thanks to Sergey) (RT#64799) 1.0.1 2010-10-19 - Make the example verbatim in pod in NetPacket::UDP (rt#62097) 1.0.0 2010-10-17 - Remove modules NetPacket::ICMPv6, NetPacket::IPv6 and NetPacket::PFLog as the license of the patch clashes with the license of the distribution. (RT#62197) 0.41_0 - Fixed bug 18941 - NetPacket::IP includes trailing trash bytes in $ip->{data} - Fixed bug 7010 - IP flags field lost in IP::encode() - Added Build.PL - Moved history off the README file into this one (Changes) - Moved module structure to /lib - Version now gathered from NetPacket.pm - META.yml added to MANIFEST - Added myself (Yanick) as author - Switched to major.minor.revision version notation 0.43.2 2010-10-11 - Change the COPYRIGHT sections of the pods to match the Artistic 2.0 license. (RT#60954)
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-09-01Updating net/p5-NetPacket from 0.41.1nb1 to 0.43.1sno2-7/+12
pkgsrc changes: - add license definition (see https://rt.cpan.org/Ticket/Display.html?id=60954) - add homepage - clarify that it requires a c compiler and Module::Build Upstream changes: 0.43.1 2010-06-11 21:45:15 America/Montreal * Change a test to use explicit number of tests instead of 'done_testing'. 0.43.0 May 23rd, 2010 * Fixed UDP checksum. Thanks to Hal Finkel. (RT#56235) * Added Joel Knight's code for IPv6 support from http://www.packetmischief.ca/code/netpacket/. Thanks to Doug Farley for the bug report. (RT#57560) 0.42.0 March 25th, 2010 * Updated license to Artistic 2.0 * Fixed bad call to 'data()' in ICMP. Thanks to Ventz Petkov. (RT#52627)
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-05-01PkgSrc changes:sno2-7/+6
- Updating package for p5 NetPacket modules from 0.04 to 0.41.1 Upstream changes: 0.41.1 * Fixed bug 37931: export of ICMP_MASKREQ * Fixed UDP and TCP checksums for odd-sized packets * Fixed import from NetPacket::UDP * Fixed bug 37931: export of ICMP_MASKREQ * Added git repo and bug tracking info to META.yml 0.41_0 * Fixed bug 18941 - NetPacket::IP includes trailing trash bytes in $ip->{data} * Fixed bug 7010 - IP flags field lost in IP::encode() * Added Build.PL * Moved history off the README file into this one (Changes) * Moved module structure to /lib * Version now gathered from NetPacket.pm * META.yml added to MANIFEST * Added myself (Yanick) as author * Switched to major.minor.revision version notation
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-06-20Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-05-02Fix MAINTAINER email address for David Ferlier.reed1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-05-10Import p5-NetPacket from pkgsrc-wip. Packaged by David Ferlier.minskim4-0/+26
NetPacket provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each NetPacket descendent module knows how to encode and decode packets for the network protocol it implements.