Package: libtommath / 1.2.0-6+deb12u1

Metadata

Package Version Patches format
libtommath 1.2.0-6+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
increase test timeout | (download)

testme.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase test timeout
 Increase test timeout to avoid FTBS on slow architectures
Bug-Debian: https://bugs.debian.org/894987
remove undefined macro | (download)

doc/bn.tex | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove \undefined macro
Bug-Debian: https://bugs.debian.org/562349
fix shift count overflow on x32 | (download)

tommath.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix shift count overflow on x32
 Date: Sat Jan 14 10:42:55 2017 +0100
 .
    Fix bad detection of 64bit arch on x32
 .
    This commit comes from a Debian bug report from Thorsten:
 .
      https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850723
 .
    The important part is:
 .
    
use utc timezone | (download)

doc/makefile | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 ensure the date is represented in utc when generating pdf files.
CVE 2023 36328.patch | (download)

bn_mp_2expt.c | 4 4 + 0 - 0 !
bn_mp_grow.c | 4 4 + 0 - 0 !
bn_mp_init_size.c | 5 5 + 0 - 0 !
bn_mp_mul_2d.c | 4 4 + 0 - 0 !
bn_s_mp_mul_digs.c | 4 4 + 0 - 0 !
bn_s_mp_mul_digs_fast.c | 4 4 + 0 - 0 !
bn_s_mp_mul_high_digs.c | 4 4 + 0 - 0 !
bn_s_mp_mul_high_digs_fast.c | 4 4 + 0 - 0 !
8 files changed, 33 insertions(+)

 [patch] fix possible integer overflow