atlas-probe: fix SIGSEGV error on 32bit system
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 25 Oct 2022 08:29:42 +0000 (10:29 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 27 Oct 2022 14:03:17 +0000 (16:03 +0200)
commit1cebcd66f432a7a794ac06d7005c7cd60e11842b
tree257f6b8dfa374b284c9d78002ef534b972c9ff15
parentea7a0739a7c8d9a570d1724868ebd9a6cc4503c7
atlas-probe: fix SIGSEGV error on 32bit system

Changes to time_t cause SIGSEGV error on 32bit system and cause ripe
atlas malfunction. (registration successful but no traffic)
Also introduce minor patch to fix some compilation warning.

While at it move PKG_RELEASE to AUTORELEASE macro.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 14c5dfe4c10f6550b7c4aab4419e0f64ef1abda4)
net/atlas-probe/Makefile
net/atlas-probe/patches/003-Fix-SIGSEGV-caused-by-time_t-casted-to-long-on-32bit.patch [new file with mode: 0644]
net/atlas-probe/patches/005-Mute-some-no-previous-prototype-compilation-warning.patch [new file with mode: 0644]
net/atlas-probe/patches/006-Cast-sockaddr_in6-to-sockaddr-to-mute-compilation-wa.patch [new file with mode: 0644]
net/atlas-probe/patches/007-Cast-size_t-to-long-to-mute-warning-on-32bit-systems.patch [new file with mode: 0644]