There are 3 open security issues in buster.
There is 1 open security issue in bookworm.
commit beb650bc7a31829b9bb56a3145dd59e3b6ab2bfd Merge: f0735683e 180f05137 Author: Jonas Smedegaard <dr@jones.dk> Date: Sun Oct 5 15:44:47 2025 +0200 Update upstream source from tag 'upstream/4.2.4_ds' Update to upstream version '4.2.4~ds' with Debian dir 491551e2add0ea29e5fa469f28828a95075ed837 commit 180f05137fe5cd0e315bf0d1743eca3c1d0f38ce Merge: eb721bf91 cf1305355 Author: Jonas Smedegaard <dr@jones.dk> Date: Sun Oct 5 15:44:40 2025 +0200 New upstream version 4.2.4~ds commit f0735683e23b802ef1070aeacd2c36f49e499f68 Author: Jonas Smedegaard <dr@jones.dk> Date: Sun Oct 5 15:43:46 2025 +0200 update watch file: use file format version 5; add upstream OpenPGP signature and set Pgp-Mode: yes (not yet working) commit cf1305355d0086a6a67c5572ec53aa451aaaba9c Author: Daniel Markstedt <daniel@mindani.net> Date: Fri May 30 23:12:46 2025 +0200 Bump to release version 4.2.4 commit a563e0316e68170bd615f4f6459ec6866d50be48 Author: Daniel Markstedt <daniel@mindani.net> Date: Fri May 30 23:10:42 2025 +0200 Changelog for 4.2.4 release commit ad7c0569c5e4e2f21f589147247a707036d74051 Author: Daniel Markstedt <daniel@mindani.net> Date: Fri May 30 23:14:49 2025 +0200 Refresh compilation readme commit c0cd086b7552a87b948df38b38ead4333a85aa42 Author: Daniel Markstedt <daniel@mindani.net> Date: Thu May 29 09:08:17 2025 +0200 meson: Build and link with Homebrew libraries is now opt-in, GitHub #1940 Before, the build system would always attempt to detect an appropriate brew_prefix and then add Homebrew include and lib search paths This causes issues when using Homebrew on Linux and attempt to build Netatalk on the side, or when building MacPorts packages on macOS Therefore, Homebrew builds are now opt-in with the new -Dwith-homebrew boolean meson option commit 837bac460fa2184f7f9986d2be3ab732dae7c8fa Author: Daniel Markstedt <daniel@mindani.net> Date: Sun May 25 13:17:28 2025 +0200 GitHub CI: Use native meson to build on Solaris The Oracle Solaris 11.4.81 CBE release now ships a recent enough meson package to be able to build netatalk commit 244133f033d10d6e6f072874c0bc5ee85fcc6fa5 Author: Daniel Markstedt <daniel@mindani.net> Date: Thu May 29 18:39:12 2025 +0200 uams: Check for const pam_message member of pam_conv, GitHub #2185 The PAM implementations of Solaris vs. other OSes differ slightly which we need to accommodate for commit 99a79fa87e0caca5299029c617da09136c84f29f Author: Daniel Markstedt <daniel@mindani.net> Date: Tue May 27 21:58:56 2025 +0200 meson: Check for brew include dir before adding it to list Protect against the case where the homebrew base dir exists but not the include dir underneath Should prevent a build failure on MacPorts commit 30ed5489de68f25390ab71e81fc349ad8a82ab9d Author: Daniel Markstedt <daniel@mindani.net> Date: Sat May 10 10:06:25 2025 +0200 docs: Improve grammar and verbiage of afptest man page commit b6afed5915008aed6b59a522aa2814f467c00e46 Author: Daniel Markstedt <daniel@mindani.net> Date: Fri May 9 12:42:19 2025 +0200 Bump to development version 4.2.4 commit 1b7e017d0f86012b1b844a2807088cd4976834c2 Author: Daniel Markstedt <daniel@mindani.net> Date: Fri May 9 07:28:56 2025 +0200 docs: Improve afpd and macipgw man pages Overhaul grammar and syntax in afpd man page, and remove reference to /usr/etc in macipgw man page Addresses issues flagged by Debian's linter