Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ffmpeg-9 for openSUSE:Factory 
checked in at 2026-09-01 15:45:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffmpeg-9 (Old)
 and      /work/SRC/openSUSE:Factory/.ffmpeg-9.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffmpeg-9"

Tue Sep  1 15:45:55 2026 rev:3 rq:1374985 version:9.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffmpeg-9/ffmpeg-9.changes        2026-08-19 
17:54:55.313669459 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpeg-9.new.1265/ffmpeg-9.changes      
2026-09-01 15:46:34.239015248 +0200
@@ -1,0 +2,5 @@
+Mon Aug 31 22:20:15 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Complete work-around-abi-break.patch for BUILD_ORIG=1 builds
+
+-------------------------------------------------------------------
@@ -6 +11,25 @@
-    checks, cure some integer overflows and underflows
+    checks, cure some integer overflows and underflows.
+  * avcodec/dvbsub_parser: avoid signed overflow in the capacity check.
+    (CVE-2026-70628, bsc#1274268)
+  * avcodec/rscc: do not leave uninitilized data when the input is too short.
+    (CVE-2026-70629, bsc#1274270)
+  * avcodec/screenpresso: reject deflate output shorter than the frame.
+    (CVE-2026-70630, bsc#1274282)
+  * avcodec/tiff: reject inflate output shorter than the strip.
+    (CVE-2026-70631, bsc#1274287)
+  * avcodec/cfhd: reject transform-2 output wider than the plane.
+    (CVE-2026-70632, bsc#1274289)
+  * avformat/hevc: reject hvcC NAL arrays that overflow the 16-bit count.
+    (CVE-2026-75141, bsc#1276407)
+  * avformat/mpegenc: reject stream counts that overflow the system header.
+    (CVE-2026-75142, bsc#1276408)
+  * avformat/librist: honor the caller buffer size in librist_read.
+    (CVE-2026-75143, bsc#1276409)
+  * avformat/rtpenc_vc2hq: reject data units larger than the RTP payload 
buffer.
+    (CVE-2026-75144, bsc#1276410)
+  * avformat/rtpenc_av1: do not narrow the OBU size to (long).
+    (CVE-2026-75145, bsc#1276411)
+  * avformat/dashdec: reject a negative fragment index.
+    (CVE-2026-75146, bsc#1276412)
+  * avformat/rtpenc_av1: bound OBU size in the keyframe search loop.
+    (CVE-2026-75147, bsc#1276413)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.XV2aDN/_old  2026-09-01 15:46:36.358089335 +0200
+++ /var/tmp/diff_new_pack.XV2aDN/_new  2026-09-01 15:46:36.373089860 +0200
@@ -1,5 +1,5 @@
-mtime: 1786970480
-commit: cab3a129c0ed20e2568d0b11c466d7c0fcc2ef7e4bd5018a81942adb47cbb766
+mtime: 1788214828
+commit: ba1b0ea06512e094b861e89ef8d08c3068342169fe41327c582e54db2ffdae5c
 url: https://src.opensuse.org/jengelh/ffmpeg
 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      2026-09-01 00:20:28.000000000 +0200
@@ -0,0 +1 @@
+.osc



++++++ work-around-abi-break.patch ++++++
--- /var/tmp/diff_new_pack.XV2aDN/_old  2026-09-01 15:46:37.054113670 +0200
+++ /var/tmp/diff_new_pack.XV2aDN/_new  2026-09-01 15:46:37.069114194 +0200
@@ -49,7 +49,7 @@
 ===================================================================
 --- ffmpeg-9.0.orig/libavcodec/libavcodec.v
 +++ ffmpeg-9.0/libavcodec/libavcodec.v
-@@ -1,9 +1,190 @@
+@@ -1,9 +1,191 @@
 -LIBAVCODEC_MAJOR {
 -    global:
 -        av_*;
@@ -229,6 +229,7 @@
 +      avpriv_find_start_code;
 +      avpriv_fits_header_init;
 +      avpriv_fits_header_parse_line;
++      avpriv_h264_has_num_reorder_frames;
 +      avpriv_mpeg4audio_get_config2;
 +      avpriv_mpegaudio_decode_header;
 +      avpriv_pix_fmt_find;
@@ -566,7 +567,7 @@
 ===================================================================
 --- ffmpeg-9.0.orig/libavutil/libavutil.v
 +++ ffmpeg-9.0/libavutil/libavutil.v
-@@ -1,6 +1,642 @@
+@@ -1,6 +1,649 @@
 -LIBAVUTIL_MAJOR {
 -    global:
 -        av*;
@@ -595,6 +596,12 @@
 +      av_alpha_mode_name;
 +      av_ambient_viewing_environment_alloc;
 +      av_ambient_viewing_environment_create_side_data;
++      av_amf_attach_hdr_metadata;
++      av_amf_display_mastering_meta_to_hdrmeta;
++      av_amf_extract_hdr_metadata;
++      av_amf_get_color_profile;
++      av_amf_light_metadata_to_hdrmeta;
++      av_amf_to_av_format;
 +      av_append_path_component;
 +      av_asprintf;
 +      av_assert0_fpu;
@@ -609,6 +616,7 @@
 +      av_audio_fifo_size;
 +      av_audio_fifo_space;
 +      av_audio_fifo_write;
++      av_av_to_amf_format;
 +      av_base64_decode;
 +      av_base64_encode;
 +      av_basename;

Reply via email to