Bug#1062131: groonga: NMU diff for 64-bit time_t transition

2024-02-28 Thread Steve Langasek
Dear maintainer, Please find attached a final version of this patch for the time_t transition. This patch is being uploaded to unstable. Note that this adds a versioned build-dependency on dpkg-dev, to guard against accidental backports with a wrong ABI. Thanks! -- System Information: Debian

Bug#1062131: groonga: NMU diff for 64-bit time_t transition

2024-02-20 Thread Kentaro HAYASHI
NOTE: I've found the SEGV issue with 13.1.1+dfsg-1 on armhf. With patched abi=+time64 version 13.1.1+dfsg-1.2 in experimental, the issue was resolved. Before: 13.1.1+dfsg-1 on armhf groonga db/test < load-last-modified.grn [[0,1708379668.191548,0.02317619323730469],1] root@debian:/home/

Bug#1062131: groonga: NMU diff for 64-bit time_t transition

2024-02-08 Thread Kentaro HAYASHI
Thanks, According to https://github.com/groonga/groonga/discussions/1698, it will not affected during 64bit time_t transition in practical use case. There are some points. * time_t is used but the value of it was treated as 64bit value internally. (See GRN_TIME_PACK. it use int64_t) * last_

Bug#1062131: groonga: NMU diff for 64-bit time_t transition

2024-01-31 Thread Graham Inggs
Source: groonga Version: 13.1.1+dfsg-1 Severity: serious Tags: patch pending Justification: library ABI skew on upgrade User: debian-...@lists.debian.org Usertags: time-t Dear maintainer, As part of the 64-bit time_t transition required to support 32-bit architectures in 2038 and beyond (https://