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:           Sun Sep  6 15:01:00 UTC 2020

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Update to dhcpcd-9.2.0 with the following changes:

 * route: ensure IPv4LL routes come last in priority
 * DHCP: fix many issues with extending the last lease
 * privsep: don't read control group from config in privsep
 * privsep: only the master process responds to signals
 * privsep: use a socketpair for stderr/stdin rather than dupping /dev/null
 * privsep: right limit stdin/stderr/stdout
 * privsep: dumping a lease is now run in a sandbox
 * options: check if kernel supports INET or INET6 before enabling default
 * options: let clientid override a prior duid
 * options: allow -1 to represent infinity for requested lease time
 * dhcpcd: fix a crash initing a new interface after route overflow
 * Linux: fix reading the IPv6 forwarding proc entry


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.100 -r1.101 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.103 pkgsrc/net/dhcpcd/Makefile:1.104
--- pkgsrc/net/dhcpcd/Makefile:1.103    Fri Jul  3 10:49:07 2020
+++ pkgsrc/net/dhcpcd/Makefile  Sun Sep  6 15:01:00 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.103 2020/07/03 10:49:07 roy Exp $
+# $NetBSD: Makefile,v 1.104 2020/09/06 15:01:00 roy Exp $
 
-DISTNAME=              dhcpcd-9.1.4
+DISTNAME=              dhcpcd-9.2.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.100 pkgsrc/net/dhcpcd/distinfo:1.101
--- pkgsrc/net/dhcpcd/distinfo:1.100    Fri Jul  3 10:49:07 2020
+++ pkgsrc/net/dhcpcd/distinfo  Sun Sep  6 15:01:00 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.100 2020/07/03 10:49:07 roy Exp $
+$NetBSD: distinfo,v 1.101 2020/09/06 15:01:00 roy Exp $
 
-SHA1 (dhcpcd-9.1.4.tar.xz) = 1b9614fa4940a1c36a6aa6fa7ad8c80d60307d72
-RMD160 (dhcpcd-9.1.4.tar.xz) = 42468e3f26b48fcf13bc8c0fc43ce9d6c9363a48
-SHA512 (dhcpcd-9.1.4.tar.xz) = ef043dbd45cb6e5cfb407d9835e5fcd4580c4341e37170f2ff26869badf6ae030c477acca15163753e708ae8cadd62fa7d277c8542984b9119b851ed25a3149a
-Size (dhcpcd-9.1.4.tar.xz) = 249648 bytes
+SHA1 (dhcpcd-9.2.0.tar.xz) = 3a0293bf33036b03e94dafde16500c636d563675
+RMD160 (dhcpcd-9.2.0.tar.xz) = 4f7ee64bde7d58347c39ec4bf883b95ab826ae52
+SHA512 (dhcpcd-9.2.0.tar.xz) = deade0f650445a86de34fa4b354ca7da11ed0be38d07e412b5602c45ac40149d6a2925980b66ff95c625184c981b02864a95ce5c3c01245bb48cd1a21d2f5aba
+Size (dhcpcd-9.2.0.tar.xz) = 250584 bytes



Home | Main Index | Thread Index | Old Index