diff --git a/SPECS/xterm.spec b/SPECS/xterm.spec index cf7af5e..43d9880 100644 --- a/SPECS/xterm.spec +++ b/SPECS/xterm.spec @@ -1,7 +1,7 @@ Summary: Terminal emulator for the X Window System Name: xterm Version: 366 -Release: 7%{?dist} +Release: 8%{?dist} URL: https://invisible-island.net/xterm License: MIT BuildRequires: make @@ -61,7 +61,6 @@ done --with-utempter \ --with-tty-group=tty \ --disable-full-tgetent \ - --enable-sixel-graphics \ --with-pcre2 %make_build @@ -102,6 +101,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %{_mandir}/man1/resize.1* %changelog +* Tue Feb 08 2022 Tomas Korbar - 366-8 +- disable sixel support +- Resolves: CVE-2022-24130 + * Tue Aug 10 2021 Mohan Boddu - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688