diff --git a/ffmpeg-7.0.2.tar.xz b/ffmpeg-7.0.2.tar.xz new file mode 100644 index 0000000..7cf458c --- /dev/null +++ b/ffmpeg-7.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8646515b638a3ad303e23af6a3587734447cb8fc0a0c064ecdb8e95c4fd8b389 +size 10795332 diff --git a/ffmpeg-7.0.2.tar.xz.asc b/ffmpeg-7.0.2.tar.xz.asc new file mode 100644 index 0000000..3796f14 --- /dev/null +++ b/ffmpeg-7.0.2.tar.xz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQFMBAABCgA2FiEE/PmG6hXm4pOlZE8QtDIvBNZ2WNgFAmatZQYYHGZmbXBlZy1k +ZXZlbEBmZm1wZWcub3JnAAoJELQyLwTWdljYIlcIAKF1VWqnhhKkBHSxEnH8ipUH +nlJmPitKaJTwgtAtHGH8DL4XlgUwxfws9YohJ6V2fz/LjD+4rcU1BB9lMKNTaEW3 +g27lIRHXC571OGgBKJFadhsbULtUu9oUOIcqS28zOl3fsok/G7NVd3ajkpiRUPhu +LRXUXNbCIwtXbIdS0yECpiRcHMj/hX6nkY3yHrmWXAts/TtmIQyaNTbnC4ervA1s +Ijc4cY/unb6OD9DpmC6DznVykyfzc2GjjCiNxRXrljp+MaZ7jBEMwjXfOIATwBwj +gCN+N6nlxc5e3gMOGcAJy93iD9HpbgVDAn6S6jnB/z5+Tyv6ZeP+sytsgOCNjlQ= +=R372 +-----END PGP SIGNATURE----- diff --git a/ffmpeg-7.0.tar.xz b/ffmpeg-7.0.tar.xz deleted file mode 100644 index 58bb59e..0000000 Binary files a/ffmpeg-7.0.tar.xz and /dev/null differ diff --git a/ffmpeg-7.0.tar.xz.asc b/ffmpeg-7.0.tar.xz.asc deleted file mode 100644 index 582f690..0000000 --- a/ffmpeg-7.0.tar.xz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQFMBAABCAA2FiEE/PmG6hXm4pOlZE8QtDIvBNZ2WNgFAmYPNtMYHGZmbXBlZy1k -ZXZlbEBmZm1wZWcub3JnAAoJELQyLwTWdljYFdUIAIOFgLplbe7CHY0G3bQuCK8N -Q+js2eLPxKNbeBhshcHDyNResAT+uHE7fQYRFUcETf5qqoPHyDptbG/o+onlGW8M -vNwu6wTC3XiFjKjJKBRwyXYS31J+R/re2w+LiEI+OnekRhaQ/vbj1bbjREEQLtOv -7086Oc6ZzMAsxjc6wGde4eJkhTQT8HYF6lU0Bsm4yeqCAcppfGv6OwZn8fyQ/L9i -PaqFJFzs4C8PdRRdSQ7VifAcAAmyHNoRY611ZCbnJvoc7oEU44SVIKsryqRBunoX -aAZ1eNwoI/Oz/uC/yK+S3oaAauZuUZFxgc0hqCxYLZF5TeRvF4Y8cPTTymTuVDM= -=Hz9R ------END PGP SIGNATURE----- diff --git a/ffmpeg-7.changes b/ffmpeg-7.changes index 2ec2c96..a39a81d 100644 --- a/ffmpeg-7.changes +++ b/ffmpeg-7.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Aug 7 07:37:24 UTC 2024 - Cliff Zhao + +- Update to version 7.0.2: + * avcodec/snow: Fix off by 1 error in run_buffer + * avcodec/utils: apply the same alignment to YUV410 as we do to YUV420 for snow + * avformat/iamf_parse: Check for 0 samples + * swscale: [loongarch] Fix checkasm-sw_yuv2rgb failure. + * avcodec/aacps_tablegen_template: don't redefine CONFIG_HARDCODED_TABLES + * avutil/hwcontext_vaapi: use the correct type for VASurfaceAttribExternalBuffers.buffers + * avcodec/pcm-bluray/dvd: Use correct pointer types on BE + * avcodec/pngenc: fix sBIT writing for indexed-color PNGs + * avcodec/pngdec: use 8-bit sBIT cap for indexed PNGs per spec + * avformat/mov: check that child boxes of trak are only present inside it + * avformat/mov: check that sample and chunk count is 1 for HEIF + * avcodec/videotoolboxenc: Fix bitrate doesn't work as expected + * avdevice/dshow: Don't skip audio devices if no video device is present + * avcodec/hdrenc: Allocate more space + * avcodec/cfhdenc: Height of 16 is not supported + * avcodec/cfhdenc: Allocate more space + * avcodec/osq: fix integer overflow when applying factor + * avcodec/osq: avoid using too large numbers for shifts and integers in update_residue_parameter() + * avcodec/hevcdec: fix segfault on invalid film grain metadata (CVE-2024-32228, bsc#1227277) + * avfilter/vf_tiltandshift: fix buffer offset for yuv422p input (CVE-2024-32229, bsc#1227295) + * avcodec/mpegvideo_enc: Fix 1 line and one column images (CVE-2024-32230, bsc#1227296) +- Drop ffmpeg-7-CVE-2024-32228.patch: + The fix has been merged. +- Drop ffmpeg-7-CVE-2024-32229.patch: + The fix has been merged. +- Drop ffmpeg-7-CVE-2024-32230.patch: + The fix has been merged. + ------------------------------------------------------------------- Sat Aug 3 08:52:26 UTC 2024 - Cliff Zhao diff --git a/ffmpeg-7.spec b/ffmpeg-7.spec index d554c6b..44f3eec 100644 --- a/ffmpeg-7.spec +++ b/ffmpeg-7.spec @@ -86,7 +86,7 @@ %define _major_expected 8 Name: ffmpeg-7 -Version: 7.0 +Version: 7.0.2 Release: 0 Summary: Set of libraries for working with various multimedia formats License: GPL-3.0-or-later @@ -109,9 +109,6 @@ Patch4: ffmpeg-4.2-dlopen-fdk_aac.patch Patch5: work-around-abi-break.patch Patch10: ffmpeg-chromium.patch Patch91: ffmpeg-dlopen-openh264.patch -Patch92: ffmpeg-7-CVE-2024-32228.patch -Patch93: ffmpeg-7-CVE-2024-32230.patch -Patch94: ffmpeg-7-CVE-2024-32229.patch Patch95: ffmpeg-7-fix-crashes.patch BuildRequires: ladspa-devel BuildRequires: libgsm-devel diff --git a/ffmpeg-dlopen-headers.tar.xz b/ffmpeg-dlopen-headers.tar.xz index e7ece3c..c72db64 100644 Binary files a/ffmpeg-dlopen-headers.tar.xz and b/ffmpeg-dlopen-headers.tar.xz differ