Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ffmpeg-4 for openSUSE:Factory checked in at 2025-10-08 21:53:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old) and /work/SRC/openSUSE:Factory/.ffmpeg-4.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpeg-4" Wed Oct 8 21:53:27 2025 rev:88 rq:1309818 version:4.4.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes 2025-09-29 16:36:09.964342484 +0200 +++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new.11973/ffmpeg-4.changes 2025-10-08 21:53:29.798074290 +0200 @@ -1,0 +2,5 @@ +Tue Oct 7 12:34:56 UTC 2025 - [email protected] + +- add missing closing brace to ffmpeg-4-CVE-2025-7700.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.0y5yF9/_old 2025-10-08 21:53:30.858118836 +0200 +++ /var/tmp/diff_new_pack.0y5yF9/_new 2025-10-08 21:53:30.862119003 +0200 @@ -1,5 +1,5 @@ -mtime: 1759130740 -commit: e10ea4c5413d73efd87668a6b91e0003842926ed341ef10e6d566f9c56939da5 +mtime: 1759912859 +commit: ab5b310e9c51fe9a53beef7b17bbbc3d1a4d42248f8a84f81f1f23efd3d23fd2 url: https://src.opensuse.org/jengelh/ffmpeg-4 revision: master ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-10-08 17:05:46.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ ffmpeg-4-CVE-2025-7700.patch ++++++ --- /var/tmp/diff_new_pack.0y5yF9/_old 2025-10-08 21:53:31.134130434 +0200 +++ /var/tmp/diff_new_pack.0y5yF9/_new 2025-10-08 21:53:31.138130602 +0200 @@ -26,7 +26,7 @@ av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n"); ret = AVERROR(ENOMEM); goto fail; -@@ -2128,6 +2128,10 @@ static av_cold int decode_init(AVCodecCo +@@ -2128,6 +2128,11 @@ static av_cold int decode_init(AVCodecCo for (c = 0; c < avctx->channels; ++c) { ctx->raw_mantissa[c] = av_mallocz_array(ctx->cur_frame_length, sizeof(**ctx->raw_mantissa)); @@ -34,6 +34,7 @@ + av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n"); + ret = AVERROR(ENOMEM); + goto fail; ++ } } }
