2022-12-25T21:38:38 mediastreamer2 5.1.20 -> 5.2.4 https://repology.org/metapackage/mediastreamer2/versions 2022-12-25T21:38:40 attrpath: mediastreamer 2022-12-25T21:38:40 Checking auto update branch... 2022-12-25T21:38:40 An auto update branch exists with message `mediastreamer: 5.1.20 -> 5.1.55`. New version is 5.2.4. 2022-12-25T21:38:40 The auto update branch does not match or exceed the new version. 2022-12-25T21:38:44 [version] 2022-12-25T21:38:49 [version] updated version and sha256 2022-12-25T21:38:49 [rustCrateVersion] 2022-12-25T21:38:49 [rustCrateVersion] No cargoSha256 found 2022-12-25T21:38:49 [golangModuleVersion] 2022-12-25T21:38:49 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-25T21:38:49 [updateScript] 2022-12-25T21:38:49 [updateScript] skipping because derivation has no updateScript 2022-12-25T21:38:49 2022-12-25T21:38:49 [quotedUrls] 2022-12-25T21:38:49 [quotedUrls] nothing found to replace 2022-12-25T21:38:49 Diff after rewrites: diff --git a/pkgs/development/libraries/mediastreamer/default.nix b/pkgs/development/libraries/mediastreamer/default.nix index bb5bc566bc1..d84614588fe 100644 --- a/pkgs/development/libraries/mediastreamer/default.nix +++ b/pkgs/development/libraries/mediastreamer/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { pname = "mediastreamer2"; - version = "5.1.20"; + version = "5.2.4"; dontWrapQtApps = true; @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - sha256 = "sha256-u8YqF5BzyYIF9+XB90Eu6DlwXuu1FDOJUzxebj0errU="; + sha256 = "sha256-AqJbLr0jj74YjlJnG1I3ZEmRlcT5l2oGvoondctR6Fo="; }; patches = [ 2022-12-25T21:40:31 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mediastreamer nix build failed. 881 | case ZRTP_KEYAGREEMENT_K255_KYB512_HQC128: algos[count++] = MS_ZRTP_KEY_AGREEMENT_K255_KYB512_HQC128; break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | MS_ZRTP_KEY_AGREEMENT_K255_KYB512_HQC128 /build/source/src/crypto/zrtp.c:882:30: error: 'ZRTP_KEYAGREEMENT_K448_KYB1024_HQC256' undeclared (first use in this function); did you mean 'MS_ZRTP_KEY_AGREEMENT_K448_KYB1024_HQC256'? 882 | case ZRTP_KEYAGREEMENT_K448_KYB1024_HQC256: algos[count++] = MS_ZRTP_KEY_AGREEMENT_K448_KYB1024_HQC256; break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | MS_ZRTP_KEY_AGREEMENT_K448_KYB1024_HQC256 /build/source/src/crypto/zrtp.c: In function 'ms_zrtp_is_PQ_available': /build/source/src/crypto/zrtp.c:891:16: warning: implicit declaration of function 'bzrtp_is_PQ_available'; did you mean 'ms_zrtp_is_PQ_available'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 891 | return bzrtp_is_PQ_available(); | ^~~~~~~~~~~~~~~~~~~~~ | ms_zrtp_is_PQ_available /build/source/src/crypto/zrtp.c: In function 'ms_zrtp_send_go_clear': /build/source/src/crypto/zrtp.c:896:12: warning: implicit declaration of function 'bzrtp_sendGoClear'; did you mean 'ms_zrtp_send_go_clear'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 896 | return bzrtp_sendGoClear(ctx->zrtpContext, ctx->self_ssrc); | ^~~~~~~~~~~~~~~~~ | ms_zrtp_send_go_clear /build/source/src/crypto/zrtp.c: In function 'ms_zrtp_confirm_go_clear': /build/source/src/crypto/zrtp.c:900:16: warning: implicit declaration of function 'bzrtp_confirmGoClear'; did you mean 'ms_zrtp_confirm_go_clear'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 900 | return bzrtp_confirmGoClear(ctx->zrtpContext, ctx->self_ssrc); | ^~~~~~~~~~~~~~~~~~~~ | ms_zrtp_confirm_go_clear /build/source/src/crypto/zrtp.c: In function 'ms_zrtp_back_to_secure_mode': /build/source/src/crypto/zrtp.c:904:12: warning: implicit declaration of function 'bzrtp_backToSecureMode'; did you mean 'ms_zrtp_back_to_secure_mode'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 904 | return bzrtp_backToSecureMode(ctx->zrtpContext, ctx->self_ssrc); | ^~~~~~~~~~~~~~~~~~~~~~ | ms_zrtp_back_to_secure_mode make[2]: *** [src/CMakeFiles/mediastreamer.dir/build.make:580: src/CMakeFiles/mediastreamer.dir/crypto/zrtp.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:384: src/CMakeFiles/mediastreamer.dir/all] Error 2 make: *** [Makefile:136: all] Error 2