Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A32A85369 for ; Fri, 6 Oct 2023 09:01:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KKkZq7L1UvjS for ; Fri, 6 Oct 2023 09:01:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9091085357 for ; Fri, 6 Oct 2023 09:01:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89BA6FBDB; Fri, 6 Oct 2023 09:01:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696582901274270" MIME-Version: 1.0 Date: Fri, 6 Oct 2023 09:01:41 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/net/dhcpcd To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20231006090141.89BA6FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696582901274270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Fri Oct 6 09:01:41 UTC 2023 Modified Files: pkgsrc/net/dhcpcd: Makefile distinfo Log Message: Import dhcpcd-10.0.3 with the following changes: DHCP: Don't crash on a test run dhcpcd: Fix off-by-one overflow when read() writes full BUFSIZ privsep: fix strlcpy overflow in psp_ifname privsep: Fix a FD leak when processes exit dhcpcd: Use a local variable instead of the optind dhcpcd: Guard against handling many SIGTERM/SIGINT DHCP6: Send correct amount of used buffer for prefix exclude option options: andsf6 is DHCPv6, not DHCP options: introduce the uri option as opposed to a string DHCP6: Set all requested addrs as not stale when starting discovery compat: update arc4random() to newer chacha20 based version from OpenBSD compat: Support libcrypto for hmac and sha256 compat: use OpenSSL RAND_priv_bytes() for entropy privsep: Allow diabling of SECCOMP on Linux linux: fix wireless roaming To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 pkgsrc/net/dhcpcd/Makefile cvs rdiff -u -r1.113 -r1.114 pkgsrc/net/dhcpcd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696582901274270 Content-Disposition: inline Content-Length: 1505 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/dhcpcd/Makefile diff -u pkgsrc/net/dhcpcd/Makefile:1.117 pkgsrc/net/dhcpcd/Makefile:1.118 --- pkgsrc/net/dhcpcd/Makefile:1.117 Wed Jul 19 14:19:58 2023 +++ pkgsrc/net/dhcpcd/Makefile Fri Oct 6 09:01:41 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.117 2023/07/19 14:19:58 roy Exp $ +# $NetBSD: Makefile,v 1.118 2023/10/06 09:01:41 roy Exp $ -DISTNAME= dhcpcd-10.0.2 +DISTNAME= dhcpcd-10.0.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=NetworkConfiguration/} GITHUB_PROJECT= dhcpcd Index: pkgsrc/net/dhcpcd/distinfo diff -u pkgsrc/net/dhcpcd/distinfo:1.113 pkgsrc/net/dhcpcd/distinfo:1.114 --- pkgsrc/net/dhcpcd/distinfo:1.113 Wed Jul 19 14:19:58 2023 +++ pkgsrc/net/dhcpcd/distinfo Fri Oct 6 09:01:41 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.113 2023/07/19 14:19:58 roy Exp $ +$NetBSD: distinfo,v 1.114 2023/10/06 09:01:41 roy Exp $ -BLAKE2s (dhcpcd-10.0.2.tar.xz) = 75d77cc25f6d05b00552a0479c645361a0e66342d24a7ae7ab5b3847c8fc5b6e -SHA512 (dhcpcd-10.0.2.tar.xz) = 1231caba6b6a2264ba80be0c888f52ce1c8de21289c3a4452b5319dae76d8c1c78331a822372e77ee1419d12c23c1d57df712499d43983eb535e79c6a8e78f42 -Size (dhcpcd-10.0.2.tar.xz) = 264324 bytes +BLAKE2s (dhcpcd-10.0.3.tar.xz) = 06d25393ad3cfdadbdc3de5f701309a0b7201543ab157ddf2c4e4bf8c04edffd +SHA512 (dhcpcd-10.0.3.tar.xz) = f4437e9aa094ab38f077c455b012f46cc84a39f97a19eae896a0954f24f2064e91407dc7f7be7fae00faf3455a8e50695e94c406f476f88a61b980169a778560 +Size (dhcpcd-10.0.3.tar.xz) = 268872 bytes --_----------=_1696582901274270--