Download Latest Version netatalk-4.3.2.tar.xz (956.4 kB)
Email in envelope

Get an email when there's a new version of netatalk

Home / netatalk-4-3-1
Name Modified Size InfoDownloads / Week
Parent folder
netatalk-4.3.1.tar.xz.sha512sum 2025-08-29 152 Bytes
netatalk-4.3.1.tar.xz.sha256sum 2025-08-29 88 Bytes
netatalk-4.3.1.tar.xz.asc 2025-08-29 833 Bytes
netatalk-4.3.1.tar.xz 2025-08-29 956.2 kB
netatalk-4.3.1.tar.xz.sha256 2025-08-29 88 Bytes
netatalk-4.3.1.tar.xz.sha512 2025-08-29 152 Bytes
netatalk-4.3.1.wbm.gz 2025-08-29 58.1 kB
Netatalk 4.3.1 source code.tar.gz 2025-08-29 1.4 MB
Netatalk 4.3.1 source code.zip 2025-08-29 1.9 MB
README.md 2025-08-29 1.8 kB
Totals: 10 Items   4.4 MB 1

Netatalk 4.3.1 is available!

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

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

This is a source-only release. To build:

:::shell
# Extract the source
tar -xf netatalk-4.3.1.tar.xz
cd netatalk-4.3.1

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

# Install
sudo meson install -C build

What's Changed

  • FIX: afpd: Refactor the afpd version helptext for readability and brevity, GitHub [#2367]
  • FIX: libatalk: remove macros, define interface for netddp_{close, recvfrom, sendto}, GitHub [#2383]
  • FIX: rtmpqry: Fix code quality issues in rtmpqry and disambiguate comments, GitHub [#2379]
  • NEW: testsuite: Added Linux IO monitoring to afp_lantest and refactored results display, GitHub [#2354]
  • The -C option has been renamed to -K in afp_lantest
  • FIX: test: Consistently initialize buffers before use in afpd component tests, GitHub [#2380]
  • FIX: docker: Bring back the RandNum password creation by default, GitHub [#2338]
  • NEW: docker: Expose Classic Mac OS login message option, GitHub [#2339]
  • FIX: distrib: substitute lockfile path in netatalkd init scripts for macOS, GitHub [#2357]
  • NEW: docs: Create separate nbplkup and nbprgstr man pages and improve them, GitHub [#2336]
  • UPD: docs: update logtypes list in afp.conf man page, GitHub [#2364]
  • UPD: docs: Flesh out the afpstats.1 man page, GitHub [#2389]
  • NEW: Introduce yaml code style guide and automatic formatting, GitHub [#2351]
  • NEW: contrib: Add support for beautifying markdown to codefmt.sh, GitHub [#2356]

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

Source: README.md, updated 2025-08-29