Chromium 144.0.7559.96 (boo#1257011) #27

Manually merged
AndreasStieger merged 2 commits from AndreasStieger/chromium:leap-16.0 into leap-16.0 2026-01-22 14:48:09 +01:00
5 changed files with 20 additions and 4 deletions

View File

@@ -33,6 +33,8 @@ HELPURL="https://chromium.googlesource.com/chromium/src/+/main/docs/linux/debugg
MENUNAME="Chromium Web Browser"
CHANNEL="stable"
INSTALLDIR="${LIBDIR}/chromium"
URI_SCHEME=""
EXTRA_DESKTOP_ENTRIES=""
install -m 755 -d \
"${STAGEDIR}/${INSTALLDIR}" \
@@ -176,6 +178,8 @@ sed \
-e "s#@@MENUNAME@@#${MENUNAME}#g" \
-e "s#@@USR_BIN_SYMLINK_NAME@@#${PACKAGE}#g" \
-e "s#@@PACKAGE@@#${PACKAGE}#g" \
-e "s#@@URI_SCHEME@@#${URI_SCHEME}#g" \
-e "s#@@EXTRA_DESKTOP_ENTRIES@@#${EXTRA_DESKTOP_ENTRIES}#g" \
"chrome/installer/linux/common/desktop.template" > "${STAGEDIR}/usr/share/applications/${PACKAGE}.desktop"
chmod 644 "${STAGEDIR}/usr/share/applications/${PACKAGE}.desktop"

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jan 21 00:29:54 UTC 2026 - Andreas Stieger <andreas.stieger@gmx.de>
- Chromium 144.0.7559.96 (boo#1257011)
* CVE-2026-1220: Race in V8
-------------------------------------------------------------------
Tue Jan 20 15:12:18 CET 2026 - ro@suse.de
- update INSTALL.sh to handle the addded tags in the
desktop file (boo#1256938)
-------------------------------------------------------------------
Wed Jan 14 11:31:48 CET 2026 - Ruediger Oertel <ro@suse.de>

View File

@@ -124,7 +124,7 @@
%global official_build 1
Name: chromium%{n_suffix}
Version: 144.0.7559.59
Version: 144.0.7559.96
Release: 0
Summary: Google's open source browser project
License: BSD-3-Clause AND LGPL-2.1-or-later