atlas-probe: fix SIGSEGV error on 32bit system 19704/head
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 25 Oct 2022 08:29:42 +0000 (10:29 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 25 Oct 2022 08:37:26 +0000 (10:37 +0200)
commit14c5dfe4c10f6550b7c4aab4419e0f64ef1abda4
tree180a6cf988589f4dba5bc94ed8bb86c4233afd77
parent256d0260599258b9add3ebec8f53be9039263aa6
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>
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]