lwip (2.2.1+dfsg1-7)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 2.2.1+dfsg1-8 > 2.2.1+dfsg1-7
- Git: https://salsa.debian.org/debian/lwip.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 516096
- Browser: https://salsa.debian.org/debian/lwip
- Last scan: 2026-08-12 06:34:03+00
- Error: https://salsa.debian.org/api/v4/projects/debian%2Flwip API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-08-20 13:44:00+00
- Debian changelog in Git:
lwip (2.2.1+dfsg1-8) UNRELEASED; urgency=medium
* patches/posixlib:
* Guard DHCP routing hooks with __GNU__ and rename
to lwip_unix_hurd_hooks
* Rename lwip_hooks.{c,h} to lwip_unix_hurd_hooks.{c,h}
* Wrap hook definitions and source compilation in __GNU__ /
CMAKE_SYSTEM_NAME checks so they are only active on GNU/Hurd
* Add NULL check for src in dhcp_ip4_route_src and skip
already-configured interfaces
* Document the known limitation with multiple unconfigured interfaces
* Remove patch timestamps
* patches/fix_armhf_riscv64
* Add headers
* patches/in_pktinfo
* Remove patch timestamps
-- Joan Lledó <jlledom@member.fsf.org> Wed, 05 Aug 2026 19:06:13 +0200
- This branch is 5 commits ahead of tag debian/2.2.1+dfsg1-7
- Git log:
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.