The commit in question just fixes a swapped entry in
maintainers-list.nix and given the email reply from @cab404 (which is
also the affected maintainer record) of "ooof, LGTM", I'd consider the
pull request as accepted.
krb5-config from the host platform needs to be added to PATH so it can be run
during build. This works because krb5-config is a platform independent
shell-script. Before #100906, krb5-config was not used, so we didn't run into
this problem.
When adding key information for my own GPG keys, I did a small check via
"mapAttrs (_: a: a.keys) (filterAttrs (_: a: a ? keys) maintainers)" and
quickly found this entry, which for some reason swapped the longkeyid
and fingerprint attributes.
Cc: @cab404
Signed-off-by: aszlig <aszlig@nix.build>
Since it's generally useful to have another point where the fingerprint
of your key can be verified (other than historical Git commits), I'm
adding this here, even though it's only for informational purposes.
I'm also pushing this directly to master, since it doesn't change
anything in functionality (as mentioned) and others are probably not
qualified (well, unless they've stolen my HSM and know the PIN) to
dispute the validity of the key.
Additionally, I checked the maintainer-list.nix file with
nix-instantiate --parse --strict just in case I might have introduced a
syntax error.
Signed-off-by: aszlig <aszlig@nix.build>
Upstream release notes:
This release restores Youtube-DL function. It also includes a lot of
fixes and improvements since last release.
Notably: feed update errors now only produce a single notification.
See feeds in error via a warning icon next to their title. You'll get
the error message in the description (also in settings for the feed in
error).
Signed-off-by: aszlig <aszlig@nix.build>
apecs-physics was broken by the update of glibc to 2.32 due to the
vendored Chipmunk2D using sys/sysctl.h on GNU/Linux. 0.4.5 updates the
vendored version of Chipmunk2D which resolves this issue.
Resolves#107358.