···11-commit 166afaf144d6473464975438353257359dd51708
22-Author: Andreas Wiese <andreas.wiese@kernkonzept.com>
33-Date: Thu Feb 1 11:35:02 2024 +0100
44-55- aa-remove-unknown: fix readability check
66-77- This check is intended for ensuring that the profiles file can actually
88- be opened. The *actual* check is performed by the shell, not the read
99- utility, which won't even be executed if the input redirection (and
1010- hence the test) fails.
1111-1212- If the test succeeds, though, using `read` here might actually
1313- jeopardize the test result if there are no profiles loaded and the file
1414- is empty.
1515-1616- This commit fixes that case by simply using `true` instead of `read`.
1717-1818-diff --git a/utils/aa-remove-unknown b/utils/aa-remove-unknown
1919-index 0e00d6a0..3351feef 100755
2020---- a/utils/aa-remove-unknown
2121-+++ b/utils/aa-remove-unknown
2222-@@ -63,7 +63,7 @@ fi
2323- # We have to do this check because error checking awk's getline() below is
2424- # tricky and, as is, results in an infinite loop when apparmorfs returns an
2525- # error from open().
2626--if ! IFS= read -r _ < "$PROFILES" ; then
2727-+if ! true < "$PROFILES" ; then
2828- echo "ERROR: Unable to read apparmorfs profiles file" 1>&2
2929- exit 1
3030- elif [ ! -w "$REMOVE" ] ; then
···290290 apacheKafka_3_6 = throw "apacheKafka_2_8 through _3_6 have been removed from nixpkgs as outdated"; # Added 2024-11-27
291291 antimicroX = throw "'antimicroX' has been renamed to/replaced by 'antimicrox'"; # Converted to throw 2024-10-17
292292 apacheAnt = ant; # Added 2024-11-28
293293+ apparmor-kernel-patches = throw "'apparmor-kernel-patches' has been removed as they were unmaintained, irrelevant and effectively broken"; # Added 2025-04-20
293294 appimagekit = throw "'appimagekit' has been removed as it was broken in nixpkgs and archived upstream"; # Added 2025-04-19
294295 apple-sdk_10_12 = throw "apple-sdk_10_12 was removed as Nixpkgs no longer supports macOS 10.12; see the 25.05 release notes"; # Added 2024-10-27
295296 apple-sdk_10_13 = throw "apple-sdk_10_13 was removed as Nixpkgs no longer supports macOS 10.13; see the 25.05 release notes"; # Added 2024-10-27