Fri Feb 20 15:44:08 2015 UTC ()
Update 1.07 to 1.15
-------------------
1.15 Sun Feb 15 18:09:23 CET 2015
   - BUGFIX: IPv4 header length calculation on Mac OS X and OpenBSD
   => Read: support for OpenBSD and Mac OS X now ok
   - bugfix: check if inet_ntop/getaddrinfo are *really* supported by trying to use them.

1.14 Wed Jan 28 20:01:48 CET 2015
   - BUGFIX: getHostIpv6addr: not working on FreeBSD/Socket because of nasty getaddrinfo()
   - tests: added tests for getHost* subs and inet* subs

1.13 Wed Jan 28 07:49:11 CET 2015
   - BUGFIX: getHostIpv6Addr: use getaddrinfo/getnameinfo from Socket or Socket6
     where available
   => Thanks to Vince

1.12 Tue Jan 20 19:33:06 CET 2015
   - bugfix: TCP/UDP computeChecksums() so 6to4 and other encapsulations work
   => Thanks to Vince
   - update: copyright notice
   - update: Kwalitee

1.11 Tue Apr  8 15:33:43 CEST 2014
   - bugfix: https://rt.cpan.org/Public/Bug/Display.html?id=94035
   - bugfix: on making Socket6 optional, bugfix contributed by Andrew Feren
   - optimization: convertMac() contributed by Andrew Feren
   - optimization: inetChecksum() contributed by Andrew Feren

1.10 Mon Mar 10 13:26:53 CET 2014
   - UPDATE: makes Socket6 optional, contributed by Andrew Feren
   - update: copyright notice

1.09 Wed Jan 25 22:48:18 CET 2012
   - UPDATE: %Next in UDP and TCP layers are now empty by default. The
   developper who wants to add a new layer 7 seven will have to fill the
   variable straight from his module.

1.08 Sat Jan 14 09:49:09 CET 2012
   - bugfix: TCP and UDP checksum computation when using another
     Net::Frame::Layer object (instead of plain payload).
   => Thanks to Vince
   - update: copyright notice


(mef)
diff -r1.6 -r1.7 pkgsrc/net/p5-Net-Frame/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/net/p5-Net-Frame/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/net/p5-Net-Frame/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-Net-Frame/Makefile 2014/10/09 14:06:47 1.6
+++ pkgsrc/net/p5-Net-Frame/Makefile 2015/02/20 15:44:08 1.7
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2014/10/09 14:06:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2015/02/20 15:44:08 mef Exp $
2 2
3DISTNAME= Net-Frame-1.07 3DISTNAME= Net-Frame-1.15
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 3 
6CATEGORIES= net perl5 5CATEGORIES= net perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10COMMENT= The base framework for frame crafting 9COMMENT= The base framework for frame crafting
11HOMEPAGE= http://search.cpan.org/dist/Net-Frame/ 10HOMEPAGE= http://search.cpan.org/dist/Net-Frame/
12LICENSE= artistic 11LICENSE= artistic
13 12
14DEPENDS+= p5-Class-Gomor>=1.0:../../devel/p5-Class-Gomor 13DEPENDS+= p5-Class-Gomor>=1.0:../../devel/p5-Class-Gomor
15DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6 14DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
16DEPENDS+= p5-Net-IPv6Addr-[0-9]*:../../net/p5-Net-IPv6Addr 15DEPENDS+= p5-Net-IPv6Addr-[0-9]*:../../net/p5-Net-IPv6Addr
17DEPENDS+= p5-Bit-Vector-[0-9]*:../../devel/p5-Bit-Vector 16DEPENDS+= p5-Bit-Vector-[0-9]*:../../devel/p5-Bit-Vector
18SUPERSEDES+= p5-Net-Packet-[0-9]* 17SUPERSEDES+= p5-Net-Packet-[0-9]*

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/p5-Net-Frame/distinfo (expand / switch to unified diff)

--- pkgsrc/net/p5-Net-Frame/distinfo 2012/01/25 09:21:13 1.1.1.1
+++ pkgsrc/net/p5-Net-Frame/distinfo 2015/02/20 15:44:08 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2012/01/25 09:21:13 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.2 2015/02/20 15:44:08 mef Exp $
2 2
3SHA1 (Net-Frame-1.07.tar.gz) = 075076ffb46a340e260e156b744c6a300616bcf1 3SHA1 (Net-Frame-1.15.tar.gz) = c7f188528d22ff57d333c3cd0264dff7359746db
4RMD160 (Net-Frame-1.07.tar.gz) = a0d7fd61336821d05071fb9a7713ff7ee225b350 4RMD160 (Net-Frame-1.15.tar.gz) = bfa5ca7a77f284a392746d70b66a50bff478a3c4
5Size (Net-Frame-1.07.tar.gz) = 20870 bytes 5Size (Net-Frame-1.15.tar.gz) = 29718 bytes