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:           Mon Jan  1 11:57:20 UTC 2018

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Import dhcpcd-7.0.0 with the following changes:
  *  dhcp: when unicasting on L3, unicast on L2 as well
  *  dhcp: when rebooting, don't set cidaddr
  *  dhcp6: don't listen on IPv6 addresses when not using DHCPv6
  *  dhcp: only set probe state when probing (fixes REBOOT reason)
  *  linux: use IFA_F_NOPREFIXROUTE for IPv4 addresses
  *  ipv6: disable kernel RA if interface is active
  *  hooks: set protocol to link for link layer events


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.66 -r1.67 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.69 pkgsrc/net/dhcpcd/Makefile:1.70
--- pkgsrc/net/dhcpcd/Makefile:1.69     Wed Dec  6 10:43:55 2017
+++ pkgsrc/net/dhcpcd/Makefile  Mon Jan  1 11:57:20 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2017/12/06 10:43:55 roy Exp $
+# $NetBSD: Makefile,v 1.70 2018/01/01 11:57:20 roy Exp $
 
-DISTNAME=              dhcpcd-7.0.0-rc4
+DISTNAME=              dhcpcd-7.0.0
 PKGNAME=               ${DISTNAME:S/-rc/rc/}
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/

Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.66 pkgsrc/net/dhcpcd/distinfo:1.67
--- pkgsrc/net/dhcpcd/distinfo:1.66     Wed Dec  6 10:43:55 2017
+++ pkgsrc/net/dhcpcd/distinfo  Mon Jan  1 11:57:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.66 2017/12/06 10:43:55 roy Exp $
+$NetBSD: distinfo,v 1.67 2018/01/01 11:57:20 roy Exp $
 
-SHA1 (dhcpcd-7.0.0-rc4.tar.xz) = 507187ebdbf35995f75600a784f81d156fdad5cd
-RMD160 (dhcpcd-7.0.0-rc4.tar.xz) = a8df54d1e35925d152d4b44aed46edce992c5add
-SHA512 (dhcpcd-7.0.0-rc4.tar.xz) = e4bbb7d52021b84510d2a4e634b6fb979c126a6828de55053df0d3c6aae67a5c9be3da008bd7c8606be3d6aa28b00bafed3188473adcf2f3bc1bbfe9b1f4adc3
-Size (dhcpcd-7.0.0-rc4.tar.xz) = 207596 bytes
+SHA1 (dhcpcd-7.0.0.tar.xz) = dccb56178bc290bfbf7df64a871a0a0889390175
+RMD160 (dhcpcd-7.0.0.tar.xz) = 0333798c14723f591e664f9721a7afe86efcfaa5
+SHA512 (dhcpcd-7.0.0.tar.xz) = f2ab1fcb2dad0c93da757c15d0b772b40cc15c8e59161d91684f06961cf7b515473d7c3fc5973b7755ac525e6851abdf8a5f27760bb5d28fe17e90ff0feaf904
+Size (dhcpcd-7.0.0.tar.xz) = 207924 bytes



Home | Main Index | Thread Index | Old Index