diff options
author | Thomas Gerbet <thomas@gerbet.me> | 2022-10-08 10:22:42 +0200 |
---|---|---|
committer | Thomas Gerbet <thomas@gerbet.me> | 2022-10-08 19:58:11 +0200 |
commit | 679cd3462fab51ba0534532d5a28b96659cc8b63 (patch) | |
tree | 7aa2e05cd607244436bc1ab0ab097f6c79f58c55 /nixos/doc | |
parent | b078ae79375573c7af1f7952db3eae5e337e6572 (diff) |
sget: init at unstable-2022-10-04
This binary was provided by the `cosign` package until now but it is in the process of being removed, see https://github.com/sigstore/cosign/pull/2019 Since it might be removed during the 22.11 cycle we drop it preventively. This will make possible security backports easier if we need them.
Diffstat (limited to 'nixos/doc')
-rw-r--r-- | nixos/doc/manual/from_md/release-notes/rl-2211.section.xml | 4 | ||||
-rw-r--r-- | nixos/doc/manual/release-notes/rl-2211.section.md | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml index 78bd6c6a22d84..177af1d2afa35 100644 --- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml +++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml @@ -501,7 +501,9 @@ <listitem> <para> <literal>pkgs.cosign</literal> does not provide the - <literal>cosigned</literal> binary anymore. + <literal>cosigned</literal> binary anymore. The + <literal>sget</literal> binary has been moved into its own + package. </para> </listitem> <listitem> diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md index 37b0db8a8ce10..d0376b67c982a 100644 --- a/nixos/doc/manual/release-notes/rl-2211.section.md +++ b/nixos/doc/manual/release-notes/rl-2211.section.md @@ -169,7 +169,7 @@ Available as [services.patroni](options.html#opt-services.patroni.enable). - PHP 7.4 is no longer supported due to upstream not supporting this version for the entire lifecycle of the 22.11 release. -- `pkgs.cosign` does not provide the `cosigned` binary anymore. +- `pkgs.cosign` does not provide the `cosigned` binary anymore. The `sget` binary has been moved into its own package. - Emacs now uses the Lucid toolkit by default instead of GTK because of stability and compatibility issues. Users who still wish to remain using GTK can do so by using `emacs-gtk`. |