netatalk.io

Netatalk 4.5.1 is available!

The Netatalk team is proud to announce the latest version in the Netatalk 4.5 release series.

This is a bugfix release that includes patches for the below four security vulnerabilities, big-endian support in SpotlightRPC, and a handful of other improvements.

CVE-2026-62318, CVE-2026-62319, CVE-2026-62320, CVE-2026-62321

All users of previous Netatalk versions are encouraged to upgrade to 4.5.1.

Installation

netatalk-4.5.1.tar.xz is the Netatalk source distribution. See INSTALL for required dependencies, then build with:

# Extract the source
tar -xf netatalk-4.5.1.tar.xz
cd netatalk-4.5.1

# Configure and build
meson setup build
meson compile -C build

# Install
sudo meson install -C build

netatalk-4.5.1.wbm.gz is the Webmin module tarball. To install the module:

# Adjust the path to match your Webmin installation
/usr/share/webmin/install-module.pl netatalk-4.5.1.wbm.gz

What’s Changed

Full Changelog: https://github.com/Netatalk/netatalk/compare/netatalk-4-5-0…netatalk-4-5-1

Downloads

Footnotes

Release published on 2026-07-16

Generated from GitHub Release Notes