Download Latest Version gnomint-1.3.0.tar.gz (758.0 kB)
Email in envelope

Get an email when there's a new version of gnoMint

Home / v1.6.3
Name Modified Size InfoDownloads / 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_mprintf calls in ca_file.c used %ld for time_t values, but _TIME_BITS=64 makes time_t 8 bytes (long long) on 32-bit targets. va_arg read only 4 bytes per value, corrupting the stack and crashing when the shifted expiration_time was dereferenced as a char*. Now uses %lld with explicit (long long) casts. (PR [#85] by @tzbkk, reported via Debian CI)

Database-compatible with 1.4.0 — no migration needed.

Download gnoMint

Source: README.md, updated 2026-06-11