Fix an off by one land mine in PR 60099 fix
While here, fix another, identical land mine, that
has been buried in the absolute wilderness for years.
Someone would have stepped on it one day.
Also fix a field splitting bug handling : or = in
IFS when generated from ${var-string1:string2} type
expansions. This one is even older.
Clean up some dead code that didn't get removed with
the initial 60099 fixes, but probably should have been.
DEBUG mode improvements (the last couple of days have
really needed the DEBUG code).
benchmarks/paranoia: Set -fexcess-precision=standard
because the point is to test IEEE754, and an operating system
providing "not IEEE754" by default is a red herring.
net/iodine: Update to 0.8.0
pkgsrc changes:
Because email to MAINTAINER timed out, take MAINTAINERship and leave
previous as secondary.
2023-04-17: 0.8.0 "Burning Snowman"
- Mac OS X: Support native utun VPN devices. Patch by
Peter Sagerson, ported from OpenVPN by Catalin Patulea.
- Fix compilation failure on kFreeBSD and Hurd, by Gregor Herrmann
- Patch from Ryan Welton that fixes compilation warning.
- README converted to markdown by Nicolas Braud-Santoni.
- Linux: use pkg-config for systemd support flags.
Patch by Jason A. Donenfeld.
- Add support for IPv6 in the server.
Raw mode will be with same protocol as used for login.
Traffic inside tunnel is still IPv4.
- Update android build to try to support 5.0 (Lollipop) and newer.
[4 lines not shown]
chat/element-web: Update to 1.12.12
Upstream NEWS:
1.12.12
Features
Add stable support for MSC4380 invite blocking (#31966). Contributed by @richvdh.
Hide the names of banned users behind a spoiler tag (#32424). Contributed by @andybalaam.
Room list: remove bold effect on selected room (#32593). Contributed by @florianduros.
Use Compound buttons in auth screens (#32562). Contributed by @t3chguy.
Track room list sorting algorithm changes (#32556). Contributed by @MidhunSureshR.
Update sso_redirect_options to work for Native OIDC (#32537). Contributed by @t3chguy.
1.12.11
Deprecations
[48 lines not shown]