2023-04-11 17:57:02 by Roy Marples | Files touched by this commit (2) |  |
Log message:
Update to dhcpcd-9.5.0.
Highlights include:
* Linux SECCOMP updates for many more platforms.
* Misc bug fixes mainly around privsep for many platforms.
* Fix for reading the some BSD routing table entries.
* Fix reading authtokens from config.
|
2022-10-02 21:40:06 by Niclas Rosenvik | Files touched by this commit (1) |
Log message:
pkglint fixes
|
2022-10-02 20:47:50 by Niclas Rosenvik | Files touched by this commit (2) |
Log message:
Update net/dhcpcd to version 9.4.1
Fix MASTER_SITES.
Notable changes from git log:
Better RFC 4707 conformance.
Fix getting interface VLANID on *BSD.
Fix Compile on DragonFlyBSD.
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2021-02-18 18:09:33 by Nia Alarie | Files touched by this commit (2) |  |
Log message:
dhcpcd: update to 9.4.0
changes:
* DHCP: For anonymous, just use a generic ClientID
* link: Split hardware address randomisation out of anonymous option
* link: Only report hardware changes for active interfaces
* link: Report errors obtaining recv buffer size on overflow
* hooks: Add NOCARRIER_ROAMING reason
* hooks: interface_order now reflects priorities again
* Linux: SECCOMP fixes for privsep for various platforms
* Linux: Persist IP when wireless is roaming
|
2020-12-03 15:17:50 by Zafer Aydogan | Files touched by this commit (1) |  |
Log message:
update master site
|
2020-11-28 15:30:13 by Roy Marples | Files touched by this commit (2) |
Log message:
Update to dhcpcd-9.3.4 with the following changes:
* DHCP: If error adding the address in oneshot, exit with failure
* DHCP: Only listen to the address if we successfully added it
* DHCP6: Fix segfault introduced in dhcpcd-9.3.3
* DHCP6: Abort in test mode when an error is returned by server
* options: allow --ia_na=1 and --ia_pd=2 on the command line
* options: Allow duid to take a value
|
2020-11-20 14:27:23 by Roy Marples | Files touched by this commit (2) |
Log message:
Update to dhcpcd-9.3.3 with the following changes:
* dhcpcd: Don't create a launcher process if keeping in foreground
* dhcpcd: Add --noconfigure option
* control: Create an unpriv socket for non master mode
* options: Don't log unknown ones when printing pidfile location
* privsep: Fix Linux ARM32 and operating over a serial terminal
* Linux: Fix detection of IPv4 addresses
* Linux: Fix namespace matching issue
|
2020-11-01 15:27:43 by Roy Marples | Files touched by this commit (2) |
Log message:
Update to dhcpcd-9.3.2 with the following changes:
With the following changes:
* DHCP: Add support for IPv6-Only Preferred option, RFC 8925.
* BSD: LINK_STATE_UNKNOWN is treated as UP once again
* privsep: fix Linux SECCOMP for more platforms
* privsep: add a debugger for SECCOMP (disabled by default)
* privsep: pass logging to the privileged actioneer
* privsep: allow logfile re-opening to work
* privsep: close BPF socket on ENXIO
* privsep: don't leave a BOOTP BPF listener rebooting in non master mode
|