diff --git a/INSTALL.sh b/INSTALL.sh index 31c861b..57eb3b2 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -120,6 +120,14 @@ if [ -f "${OUTPUTDIR}/libqt6_shim.so" ]; then install -m ${SHLIB_PERMS} "${buildfile}" "${STAGEDIR}/${INSTALLDIR}/${file}" fi +# FFMPEG (if using the bundled one) +if [ -f "${OUTPUTDIR}/libffmpeg.so" ]; then + file="libffmpeg.so" + buildfile="${OUTPUTDIR}/${file}" + install -m ${SHLIB_PERMS} "${buildfile}" "${STAGEDIR}/${INSTALLDIR}/${file}" +fi + + # default apps if [ -d "${OUTPUTDIR}/default_apps" ]; then cp -a "${OUTPUTDIR}/default_apps" "${STAGEDIR}/${INSTALLDIR}/" diff --git a/chromium-139.0.7258.154-linux.tar.xz b/chromium-139.0.7258.154-linux.tar.xz new file mode 100644 index 0000000..62ed2d6 --- /dev/null +++ b/chromium-139.0.7258.154-linux.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d77d5daaede589a5f77ea79bf3e11ada53ab7ace1ca083cc2e5399d9bc53e8 +size 1605973936 diff --git a/chromium-139.0.7258.66-linux.tar.xz b/chromium-139.0.7258.66-linux.tar.xz deleted file mode 100644 index 37029dc..0000000 --- a/chromium-139.0.7258.66-linux.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cd37b224dba4fc5e3c8ac98cc278d17a713a3b5a2f1dbb241ad94caca83d630 -size 1608741372 diff --git a/chromium.changes b/chromium.changes index 9d5fb12..9dbd6a9 100644 --- a/chromium.changes +++ b/chromium.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Aug 27 12:12:26 CEST 2025 - ro@suse.de + +- Chromium 139.0.7258.154 (boo#1248769) + * CVE-2025-9478: Use after free in ANGLE + +------------------------------------------------------------------- +Tue Aug 19 21:07:41 UTC 2025 - Andreas Stieger + +- Chromium 139.0.7258.138 (boo#1248315): + * CVE-2025-9132: Out of bounds write in V8 + +------------------------------------------------------------------- +Wed Aug 13 04:21:07 UTC 2025 - Andreas Stieger + +- Chromium 139.0.7258.127 (boo#1247981): + * CVE-2025-8879: Heap buffer overflow in libaom + * CVE-2025-8880: Race in V8 + * CVE-2025-8901: Out of bounds write in ANGLE + * CVE-2025-8881: Inappropriate implementation in File Picker + * CVE-2025-8882: Use after free in Aura + * Various fixes from internal audits, fuzzing and other initiatives + +------------------------------------------------------------------- +Thu Aug 7 15:48:37 CEST 2025 - ro@suse.de + +- really install libffmpeg.so if using the bundled one + and block the extra dependency + ------------------------------------------------------------------- Wed Aug 6 12:47:40 CEST 2025 - ro@suse.de diff --git a/chromium.spec b/chromium.spec index 29a5ec9..b81ab0b 100644 --- a/chromium.spec +++ b/chromium.spec @@ -22,6 +22,7 @@ %define outputdir out # bsc#1108175 %define __provides_exclude ^lib.*\\.so.*$ +%define __requires_exclude ^libffmpeg\\.so.*$ # suse_version 1500 all of sle code 15, all of leap15 # suse_version 1600 all of alp, slfo # suse_version 1699 tw @@ -111,7 +112,7 @@ %global official_build 1 Name: chromium%{n_suffix} -Version: 139.0.7258.66 +Version: 139.0.7258.154 Release: 0 Summary: Google's open source browser project License: BSD-3-Clause AND LGPL-2.1-or-later