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 29 11:16:26 UTC 2018

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Import dhcpcd-7.0.1 with the following changes:
*  hooks: remove use of local builtin for better portability
*  Fix build issue when `__GNUC__ <= 2` (thanks to Chris Hathhorn)
*  dhcpcd: don't log errors working out carrier for departed interfaces
*  ipv4: allow configuration of static broadcast address
*  if: don't set MTU during interface discovery
*  if: don't activate non matching interfaces to commandline ones
*  configure: make `--includedir=/usr/src/foo` work
*  eloop-bench: fix hangs when using a large number of cycles
*  dhcp: don't bind when we've just probed an address to inform


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.67 -r1.68 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.70 pkgsrc/net/dhcpcd/Makefile:1.71
--- pkgsrc/net/dhcpcd/Makefile:1.70     Mon Jan  1 11:57:20 2018
+++ pkgsrc/net/dhcpcd/Makefile  Mon Jan 29 11:16:26 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2018/01/01 11:57:20 roy Exp $
+# $NetBSD: Makefile,v 1.71 2018/01/29 11:16:26 roy Exp $
 
-DISTNAME=              dhcpcd-7.0.0
+DISTNAME=              dhcpcd-7.0.1
 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.67 pkgsrc/net/dhcpcd/distinfo:1.68
--- pkgsrc/net/dhcpcd/distinfo:1.67     Mon Jan  1 11:57:20 2018
+++ pkgsrc/net/dhcpcd/distinfo  Mon Jan 29 11:16:26 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.67 2018/01/01 11:57:20 roy Exp $
+$NetBSD: distinfo,v 1.68 2018/01/29 11:16:26 roy Exp $
 
-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
+SHA1 (dhcpcd-7.0.1.tar.xz) = 745526c021223413c3e08653df04875c0323e415
+RMD160 (dhcpcd-7.0.1.tar.xz) = c9e5fcc7f06d93ee11248cb97becebbdaccc5b52
+SHA512 (dhcpcd-7.0.1.tar.xz) = d2a9b053aa663dd1ed38a10a73ee3377a3a076c9638bdda9331a4c161c2ba87f5f68f366ac8e1f1015404f617b74261a03a97ac7cdfd642b4a41b87b54984c34
+Size (dhcpcd-7.0.1.tar.xz) = 207908 bytes



Home | Main Index | Thread Index | Old Index