commit 83b51933c631f470dd2fa895c6a7b299add0e3b6
Author: Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
Date: Mon Jul 6 16:42:46 2026 +0500
Update changelog for new release
commit e23ed6e941c2106657daacf844f8b9d292885688
Author: Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
Date: Mon Jul 6 16:04:52 2026 +0500
d/control updates:
* Bumped Standards-Version to 4.7.4.
* Remove Priority optional.
* Remove Rules-Requires-Root no.
commit dd7ed118841e71eb6a0b0a193365e262a62fcdf5
Author: Henrique F. Simoes <henriquesimoes@riseup.net>
Date: Sun Oct 12 22:13:33 2025 -0300
Fix FTBFS with GCC 15
Both compression algorithms and ciphers are stored in function arrays,
which aren't declared with all arguments. This is no longer supported in
C23, which the default standard for GCC 15. Patch the function
declarations so that they use a uniform interface to be specified in
such arrays.
This patch doesn't attempt to make all pointers forwarded as arguments
agree in signedness, as major changes would be required throughout the
code. Such changes aren't strictly required to build with GCC 15 and
already affected the existing code for some algorithms and ciphers.
This is split into two patches to make it easier to review and handle in
the future.
Closes: #1096497
Among the 6 debian patches available in version 0.8.42-7 of the package, we noticed the following issues: