]> git.ipfire.org Git - ipfire-2.x.git/commit - lfs/dhcpcd
dhcpcd: Update to version 10.0.4
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 8 Nov 2023 21:57:57 +0000 (22:57 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 21 Nov 2023 19:08:49 +0000 (19:08 +0000)
commit5197e7bc6ab12c9610b49e9161693c6e8cc699f0
treeb656269525ddf64c77bbaf6ea33d00acaccf6aa3
parentfa92e618c1e7b5e0a8d5e857189c4c74d1e8aefe
dhcpcd: Update to version 10.0.4

- Update from version 10.0.2 to 10.0.4
- Update of rootfile not required
- Two patches removed as the fixes have been included in the source tarball
- Changelog
    10.0.4
    privsep: allow __NR_mmap2 call by @olegartys in #253
    privsep: allow __NR_clock_gettime32 syscall by @olegartys in #254
    compat/arc4random.c: use memset instead of explicit_bzero by
     @ffontaine in #252
    privsep: avoid SIGPIPE errors when scripts write to stderr/stdout after
     dhcpcd is daemonised
    10.0.3
    Do not crash on dhcpcd test run by @pemensik in #231
    Add automated CI builds for Ubuntu, OpenBSD, FreeBSD and NetBSD by
     @tobhe in #229
    dhcpcd: Fix off-by-one overflow when read() writes full BUFSIZ by
     @tobhe in #236
    privsep: fix strlcpy overflow in psp_ifname by @tobhe in #239
    ci: execute tests after successful build by @tobhe in #243
    compat: update arc4random() to newer chacha20 based version from OpenBSD by
     @tobhe in #227
    Support libcrypto for hmac and sha256 by @tobhe in #223
    Use a local variable instead of the optind by @gotthardp in #86
    Send correct amount of used buffer for prefix exclude option by
     @ctomahogh in #250
    compat: use OpenSSL RAND_priv_bytes() for entropy by @tobhe in #248

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
lfs/dhcpcd
src/patches/dhcpcd-10.0.2-fix-off-by-one-overflow-when-read.patch [deleted file]
src/patches/dhcpcd-10.0.2-privsep-fix-strlcpy-overflow-in-psp-ifname.patch [deleted file]