policycoreutils 3.3 -> 3.5 https://github.com/SELinuxProject/selinux/releases attrpath: policycoreutils Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/os-specific/linux/policycoreutils/default.nix b/pkgs/os-specific/linux/policycoreutils/default.nix index 33875049747..be67716e604 100644 --- a/pkgs/os-specific/linux/policycoreutils/default.nix +++ b/pkgs/os-specific/linux/policycoreutils/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "policycoreutils"; - version = "3.3"; + version = "3.5"; inherit (libsepol) se_url; src = fetchurl { url = "${se_url}/${version}/policycoreutils-${version}.tar.gz"; - sha256 = "0y0hl32b2ks7r0fhbx3k2j1gqqms5aplyasjs3fz50caxl6096a1"; + sha256 = "sha256-eEU+FSn7v4AOiIYAlNVV54HOH7oRp+93taq7Q+EXMnY="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A policycoreutils nix build failed. got build log for 'policycoreutils' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/rbjxr04b93c234w4pnqvhnmdgbchjll5-policycoreutils-3.5.tar.gz source root is policycoreutils-3.5 setting SOURCE_DATE_EPOCH to timestamp 1677158171 of file policycoreutils-3.5/setsebool/setsebool.c @nix { "action": "setPhase", "phase": "patchPhase" } patching sources substituteStream(): WARNING: pattern '/usr/share' doesn't match anything in file 'po/Makefile' substituteStream(): WARNING: pattern '/usr/share' doesn't match anything in file 'newrole/Makefile' @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/ywi6kzrk88zl22jvazdnlfaf9rqrj2aq-bash-5.2-p15/bin/bash PREFIX=\$\(out\) SBINDIR=\$\(out\)/bin ETCDIR=\$\(out\)/etc BASHCOMPLETIONDIR=\$out/share/bash-completion/completions LOCALEDIR=\$\(out\)/share/locale MAN5DIR=\$\(out\)/share/man/man5 make[1]: Entering directory '/build/policycoreutils-3.5/setfiles' gcc -g -Werror -Wall -W -c -o setfiles.o setfiles.c setfiles.c: In function 'main': setfiles.c:294:47: error: 'SELINUX_RESTORECON_COUNT_ERRORS' undeclared (first use in this function); did you mean 'SELINUX_RESTORECON_CONFLICT_ERROR'? 294 | r_opts.count_errors = SELINUX_RESTORECON_COUNT_ERRORS; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | SELINUX_RESTORECON_CONFLICT_ERROR setfiles.c:294:47: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [: setfiles.o] Error 1 make[1]: Leaving directory '/build/policycoreutils-3.5/setfiles' make: *** [Makefile:4: all] Error 1