Debian Patches

Status for vte/1:0.28.2-7

Patch Description Author Forwarded Bugs Origin Last update
01_scroll_notebook.patch Allow to switch tabs with Alt+wheel
With the addition of 043_notebook_scroll.patch in gtk+3.0, it is
possible to switch tabs with Alt+mouse wheel from anywhere on the
notebook. This patch prevents vte from interecepting the signal.

Corresponding GTK+ bug: GNOME #145244
Josselin Mouette <joss@debian.org> no 2011-06-05
02_meta.patch Map both gdk's Meta and Alt to vte's Meta for >=gtk+-3.2.2 compatibility

Also, since VTE_META_MASK is now a mask with multiple bits set, code that
compares gdk key modifiers to VTE_META_MASK by numerical equality is no
longer guaranteed to work. Therefore, for such comparisons a new function,
vte_keymap_fixup_modifiers, is introduced; it ensures that if any bits
matching VTE_META_MASK are set, then all are set.
Alexandre Rostovtsev <tetromino@gentoo.org> yes upstream 2011-11-15
03_CVE-2012-2738.patch emulation: Limit integer arguments to 65535
To guard against malicious sequences containing excessively big numbers,
limit all parsed numbers to 16 bit range. Doing this here in the parsing
routine is a catch-all guard; this doesn't preclude enforcing
more stringent limits in the handlers themselves.
Christian Persch <chpe@gnome.org> yes upstream 2012-05-19
04_CVE-2012-2738.patch emulation: Limit repetitions
Don't allow malicious sequences to cause excessive repetitions.
Christian Persch <chpe@gnome.org> yes upstream 2012-05-19
25_optional-ncurses.patch Allow using the builtin termcap support instead of ncurses =?utf-8?q?Lo=C3=AFc_Minier?= <lool@dooz.org> no 2008-08-03
60_termcap-home-end.patch Define home/end in the builtin termcap support file =?utf-8?q?Lo=C3=AFc_Minier?= <lool@dooz.org> no 2008-08-03
reaper-Fix-mismatched-return-type.patch reaper: Fix mismatched return type
This is an error with gcc 14.
Simon McVittie <smcv@debian.org> no debian 2024-12-27
trie-Fix-mismatched-char-signedness.patch trie: Fix mismatched char signedness
This is an error with gcc 14, which has
-Werror=incompatible-pointer-types by default.
Simon McVittie <smcv@debian.org> no debian 2024-12-27
ssfe-Use-snprintf-and-a-larger-buffer.patch ssfe: Use snprintf() and a larger buffer
In function ‘sprintf’,
inlined from ‘do_cs’ at ssfe.c:153:5,
inlined from ‘do_cs.isra’ at ssfe.c:150:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 7 and 17 bytes into a destination of size 16
Simon McVittie <smcv@debian.org> no 2024-12-27
vteconv-Avoid-gcc-14-compilation-errors.patch vteconv: Avoid gcc 14 compilation errors Simon McVittie <smcv@debian.org> no debian 2024-12-27

All known versions for source package 'vte'

Links