xmlsec 1.2.34 -> 1.3.1 https://repology.org/project/xmlsec/versions attrpath: xmlsec 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/development/libraries/xmlsec/default.nix b/pkgs/development/libraries/xmlsec/default.nix index 92b662ac448..4b3781c187c 100644 --- a/pkgs/development/libraries/xmlsec/default.nix +++ b/pkgs/development/libraries/xmlsec/default.nix @@ -4,11 +4,11 @@ lib.fix (self: stdenv.mkDerivation rec { pname = "xmlsec"; - version = "1.2.34"; + version = "1.3.1"; src = fetchurl { url = "https://www.aleksey.com/xmlsec/download/xmlsec1-${version}.tar.gz"; - sha256 = "sha256-Us7UlD81vX0IGKOCmMFSjKSsilRED9cRNKB9LRNwomI="; + sha256 = "sha256-EPSDhNT9GvwF/qVFt0+/fBUlgvColcGJ8WTVUnBADGM="; }; patches = [ 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 xmlsec nix build failed. Test: aes-192 ./tests/testrun.sh: line 287: /testKeys.sh.19700101_000000-6447.cur.log: Permission denied Checking required key data ./tests/testrun.sh: line 293: /testKeys.sh.19700101_000000-6447.cur.log: Permission denied ./tests/testrun.sh: line 294: /testKeys.sh.19700101_000000-6447.cur.log: Permission denied Skip ./tests/testrun.sh: line 298: /testKeys.sh.19700101_000000-6447.log: Permission denied Test: aes-256 ./tests/testrun.sh: line 287: /testKeys.sh.19700101_000000-6447.cur.log: Permission denied Checking required key data ./tests/testrun.sh: line 293: /testKeys.sh.19700101_000000-6447.cur.log: Permission denied ./tests/testrun.sh: line 294: /testKeys.sh.19700101_000000-6447.cur.log: Permission denied Skip ./tests/testrun.sh: line 298: /testKeys.sh.19700101_000000-6447.log: Permission denied make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/build/xmlsec1-1.3.1/docs/api' /build/xmlsec1-1.3.1/tests/testKeys.sh: line 96: /testKeys.sh.19700101_000000-6447.log: Permission denied --- testKeys finished --- --- detailed log is written to /testKeys.sh.19700101_000000-6447.log --- make[2]: Entering directory '/build/xmlsec1-1.3.1/docs' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/build/xmlsec1-1.3.1/docs' make[1]: Leaving directory '/build/xmlsec1-1.3.1/docs' ./tests/testrun.sh: line 791: /testKeys.sh.19700101_000000-6447.log: Permission denied --- TOTAL OK: 0; OK (percent): 0; TOTAL FAILED: 0; TOTAL SKIPPED: 9 cat: /testKeys.sh.19700101_000000-6447.log: No such file or directory make[1]: Entering directory '/build/xmlsec1-1.3.1' make[1]: *** [Makefile:1213: check-crypto-openssl] Error 1 make[1]: Leaving directory '/build/xmlsec1-1.3.1' make[1]: Leaving directory '/build/xmlsec1-1.3.1' make: *** [Makefile:1208: check-all] Error 1 make: *** Waiting for unfinished jobs....