aboutsummaryrefslogtreecommitdiff
path: root/net/atlas-probe/patches
Commit message (Collapse)AuthorAge
* atlas-probe: update to 2.6.3Rosen Penev2023-01-14
| | | | | | | | Switch to git tarballs. Remove upstreamed patches and add OpenSSL patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* atlas-probe: fix SIGSEGV error on 32bit systemChristian Marangi2022-10-25
| | | | | | | | | | 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>
* atlas-probe: update to version 2.4.1Josef Schlehofer2022-01-04
| | | | | | | | | | | | | | Removed patches: 001-fix-stime-glibc-remove.patch - it is included in upstream 003-Fix-compilation-with-gcc11.patch - no longer necessary Updated patches: 002-Avoid-problems-with-64-bit-time_t.patch Refreshed patches: 004-Comment-out-librt-testing.patch Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* atlas-probe: Fix compilation with gcc11Eneas U de Queiroz2021-10-13
| | | | | | | | | | This uses some definitions from <sys/cdefs.h> in gcc 8.4.0, not present in musl or gcc11. Also use clock_gettime() instead of syscall(__NR_clock_gettime,...), which is not currently defined. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* atlas-probe: add new packageJan Pavlinec2021-04-09
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>