Debian Patches

Status for boost1.83/1.83.0-2.1

Patch Description Author Forwarded Bugs Origin Last update
fix_extension.patch fix python extensions
===================================================================
Anton Gladky <gladk@debian.org> no 2023-01-14
0001-Remove-timestamps-and-dates-from-documentation.patch [PATCH] Remove timestamps and dates from documentation.
https://reproducible-builds.org/docs/timestamps/
Vagrant Cascadian <vagrant@reproducible-builds.org> no 2023-04-22
30.patch [PATCH] Fix narrowing conversions for ppc
These constants are too large for `long long` so are unsigned,
and then cannot be narrowed to the signed type.

Fixes #29
Jonathan Wakely <jwakely@fedoraproject.org> no 2022-01-31
40.patch Fix FTBFS during doc generation.
===================================================================
Anton Gladky <gladk@debian.org> no debian 2023-10-05
50.patch [PATCH] Fix ABI detection for empty 'os.platform'
`in` operator in bjam always returns true if its first
argument has no elements[1]. This means that if `os.platform`
is empty (not detected), the construction introduced
in commit d039c8e4da79dbc76481236249e22892bfdde047 sets
ABI to `aapcs` on all platforms where `os.platform` is
empty, including, e.g. riscv64, and breaks build there.

This commit refactors the condition to use '=' operator,
to make sure that when `os.platform` is empty we get
the default ABI value, and thus fixes build on riscv64.

[1] https://www.boost.org/doc/libs/1_83_0/tools/build/doc/html/index.html#jam.language.flow_of_control
"Ivan A. Melnikov" <iv@altlinux.org> no 2023-08-17
20_remove_privacy_breach.patch Rremove proviacy bridge
===================================================================
Anton Gladky <gladk@debian.org> no 2022-12-09
116.patch [PATCH] Avoid boost::phoenix::placeholders::uarg1..10 ODR violations
Those variables, defined in an include file, had external linkage, causing ODR
violations. Make them const to implicitly give them internal linkage.
Stephan Bergmann <sbergman@redhat.com> no 2023-01-04
fix-mpi-python37.patch =================================================================== no

All known versions for source package 'boost1.83'

Links