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 2023-04-21 14:15:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old) and /work/SRC/openSUSE:Factory/.ffmpeg-4.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpeg-4" Fri Apr 21 14:15:37 2023 rev:58 rq:1080447 version:4.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes 2023-01-24 20:19:47.644322485 +0100 +++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new.1533/ffmpeg-4.changes 2023-04-21 14:15:45.590159593 +0200 @@ -1,0 +2,78 @@ +Wed Apr 19 21:00:41 UTC 2023 - Bjørn Lie <[email protected]> + +- Update to version 4.4.4: + * avcodec/012v: Order operations for odd size handling + * avcodec/alsdec: The minimal block is at least 7 bits + * avcodec/bink: + - Avoid undefined out of array end pointers in + binkb_decode_plane() + - Fix off by 1 error in ref end + * avcodec/eac3dec: avoid float noise in fixed mode addition to + overflow + * avcodec/eatgq: : Check index increments in tgq_decode_block() + * avcodec/escape124: + - Fix signdness of end of input check + - Fix some return codes + * avcodec/ffv1dec: + - Check that num h/v slices is supported + - Fail earlier if prior context is corrupted + - Restructure slice coordinate reading a bit + * avcodec/mjpegenc: take into account component count when + writing the SOF header size + * avcodec/mlpdec: Check max matrix instead of max channel in + noise check + * avcodec/motionpixels: Mask pixels to valid values + * avcodec/mpeg12dec: Check input size + * avcodec/nvenc: + - Fix b-frame DTS behavior with fractional framerates + - Fix vbv buffer size in cq mode + * avcodec/pictordec: Remove mid exit branch + * avcodec/pngdec: Check deloco index more exactly + * avcodec/rpzaenc: stop accessing out of bounds frame + * avcodec/scpr3: Check bx + * avcodec/scpr: Test bx before use + * avcodec/snowenc: Fix visual weight calculation + * avcodec/speedhq: Check buf_size to be big enough for DC + * avcodec/sunrast: Fix maplength check + * avcodec/tests/snowenc: + - Fix 2nd test + - Return a failure if DWT/IDWT mismatches + - Unbreak DWT tests + * avcodec/tiff: Ignore tile_count + * avcodec/utils: + - Allocate a line more for VC1 and WMV3 + - Ensure linesize for SVQ3 + - Use 32pixel alignment for bink + * avcodec/videodsp_template: Adjust pointers to avoid undefined + pointer things + * avcodec/vp3: Add missing check for av_malloc + * avcodec/wavpack: + - Avoid undefined shift in get_tail() + - Check for end of input in wv_unpack_dsd_high() + * avcodec/xpmdec: Check size before allocation to avoid + truncation + * avfilter/vf_untile: swap the chroma shift values used for plane + offsets + * avformat/id3v2: Check taglen in read_uslt() + * avformat/mov: Check samplesize and offset to avoid integer + overflow + * avformat/mxfdec: Use 64bit in remainder + * avformat/nutdec: Add check for avformat_new_stream + * avformat/replaygain: avoid undefined / negative abs + * swscale/input: Use more unsigned intermediates + * swscale/output: Bias 16bps output calculations to improve non + overflowing range + * swscale: aarch64: Fix yuv2rgb with negative stride + * Use https for repository links +- Drop patches fixed upstream: + * ffmpeg-CVE-2022-3964.patch + * ffmpeg-CVE-2022-3109.patch + * ffmpeg-CVE-2022-3341.patch +- Use ldconfig_scriptlets macro. + +------------------------------------------------------------------- +Thu Mar 16 17:54:51 UTC 2023 - Jan Engelhardt <[email protected]> + +- Conflict with otherproviders(ffmpeg-tools). + +------------------------------------------------------------------- Old: ---- ffmpeg-4.4.3.tar.xz ffmpeg-4.4.3.tar.xz.asc ffmpeg-CVE-2022-3109.patch ffmpeg-CVE-2022-3341.patch ffmpeg-CVE-2022-3964.patch New: ---- ffmpeg-4.4.4.tar.xz ffmpeg-4.4.4.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpeg-4.spec ++++++ --- /var/tmp/diff_new_pack.wSere6/_old 2023-04-21 14:15:46.522164819 +0200 +++ /var/tmp/diff_new_pack.wSere6/_new 2023-04-21 14:15:46.530164864 +0200 @@ -95,7 +95,7 @@ %define _major_version 4 %define _major_expected 5 Name: ffmpeg-4 -Version: 4.4.3 +Version: 4.4.4 Release: 0 Summary: Set of libraries for working with various multimedia formats License: GPL-3.0-or-later @@ -120,9 +120,6 @@ Patch9: ffmpeg-4.4-CVE-2020-22046.patch Patch10: ffmpeg-chromium.patch Patch11: ffmpeg-libglslang-detection.patch -Patch12: ffmpeg-CVE-2022-3964.patch -Patch13: ffmpeg-CVE-2022-3109.patch -Patch14: ffmpeg-CVE-2022-3341.patch BuildRequires: ladspa-devel BuildRequires: libgsm-devel BuildRequires: libmp3lame-devel @@ -259,10 +256,9 @@ BuildRequires: pkgconfig(x265) %endif Provides: ffmpeg-tools = %version -Obsoletes: ffmpeg-tools < %version +Conflicts: ffmpeg-tools Provides: ffmpeg = %version Obsoletes: ffmpeg < %version -Conflicts: ffmpeg-5 Requires: libavcodec58_134 = %version-%release Requires: libavdevice58_13 = %version-%release Requires: libavfilter7_110 = %version-%release @@ -789,24 +785,15 @@ cp -a $i "$b/%_includedir/ffmpeg/private/$i" done -%post -n libavcodec58_134 -p /sbin/ldconfig -%postun -n libavcodec58_134 -p /sbin/ldconfig -%post -n libavdevice58_13 -p /sbin/ldconfig -%postun -n libavdevice58_13 -p /sbin/ldconfig -%post -n libavfilter7_110 -p /sbin/ldconfig -%postun -n libavfilter7_110 -p /sbin/ldconfig -%post -n libavformat58_76 -p /sbin/ldconfig -%postun -n libavformat58_76 -p /sbin/ldconfig -%post -n libavresample4_0 -p /sbin/ldconfig -%postun -n libavresample4_0 -p /sbin/ldconfig -%post -n libavutil56_70 -p /sbin/ldconfig -%postun -n libavutil56_70 -p /sbin/ldconfig -%post -n libpostproc55_9 -p /sbin/ldconfig -%postun -n libpostproc55_9 -p /sbin/ldconfig -%post -n libswresample3_9 -p /sbin/ldconfig -%postun -n libswresample3_9 -p /sbin/ldconfig -%post -n libswscale5_9 -p /sbin/ldconfig -%postun -n libswscale5_9 -p /sbin/ldconfig +%ldconfig_scriptlets -n libavcodec58_134 +%ldconfig_scriptlets -n libavdevice58_13 +%ldconfig_scriptlets -n libavfilter7_110 +%ldconfig_scriptlets -n libavformat58_76 +%ldconfig_scriptlets -n libavresample4_0 +%ldconfig_scriptlets -n libavutil56_70 +%ldconfig_scriptlets -n libpostproc55_9 +%ldconfig_scriptlets -n libswresample3_9 +%ldconfig_scriptlets -n libswscale5_9 %files %doc Changelog CREDITS README.md ++++++ ffmpeg-4.4.3.tar.xz -> ffmpeg-4.4.4.tar.xz ++++++ /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.4.3.tar.xz /work/SRC/openSUSE:Factory/.ffmpeg-4.new.1533/ffmpeg-4.4.4.tar.xz differ: char 26, line 1
