mediastreamer 5.2.109 -> 5.2.111 https://repology.org/project/mediastreamer2/versions attrpath: mediastreamer 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/mediastreamer/default.nix b/pkgs/development/libraries/mediastreamer/default.nix index 49357dc02bbe..f1c109b244b3 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.2.109"; + version = "5.2.111"; dontWrapQtApps = true; @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - hash = "sha256-uiuT53mM/dUw5tOYKsBEqEbvYRFKEyyTDKCLYaQvMAs="; + hash = "sha256-Le52tsyzOpepmvb+GOGCPwwTriPUjhYpa6GM+y/6USA="; }; 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 mediastreamer nix build failed. [ 30%] Building C object src/CMakeFiles/mediastreamer.dir/utils/kiss_fft.c.o [ 30%] Building C object src/CMakeFiles/mediastreamer.dir/utils/kiss_fftr.c.o [ 31%] Building C object src/CMakeFiles/mediastreamer.dir/utils/pcap_sender.c.o [ 32%] Building C object src/CMakeFiles/mediastreamer.dir/utils/stream_regulator.c.o /build/source/src/audiofilters/tonedetector.c: In function 'detector_process': /build/source/src/audiofilters/tonedetector.c:178:57: warning: '__builtin_strncpy' specified bound 8 equals destination size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation-Wstringop-truncation]8;;] 178 | strncpy(event.tone_name,tone_def->tone_name,sizeof(event.tone_name)); | ^ /build/source/src/crypto/zrtp.c: In function 'ms_zrtp_srtpSecretsAvailable': /build/source/src/crypto/zrtp.c:196:46: error: 'ZRTP_AUTHTAG_GCM' undeclared (first use in this function); did you mean 'MS_ZRTP_AUTHTAG_GCM'? 196 | && ((secrets->authTagAlgo != ZRTP_AUTHTAG_GCM)) ) { | ^~~~~~~~~~~~~~~~ | MS_ZRTP_AUTHTAG_GCM /build/source/src/crypto/zrtp.c:196:46: note: each undeclared identifier is reported only once for each function it appears in /build/source/src/crypto/zrtp.c: In function 'ms_zrtp_getAlgoId': /build/source/src/crypto/zrtp.c:296:22: error: 'ZRTP_AUTHTAG_GCM' undeclared (first use in this function); did you mean 'MS_ZRTP_AUTHTAG_GCM'? 296 | case(ZRTP_AUTHTAG_GCM): return MS_ZRTP_AUTHTAG_GCM; | ^~~~~~~~~~~~~~~~ | MS_ZRTP_AUTHTAG_GCM /build/source/src/crypto/zrtp.c: In function 'set_auth_tag_suites': /build/source/src/crypto/zrtp.c:606:85: error: 'ZRTP_AUTHTAG_GCM' undeclared (first use in this function); did you mean 'MS_ZRTP_AUTHTAG_GCM'? 606 | case MS_ZRTP_AUTHTAG_GCM: bzrtpAuthTags[bzrtpCount++] = ZRTP_AUTHTAG_GCM; break; | ^~~~~~~~~~~~~~~~ | MS_ZRTP_AUTHTAG_GCM [ 32%] Building C object src/CMakeFiles/mediastreamer.dir/voip/audioconference.c.o make[2]: *** [src/CMakeFiles/mediastreamer.dir/build.make:580: src/CMakeFiles/mediastreamer.dir/crypto/zrtp.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... [ 33%] Building C object src/CMakeFiles/mediastreamer.dir/voip/audiostream.c.o make[1]: *** [CMakeFiles/Makefile2:384: src/CMakeFiles/mediastreamer.dir/all] Error 2 make: *** [Makefile:136: all] Error 2