diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-17 14:13:04 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-17 14:13:04 +0000 |
commit | 1174550d479ca6386928c22e89c8740c796b0257 (patch) | |
tree | 68ed12cf01f5f6b31e980e823409a52f334be38b /net | |
parent | 27d6a2eefc6d9cb1b078c34e7d48fddf35ed1776 (diff) | |
download | pkgsrc-1174550d479ca6386928c22e89c8740c796b0257.tar.gz |
Update p5-NetPacket to 1.3.0.
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)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-NetPacket/Makefile | 5 | ||||
-rw-r--r-- | net/p5-NetPacket/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-NetPacket/Makefile b/net/p5-NetPacket/Makefile index 79b08c36d56..d24c45cbe78 100644 --- a/net/p5-NetPacket/Makefile +++ b/net/p5-NetPacket/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2011/08/14 14:14:48 obache Exp $ +# $NetBSD: Makefile,v 1.13 2011/11/17 14:13:04 hiramatsu Exp $ -DISTNAME= NetPacket-0.43.1 +DISTNAME= NetPacket-1.3.0 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetPacket/} diff --git a/net/p5-NetPacket/distinfo b/net/p5-NetPacket/distinfo index 2b926994fe3..11c3492fd2d 100644 --- a/net/p5-NetPacket/distinfo +++ b/net/p5-NetPacket/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/09/01 20:58:08 sno Exp $ +$NetBSD: distinfo,v 1.5 2011/11/17 14:13:04 hiramatsu Exp $ -SHA1 (NetPacket-0.43.1.tar.gz) = b75f134e20d7e3daedda0343057c39c4ed0d6291 -RMD160 (NetPacket-0.43.1.tar.gz) = 5b319b902c27009835544e279c00d10a49c19129 -Size (NetPacket-0.43.1.tar.gz) = 23428 bytes +SHA1 (NetPacket-1.3.0.tar.gz) = 120d94953534fc49fa8b2cc140452a719481b283 +RMD160 (NetPacket-1.3.0.tar.gz) = 7c7577a15588211a685330da957093dd624f57f3 +Size (NetPacket-1.3.0.tar.gz) = 28112 bytes |