Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/dhcpcd Update to dhcpcd-9.1.1 with the following c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05fda566260c
branches:  trunk
changeset: 433565:05fda566260c
user:      roy <roy%pkgsrc.org@localhost>
date:      Thu Jun 04 13:15:04 2020 +0000

description:
Update to dhcpcd-9.1.1 with the following changes:

 * Restore dumping leases from stdin
 * auth: Only accept RECONFIGURE messages from LL addresses
 * auth: Access the RDM monotonic counter file via privsep
 * ARP: call arp_announced() when cancelling it
 * BSD: fwip(4) interfaces are now ignored by default
 * privsep: Ensure IPC buffers are large enough to carry messages
 * privsep: Only open RAW sockets for the needed protocols
 * privsep: Fix indirect ioctls returning data
 * privsep: wait for processes on SIGCHLD rather than when sent a STOP cmd
 * eloop: just use ppoll/pollts(2), falling back to pselect(2)

diffstat:

 net/dhcpcd/Makefile |   4 ++--
 net/dhcpcd/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 318e1f944546 -r 05fda566260c net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile       Thu Jun 04 13:12:56 2020 +0000
+++ b/net/dhcpcd/Makefile       Thu Jun 04 13:15:04 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2020/04/21 09:59:48 roy Exp $
+# $NetBSD: Makefile,v 1.101 2020/06/04 13:15:04 roy Exp $
 
-DISTNAME=              dhcpcd-9.0.2
+DISTNAME=              dhcpcd-9.1.1
 PKGNAME=               ${DISTNAME:S/-rc/rc/}
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/
diff -r 318e1f944546 -r 05fda566260c net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo       Thu Jun 04 13:12:56 2020 +0000
+++ b/net/dhcpcd/distinfo       Thu Jun 04 13:15:04 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.97 2020/04/21 09:59:48 roy Exp $
+$NetBSD: distinfo,v 1.98 2020/06/04 13:15:04 roy Exp $
 
-SHA1 (dhcpcd-9.0.2.tar.xz) = 6aa06f0f8fb0c01adabdad9028c0473312dbe1b9
-RMD160 (dhcpcd-9.0.2.tar.xz) = 571e4a0552185c19ea14d4ab34bf3610e9071c4e
-SHA512 (dhcpcd-9.0.2.tar.xz) = 2a606bff2e96d1da5d3642ac68341c14b378d9a905cba364ab42eba1285604f8be56b9efeff3eee18d89b71f0f9f3b05cb7b88e8fce568baf1c0d1e5d3becb5f
-Size (dhcpcd-9.0.2.tar.xz) = 244800 bytes
+SHA1 (dhcpcd-9.1.1.tar.xz) = 400ef55d8d713b77c20c1bb7bf7ccae254ec1b45
+RMD160 (dhcpcd-9.1.1.tar.xz) = 0018a5ef2b85ffc46e1edb2fd4c4efd7fef3f530
+SHA512 (dhcpcd-9.1.1.tar.xz) = 7b1eb052293218e9b52f7ff40768eaa9db832979ffa8e4ba4724ce98bac9e9c809505b40aaebd4cf13192d0b30f2e963d34ca3b9c1e05458e86e11d06e1cbed8
+Size (dhcpcd-9.1.1.tar.xz) = 246084 bytes



Home | Main Index | Thread Index | Old Index