Package: ario / 1.6-1.5

Metadata

Package Version Patches format
ario 1.6-1.5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
replace current year with static value t.patch | (download)

src/Makefile.am | 3 1 + 2 - 0 !
src/shell/ario-shell.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 3 deletions(-)

 replace current year with static value to get reproducible build

(Closes: #828876)


0002 Use time_t for ctime parameter.patch | (download)

src/preferences/ario-server-preferences.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use time_t for ctime() parameter

This fixes the compilation on 2038-safe 32-bit architectures
where time_t is not unsigned long.

However, since the internal implementation is still using unsigned
long, the overall source code is still affected by the 2038 problem.

Bug-Debian: https://bugs.debian.org/1091311