| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gnomint-debug-1.6.3-1-x86_64.pkg.tar.zst | 2026-06-11 | 708.9 kB | |
| gnomint-debuginfo-1.6.3-1.fc44.x86_64.rpm | 2026-06-11 | 509.6 kB | |
| gnomint-debugsource-1.6.3-1.fc44.x86_64.rpm | 2026-06-11 | 128.2 kB | |
| gnomint_1.6.3-1_amd64.deb | 2026-06-11 | 304.4 kB | |
| gnomint-1.6.3-1-x86_64.pkg.tar.zst | 2026-06-11 | 374.9 kB | |
| gnomint-1.6.3-1.fc44.x86_64.rpm | 2026-06-11 | 362.4 kB | |
| gnomint-1.6.3-macos-arm64.dmg | 2026-06-11 | 668.3 kB | |
| gnomint-1.6.3.msi | 2026-06-11 | 323.6 kB | |
| gnomint-1.6.3.tar.gz | 2026-06-11 | 1.3 MB | |
| README.md | 2026-06-11 | 756 Bytes | |
| v1.6.3 _Tempered Anvil_ source code.tar.gz | 2026-06-11 | 1.2 MB | |
| v1.6.3 _Tempered Anvil_ source code.zip | 2026-06-11 | 1.3 MB | |
| Totals: 12 Items | 7.2 MB | 0 | |
i386 crash fix
- Fix: segfault on 32-bit (i386) systems. Four
sqlite3_mprintfcalls inca_file.cused%ldfortime_tvalues, but_TIME_BITS=64makestime_t8 bytes (long long) on 32-bit targets.va_argread only 4 bytes per value, corrupting the stack and crashing when the shiftedexpiration_timewas dereferenced as achar*. Now uses%lldwith explicit(long long)casts. (PR [#85] by @tzbkk, reported via Debian CI)
Database-compatible with 1.4.0 — no migration needed.