Skip to content

Netatalk 4.3.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 20:06
· 90 commits to main since this release

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 #2394
  • Bump to development version 4.3.2 by @rdmark in #2395
  • GitHub CI: Refactor the SonarQube scan action with supported GitHub expressions by @rdmark in #2396
  • GitHub CI: Change file endings of checksum files to match meson by @rdmark in #2397
  • meson.build: check for init bins only if installing service by @EricFromCanada in #2398
  • meson.build: prefer mDNS over Avahi on Darwin systems by @trodemaster in #2400
  • Bump to bstring 1.0.2 subproject by @rdmark in #2406
  • GitHub CI: Install shared bstring library on macOS build job by @rdmark in #2407
  • afpd: Revert to non-reentrant getpwnam() in the uam module by @rdmark in #2403
  • Release netatalk v4.3.2 by @rdmark in #2409

New Contributors

Full Changelog: netatalk-4-3-1...netatalk-4-3-2