Skip to content

Release of probe firmware 5110

In this release, we add support for Raspberry Pi OS 12 (by adding a Debian 12 arm64 package), print instructions at installation time to make the setup process easier, fix the GitHub organisation name in Debian and RHEL files which made builds fail, as well as other fixes, listed below:

  • All platforms
    • Updated telnetd.c to add a missing include which caused the probe's compilation to fail in Alpine Linux 3.21 (committed by César de Tassis Filho ctassisf@gmail.com)
    • The code signing key introduced in release 5100 will as of this release be used to sign RHEL packages as well. The current RHEL key is therefore deprecated as of this release
  • Software Probes
    • Fixed typo in GitHub org url for RHEL ripe-atlas-anchor specfile (authored by Pouria Mousavizadeh Tehrani info@spmzt.net)
    • Fixed typo in GitHub org url for RHEL ripe-atlas-probe specfile (authored by eeple m.renusson@gmail.com)
    • Hardened the security of the RIPE Atlas service unit (reported by Marek Küthe m.k@mk16.de)
    • Added missing requirement for procps-ng on RHEL9 to RHEL probe package specfile (authored by Robert Scheck robert-scheck@users.noreply.github.com)
    • Document runtime options for custom TCP ports (authored by AtlasMUC AtlasMUC@mail.de)
    • Probe private/public key pair is now generated immediately after installation, without needing the service to start up
    • Probe installation scripts also display registration instructions for RHEL and Debian
    • Debian 12 arm64 support added