pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/dhcpcd
Module Name: pkgsrc
Committed By: roy
Date: Fri Jun 17 19:46:40 UTC 2016
Modified Files:
pkgsrc/net/dhcpcd: Makefile distinfo
Log Message:
Import dhcpcd-6.11.1 with the following changes:
* Fix truncated packet handling where the DHCP message is less than the
BOOTP size
* Rework the raw socket handling around an fd for initial Solaris support
* Only pull one message from the raw socket - eloop will handle the looping
* Netmask fixes for STATIC and INFORM
* Rework if_address to use struct ipv4_addr, like the ipv6 counter parts
* Split BSD handlink into many smaller functions to improve readability
* empty DNS entries are no longer created
* Test for hostname_fqdn being set to server or blank
* Allow an SLA 0 and prefix length of 0 to delegate the whole prefix
ia_pd 1 wm1/0
* Fix prefix delegation address timings on renew
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/net/dhcpcd/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/dhcpcd/Makefile
diff -u pkgsrc/net/dhcpcd/Makefile:1.56 pkgsrc/net/dhcpcd/Makefile:1.57
--- pkgsrc/net/dhcpcd/Makefile:1.56 Mon May 9 10:24:32 2016
+++ pkgsrc/net/dhcpcd/Makefile Fri Jun 17 19:46:39 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2016/05/09 10:24:32 roy Exp $
+# $NetBSD: Makefile,v 1.57 2016/06/17 19:46:39 roy Exp $
#
-DISTNAME= dhcpcd-6.11.0
+DISTNAME= dhcpcd-6.11.1
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.55 pkgsrc/net/dhcpcd/distinfo:1.56
--- pkgsrc/net/dhcpcd/distinfo:1.55 Mon May 9 10:24:32 2016
+++ pkgsrc/net/dhcpcd/distinfo Fri Jun 17 19:46:39 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.55 2016/05/09 10:24:32 roy Exp $
+$NetBSD: distinfo,v 1.56 2016/06/17 19:46:39 roy Exp $
-SHA1 (dhcpcd-6.11.0.tar.xz) = f6e8245edd8469e5dad3fedd5c8c6a4e95daa8b5
-RMD160 (dhcpcd-6.11.0.tar.xz) = 4c7c3d067876e986efd568c7e42ac54e94bb6771
-SHA512 (dhcpcd-6.11.0.tar.xz) = ee46f28b046752e80839c229e074cb87aea93695c1347ba852a026828a34b47f66990c9ce863f7de02ad81cc922c0ae000ab8fbb23ed9f2d1f97b720020db166
-Size (dhcpcd-6.11.0.tar.xz) = 187580 bytes
+SHA1 (dhcpcd-6.11.1.tar.xz) = 23d264e739496ef0d4ac9c4e8aac31d8779a73d0
+RMD160 (dhcpcd-6.11.1.tar.xz) = df6754621c5b3a323f14328ed246ec3ad698efff
+SHA512 (dhcpcd-6.11.1.tar.xz) = 50ef755b13a96fe484623d9f2dbd91407fbea5ca728fd05dbf4259a61611a07cf3ffad7e8d20ecd513dbef80602074809abd1f5177daaa51ceccc2af5c88269f
+Size (dhcpcd-6.11.1.tar.xz) = 190956 bytes
Home |
Main Index |
Thread Index |
Old Index