commit 35df4f04b66986977385db0627d50e99b51678f3
Author: Joan Lledó <jlledom@member.fsf.org>
Date: Wed Aug 5 19:03:42 2026 +0200
Update changelog
commit 062d724f765f785220c59881d2ff9ca81d9eff01
Author: Joan Lledó <jlledom@member.fsf.org>
Date: Wed Aug 5 19:03:28 2026 +0200
posixlib & in_pktinfo: Remove patch timestamps
Were added by accident due to quilt misconfiguration
commit 2d2646bd0daa035a4d0414243fa8e782963c04e2
Author: Joan Lledó <jlledom@member.fsf.org>
Date: Wed Aug 5 18:50:59 2026 +0200
fix_armhf_riscv64: Add patch headers
commit ed878aa3bd83d194a716b46f5eade07a98ad4b72
Author: Joan Lledó <jlledom@member.fsf.org>
Date: Wed Jul 29 17:11:57 2026 +0200
Add new unreleased version
commit 9e778d9df034dd923e8d191c9a700026b9710d61
Author: Joan Lledó <jlledom@member.fsf.org>
Date: Wed Jul 29 17:05:43 2026 +0200
debian/patches/posixlib: guard DHCP hooks with __GNU__ and rename to lwip_unix_hurd_hooks
The lwIP hooks for routing DHCP packets through unconfigured interfaces
are specific to GNU/Hurd, where glibc lacks SO_BINDTODEVICE. Rename
lwip_hooks.{c,h} to lwip_unix_hurd_hooks.{c,h} and wrap both the hook
definitions and the source compilation in __GNU__ / CMAKE_SYSTEM_NAME
checks so they are only active on the Hurd.
Also harden dhcp_ip4_route_src with a NULL check on src and skip
already-configured interfaces when searching for a match. Add detailed
comments documenting the known limitation with multiple unconfigured
interfaces.
Among the 9 debian patches available in version 2.2.1+dfsg1-7 of the package, we noticed the following issues: