Netatalk 4.3.2
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