pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-Net-DHCP
Module Name: pkgsrc
Committed By: wen
Date: Mon Jul 8 07:29:45 UTC 2024
Modified Files:
pkgsrc/net/p5-Net-DHCP: Makefile distinfo
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
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/p5-Net-DHCP/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/p5-Net-DHCP/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/p5-Net-DHCP/Makefile
diff -u pkgsrc/net/p5-Net-DHCP/Makefile:1.20 pkgsrc/net/p5-Net-DHCP/Makefile:1.21
--- pkgsrc/net/p5-Net-DHCP/Makefile:1.20 Thu Jul 6 09:41:05 2023
+++ pkgsrc/net/p5-Net-DHCP/Makefile Mon Jul 8 07:29:45 2024
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.20 2023/07/06 09:41:05 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/07/08 07:29:45 wen Exp $
#
-DISTNAME= Net-DHCP-0.696
-PKGNAME= p5-${DISTNAME:S/696/69.6/}
-PKGREVISION= 7
+DISTNAME= Net-DHCP-0.7
+PKGNAME= p5-${DISTNAME:S/7/70.0/}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://metacpan.org/release/Net-DHCP
COMMENT= Object methods to create a DHCP packet
-LICENSE= ${PERL5_LICENSE}
+LICENSE= mit
+
+TEST_DEPENDS+= p5-Net-Frame-Simple>=0:../../net/p5-Net-Frame-Simple
+TEST_DEPENDS+= p5-Net-Frame-Dump>=0:../../net/p5-Net-Frame-Dump
EGSUBDIR= share/examples/p5-Net-DHCP
INSTALLATION_DIRS+= ${EGSUBDIR}
Index: pkgsrc/net/p5-Net-DHCP/distinfo
diff -u pkgsrc/net/p5-Net-DHCP/distinfo:1.6 pkgsrc/net/p5-Net-DHCP/distinfo:1.7
--- pkgsrc/net/p5-Net-DHCP/distinfo:1.6 Tue Oct 26 11:06:17 2021
+++ pkgsrc/net/p5-Net-DHCP/distinfo Mon Jul 8 07:29:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:06:17 nia Exp $
+$NetBSD: distinfo,v 1.7 2024/07/08 07:29:45 wen Exp $
-BLAKE2s (Net-DHCP-0.696.tar.gz) = 88c9296934e778997a5d5abf833fe0da5adbc59b1a4d5b313a09db870eeceef9
-SHA512 (Net-DHCP-0.696.tar.gz) = 4e9a0858cbbe3594fe2826234423be6fa3be8b477dcdc377fc63901fb627ac70946a06bebb6afd464202df624dd05c496a5729e78f85190ab34019d64bb17627
-Size (Net-DHCP-0.696.tar.gz) = 45683 bytes
+BLAKE2s (Net-DHCP-0.7.tar.gz) = b91907ac1701fd83e4343854e2c6d09f2d12030a6bc5dc4044daaddd7251942d
+SHA512 (Net-DHCP-0.7.tar.gz) = a697c137f4304cb8775dc88f0b1d2b687a681dcf70bccd4e028b8c9c2fde08b6a99871c4fa62b604e88f6cc678e12f67b98a67ce9f146708fa7aedd96b1c0cba
+Size (Net-DHCP-0.7.tar.gz) = 52938 bytes
Home |
Main Index |
Thread Index |
Old Index