aboutsummaryrefslogtreecommitdiff
path: root/net/atlas-probe
Commit message (Collapse)AuthorAge
* atlas-probe: fix version for APKFlorian Eckert2024-05-06
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* 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: allow parallel buildEneas U de Queiroz2021-10-13
| | | | | | Set PKG_BUILD_PARALLEL:=1 Signed-off-by: Eneas U de Queiroz <cotequeiroz@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>
* treewide: change emailJan Pavlinec2021-07-29
| | | | | | Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* atlas-probe: add new packageJan Pavlinec2021-04-09
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>