Path to this page:
Subject: CVS commit: pkgsrc/net/p5-Net-DHCP
From: Wen Heping
Date: 2024-07-08 09:29:45
Message id: 20240708072945.D559EFC74@cvs.NetBSD.org
Log Message:
Update to 0.7
Update LICENSE
Add missing TEST_DEPENDS
Upstream changes:
0.7 2002-06-22
- Increase minimum perl to 5.12 to ensure Socket is new enough for Net::Frame
- Update Changes to provide more details
- Bump to 0.7
- WARNING! This release might break your toys. Please test it first \
before upgrading!
0.7_010 2022-06-22
- Update license to MIT, approved by all contributors \
https://github.com/djzort/Net-DHCP/issues/11
0.7_009 2022-06-22
- Accepted PR https://github.com/djzort/Net-DHCP/pull/10 - Implement \
levels of packet minimal length checking
0.7_008 2018-02-16
- Merge PR https://github.com/djzort/Net-DHCP/pull/8 - Declare provided \
modules in meta.{yml,json}
0.7_007 2016-07-25
- Merge PR https://github.com/djzort/Net-DHCP/pull/6 - Can use \
addSubOptionValue for some DHO_DHCP_AGENT_OPTIONS
0.7_006 2016-02-24
- Minor change via https://github.com/djzort/Net-DHCP/pull/5
0.7_005 2015-09-21
- Fix build deps for BZ107212
0.7_004 2015-09-15
- Some basic support for option 120
0.7_003 2015-08-28
- Add more test examining reeal packets
- Start handling client id's
- Add author covenant
- Moved various methods to Net::DHCP::Packet::Attributes
- Moved various methods to Net::DHCP::Packet::IPv4Utils
- Adjusted tests accordingly
- Net::DHCP no longer exports unpackinet, packinet, unpackinets, packinets
0.7_002 2015-08-15
- Add tests examining real packets from tcpdump
0.7_001 2015-08-08
- Reworked ->new()
- Bring back Net/DHCP.pm
- Add Virtual Subnet Selection constant from rfc 6607
- Add tests examining real packets from tcpdump
- Option 82 decoding
- Lists of values are now retured with commas
Files: