Netatalk 4.3.2 is available!
The Netatalk team is proud to announce the latest version in the Netatalk 4.3 release series.
A critical bug preventing authentication with an AD domain via PAM has been fixed.
All users of previous Netatalk versions are encouraged to upgrade to 4.3.2.
This is a source-only release. To build:
# Extract the source
tar -xf netatalk-4.3.2.tar.xz
cd netatalk-4.3.2
# Configure and build
meson setup build
meson compile -C build
# Install
sudo meson install -C build
What’s Changed
- build(deps): bump SonarSource/sonarqube-scan-action from 5.3.0 to 5.3.1 by @dependabot[bot] in https://github.com/Netatalk/netatalk/pull/2394
- Bump to development version 4.3.2 by @rdmark in https://github.com/Netatalk/netatalk/pull/2395
- GitHub CI: Refactor the SonarQube scan action with supported GitHub expressions by @rdmark in https://github.com/Netatalk/netatalk/pull/2396
- GitHub CI: Change file endings of checksum files to match meson by @rdmark in https://github.com/Netatalk/netatalk/pull/2397
- meson.build: check for init bins only if installing service by @EricFromCanada in https://github.com/Netatalk/netatalk/pull/2398
- meson.build: prefer mDNS over Avahi on Darwin systems by @trodemaster in https://github.com/Netatalk/netatalk/pull/2400
- Bump to bstring 1.0.2 subproject by @rdmark in https://github.com/Netatalk/netatalk/pull/2406
- GitHub CI: Install shared bstring library on macOS build job by @rdmark in https://github.com/Netatalk/netatalk/pull/2407
- afpd: Revert to non-reentrant getpwnam() in the uam module by @rdmark in https://github.com/Netatalk/netatalk/pull/2403
- Release netatalk v4.3.2 by @rdmark in https://github.com/Netatalk/netatalk/pull/2409
New Contributors
- @trodemaster made their first contribution in https://github.com/Netatalk/netatalk/pull/2400
Full Changelog: https://github.com/Netatalk/netatalk/compare/netatalk-4-3-1…netatalk-4-3-2
Footnotes
Release published on 2025-09-07
Generated from GitHub Release Notes