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.9.0 with the following chan...
details: https://anonhg.NetBSD.org/pkgsrc/rev/001bb23fc6a5
branches: trunk
changeset: 651895:001bb23fc6a5
user: roy <roy%pkgsrc.org@localhost>
date: Sat May 16 23:37:25 2015 +0000
description:
Import dhcpcd-6.9.0 with the following changes:
* Fix IPv6 prefix underflow when confirming deprecated but valid leases
* eloop.c and .h are now 100% portable outside of dhcpcd
(provided the system supports recent POSIX and either you or
the system provide working TAILQ macros)
* Allow waitip to work per interface.
* Handle ND options in the same way we handle DHCP and DHCPv6 options.
* Add new variable of type bitflags:flags where the flags ABCDEFGH,
A is 10000000, B is 01000000, etc.
Variables with the name reserved are no longer processed.
* Improve IN_IFF_TENTATIVE with ip sharing.
diffstat:
net/dhcpcd/Makefile | 4 ++--
net/dhcpcd/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 1e52406c064a -r 001bb23fc6a5 net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile Sat May 16 20:28:36 2015 +0000
+++ b/net/dhcpcd/Makefile Sat May 16 23:37:25 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2015/05/05 10:22:49 roy Exp $
+# $NetBSD: Makefile,v 1.48 2015/05/16 23:37:25 roy Exp $
#
-DISTNAME= dhcpcd-6.8.2
+DISTNAME= dhcpcd-6.9.0
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
diff -r 1e52406c064a -r 001bb23fc6a5 net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo Sat May 16 20:28:36 2015 +0000
+++ b/net/dhcpcd/distinfo Sat May 16 23:37:25 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2015/05/05 10:22:49 roy Exp $
+$NetBSD: distinfo,v 1.45 2015/05/16 23:37:25 roy Exp $
-SHA1 (dhcpcd-6.8.2.tar.bz2) = 4fa1299d0ca947dd39013851e7c047b4dabb36c3
-RMD160 (dhcpcd-6.8.2.tar.bz2) = edb2b1ac6a00b2a9db730ec25579f9ee9193befc
-Size (dhcpcd-6.8.2.tar.bz2) = 175355 bytes
+SHA1 (dhcpcd-6.9.0.tar.bz2) = 0e4900e05c01b795508b51f882e1316aad5ad932
+RMD160 (dhcpcd-6.9.0.tar.bz2) = c092e666440fafc8793a86d86b300327db31d9e6
+Size (dhcpcd-6.9.0.tar.bz2) = 176736 bytes
Home |
Main Index |
Thread Index |
Old Index