aws-c-cal 0.5.21 -> 0.5.27 https://repology.org/project/aws-c-cal/versions attrpath: aws-c-cal Checking auto update branch... An auto update branch exists with message `aws-c-cal: 0.5.21 -> 0.5.26`. New version is 0.5.27. The auto update branch does not match or exceed the new version. [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/aws-c-cal/default.nix b/pkgs/development/libraries/aws-c-cal/default.nix index 3abca937806..7817e0cdf7f 100644 --- a/pkgs/development/libraries/aws-c-cal/default.nix +++ b/pkgs/development/libraries/aws-c-cal/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "aws-c-cal"; - version = "0.5.21"; + version = "0.5.27"; src = fetchFromGitHub { owner = "awslabs"; repo = pname; rev = "v${version}"; - sha256 = "sha256-WMCLVwRrgwFsaqoKtbQNt0bHVYi1LUZt5r0i3oAfWFE="; + sha256 = "sha256-TIDffoNEwc8csYltLR7qOn8zbE4PBsZJ5b3g2w17m2Y="; }; nativeBuildInputs = [ cmake ]; 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 aws-c-cal nix build failed. 998 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/unix/opensslcrypto_ecc.c:264:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 264 | const EC_GROUP *group = EC_KEY_get0_group(key_impl->ec_key); | ^~~~~ /nix/store/fd6fcsbbdhl8pbpcbfmyapkd66yxhcjd-openssl-3.0.8-dev/include/openssl/ec.h:1034:39: note: declared here 1034 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ /build/source/source/unix/opensslcrypto_ecc.c:267:5: warning: 'EC_POINT_set_affine_coordinates_GFp' is deprecated: Since OpenSSL 3.0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 267 | if (EC_POINT_set_affine_coordinates_GFp(group, point, pub_x_num, pub_y_num, NULL) != 1) { | ^~ /nix/store/fd6fcsbbdhl8pbpcbfmyapkd66yxhcjd-openssl-3.0.8-dev/include/openssl/ec.h:646:27: note: declared here 646 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_set_affine_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/unix/opensslcrypto_ecc.c:271:5: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 271 | if (EC_KEY_set_public_key(key_impl->ec_key, point) != 1) { | ^~ /nix/store/fd6fcsbbdhl8pbpcbfmyapkd66yxhcjd-openssl-3.0.8-dev/include/openssl/ec.h:1070:27: note: declared here 1070 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub); | ^~~~~~~~~~~~~~~~~~~~~ /build/source/source/unix/opensslcrypto_ecc.c: In function 'aws_ecc_key_pair_new_from_asn1': /build/source/source/unix/opensslcrypto_ecc.c:324:9: warning: 'd2i_ECPrivateKey' is deprecated: Since OpenSSL 3.0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 324 | if (!d2i_ECPrivateKey(&key_impl->ec_key, (const unsigned char **)&encoded_keys->ptr, encoded_keys->len)) { | ^~ /nix/store/fd6fcsbbdhl8pbpcbfmyapkd66yxhcjd-openssl-3.0.8-dev/include/openssl/ec.h:1187:31: note: declared here 1187 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey(EC_KEY **key, | ^~~~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/aws-c-cal.dir/build.make:188: CMakeFiles/aws-c-cal.dir/source/unix/opensslcrypto_ecc.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-cal.dir/all] Error 2 make: *** [Makefile:136: all] Error 2