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:           Wed Nov 13 10:53:36 UTC 2019

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Import dhcpcd-8.1.2 with the following changes:
 * hooks: STOPPED is now run on timeout and exit
 * musl: Fix build
 * Linux: Validate RTM_NEWADDR/RTM_DELADDR messages
 * BSD: Use IP_REVCIF rather than IN_PKTINFO
 * build: address sanitisation is enabled for debug builds
 * build: Improve detection of dlsym requirements
 * DHCP: When rebinding, ensure we have a DHCP ARP state
 * RA: Sort routers when reachability changes
 * RA: Apply hoplimit, reachable and retrans timer values to kernel
 * RA: Warn if advertised MTU > interface MTU
 * OpenBSD: Fix carrier detection for OpenBSD-6.6
 * dhcpcd: Report SSID connection to when we gain carrier
 * DHCP: Fix corruption of address flags when renewing


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.89 -r1.90 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.92 pkgsrc/net/dhcpcd/Makefile:1.93
--- pkgsrc/net/dhcpcd/Makefile:1.92     Wed Oct 16 14:46:05 2019
+++ pkgsrc/net/dhcpcd/Makefile  Wed Nov 13 10:53:36 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2019/10/16 14:46:05 roy Exp $
+# $NetBSD: Makefile,v 1.93 2019/11/13 10:53:36 roy Exp $
 
-DISTNAME=              dhcpcd-8.1.1
+DISTNAME=              dhcpcd-8.1.2
 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.89 pkgsrc/net/dhcpcd/distinfo:1.90
--- pkgsrc/net/dhcpcd/distinfo:1.89     Wed Oct 16 14:46:05 2019
+++ pkgsrc/net/dhcpcd/distinfo  Wed Nov 13 10:53:36 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.89 2019/10/16 14:46:05 roy Exp $
+$NetBSD: distinfo,v 1.90 2019/11/13 10:53:36 roy Exp $
 
-SHA1 (dhcpcd-8.1.1.tar.xz) = 0bcc45f9acb628f0637afbc13f5f15e8467e6514
-RMD160 (dhcpcd-8.1.1.tar.xz) = 42fc3559bed7ed196bfc2bcbae983fc48febe978
-SHA512 (dhcpcd-8.1.1.tar.xz) = 2acca049029fa629ab6ba4f45959a2b67cf20c13e8659e71c1d5688fff5527df7007a4edfd9e88634ded9c76179d91b3e7adb92719f7a049d4f0cdbbd06e9a79
-Size (dhcpcd-8.1.1.tar.xz) = 227088 bytes
+SHA1 (dhcpcd-8.1.2.tar.xz) = 8ea547fc0bdeaed68f3787146332471a88f7f58a
+RMD160 (dhcpcd-8.1.2.tar.xz) = 7315f008c33458caf1afdd2a407dcb2eeac9232e
+SHA512 (dhcpcd-8.1.2.tar.xz) = 190e42391bc065536d0174a4a51db63b5e7360ccca3f69524a5c347d575ca9ee8439a739f88fadc1bb2509016d1d8f27fc7c7f2cc6724774f8072431f87b9bd7
+Size (dhcpcd-8.1.2.tar.xz) = 228736 bytes



Home | Main Index | Thread Index | Old Index