disable sixel support

Resolves: CVE-2022-24130
This commit is contained in:
Tomas Korbar 2022-02-09 10:14:47 +01:00
parent 26b8b0b655
commit 5efc2eef70

View File

@ -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 <tkorbar@redhat.com> - 366-8
- disable sixel support
- Resolves: CVE-2022-24130
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com>
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688