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:           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.

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



Home | Main Index | Thread Index | Old Index