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 Oct  7 08:26:14 UTC 2016

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Import dhcpcd-6.11.4 with the following changes:
  *  Fixed octal and hex string parsing in options.
  *  Ignore bogus RTM_DELADDR on FreeBSD when the interface goes down.
  *  Several statically sized buffers have been removed and replaced
     with dynamically sized ones where we have no real idea of what
     the size will be.
  *  Reverse IPv4 route removal order.
  *  Improved handling of Netlink messages on Linux.
  *  Poll for tentative link-local addresses if needed.
  *  Added --small configure directive to reduce binary size
  *  Allow DHCPv6, IPv4lL and authentication to be compiled out
  *  dhcpcd requries the interface to be up when considering link status
  *  Add support for ifa_addrflags in getifaddrs(3)
  *  Add support for ifam_addrflags and ifam_pid from route(4)
  *  If T1 or T2 are not set in DHCPv6 messages, use a default from the
     lowest pltime instead of the expiration time.
  *  Validate lease before moving to REQUEST when both ends use
     rapid commit.
  *  If lease validation fails, don't restart the DISCOVER phase if
     we're already in it.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.58 -r1.59 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.59 pkgsrc/net/dhcpcd/Makefile:1.60
--- pkgsrc/net/dhcpcd/Makefile:1.59     Tue Aug 16 16:15:47 2016
+++ pkgsrc/net/dhcpcd/Makefile  Fri Oct  7 08:26:14 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2016/08/16 16:15:47 roy Exp $
+# $NetBSD: Makefile,v 1.60 2016/10/07 08:26:14 roy Exp $
 #
 
-DISTNAME=              dhcpcd-6.11.3
+DISTNAME=              dhcpcd-6.11.4
 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.58 pkgsrc/net/dhcpcd/distinfo:1.59
--- pkgsrc/net/dhcpcd/distinfo:1.58     Tue Aug 16 16:15:47 2016
+++ pkgsrc/net/dhcpcd/distinfo  Fri Oct  7 08:26:14 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.58 2016/08/16 16:15:47 roy Exp $
+$NetBSD: distinfo,v 1.59 2016/10/07 08:26:14 roy Exp $
 
-SHA1 (dhcpcd-6.11.3.tar.xz) = 6e362f8fcb7e39759ede1ae0f4f98d29f59eb487
-RMD160 (dhcpcd-6.11.3.tar.xz) = 18544fde83ce87951ad5648997235a186c32395f
-SHA512 (dhcpcd-6.11.3.tar.xz) = 249185532cb239124f847c28e6bfb3e8a85e818e05a07eb0c6ac6843fbbab8afa8d6ebce4032b3537ccfb7fafb306dd0dc51c0e97f337f12f5071ba499686a70
-Size (dhcpcd-6.11.3.tar.xz) = 194892 bytes
+SHA1 (dhcpcd-6.11.4.tar.xz) = 05a5a61cf67f9d29636619cf133f766de9032bb7
+RMD160 (dhcpcd-6.11.4.tar.xz) = 57002d0d96feedd54552c3c6ffe5590b8a134d69
+SHA512 (dhcpcd-6.11.4.tar.xz) = cc2cd3996b43f27dfe947c9cc94e0993b9ab692ed62e58185b2024a287f25b6a02d1ef9f5fc50b515fbe7fbf2cca5c6408db76359da03615008615208f9f49de
+Size (dhcpcd-6.11.4.tar.xz) = 198060 bytes



Home | Main Index | Thread Index | Old Index