pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/dhcpcd Import dhcpcd-6.11.1 with the following cha...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3305fe7b2c6a
branches: trunk
changeset: 348683:3305fe7b2c6a
user: roy <roy%pkgsrc.org@localhost>
date: Fri Jun 17 19:46:39 2016 +0000
description:
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
diffstat:
net/dhcpcd/Makefile | 4 ++--
net/dhcpcd/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r f369f18885b1 -r 3305fe7b2c6a net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile Fri Jun 17 19:42:47 2016 +0000
+++ b/net/dhcpcd/Makefile Fri Jun 17 19:46:39 2016 +0000
@@ -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/
diff -r f369f18885b1 -r 3305fe7b2c6a net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo Fri Jun 17 19:42:47 2016 +0000
+++ b/net/dhcpcd/distinfo Fri Jun 17 19:46:39 2016 +0000
@@ -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