summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-terms/rxvt-unicode: backport fix for UTF breakage against perl-5.38Marek Szuba2023-07-111-0/+13
| | | | | Closes: https://bugs.gentoo.org/910193 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-terms/rxvt-unicode: add IUSE=wide-glyphsMarek Szuba2023-03-301-0/+264
| | | | | | | | Another fine import from Arch. Suggested-by: Marek Behún <kabel@kernel.org> Closes: https://github.com/gentoo/gentoo/pull/30354 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-terms/rxvt-unicode: drop 9.22-r9Marek Szuba2021-11-263-212/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-terms/rxvt-unicode-9.22: mark ANSI sequence ESC G Q as insecureMarek Szuba2021-05-181-0/+11
| | | | | | | | | | | | | | Can in theory be used to perform remote code execution, see https://seclists.org/oss-sec/2021/q2/145 . This was fixed upstream in 2017 (see http://cvs.schmorp.de/rxvt-unicode/src/command.C?r1=1.582&r2=1.583) so 9.26 is not vulnerable, that said 9.22 will likely not go away any time soon (if only because of 24-bit colour support) so let's backport this. Reported-by: Roman Dobosz <gryf73@gmail.com> Bug: https://bugs.gentoo.org/790782 Closes: https://github.com/gentoo/gentoo/pull/20863 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-terms/rxvt-unicode: add 9.26Marek Szuba2021-05-161-0/+8
| | | | | | | | No 24-bit colour support for now, the 9.22 patch does not apply any more due to changes in how urxvt handles the background. On the plus side, SGR mouse support is now official. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-terms/rxvt-unicode: do not segfault on exit with USE=perl and recent ↵Marek Szuba2021-04-161-0/+36
| | | | | | | | | Perl versions As addressed upstream and subsequently accepted by Debian. Closes: https://bugs.gentoo.org/764386 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-terms/rxvt-unicode: Optionally support xterm SGR 1006 mouse extensionMarek Szuba2020-12-311-0/+165
| | | | | | | | | | | | Needed in order for mouse tracking to work properly in large terminals, for all applications which do not the urxvt 1015 extension (and not many do). Relies on a third-party patch (ported from AUR, and extended to make this feature dependent on a build-time flag, by the bug reporter), as upstream allegedly refused to implement this. Suggested-by: Oscar L <oscar_bugs@nym.hush.com> Closes: https://bugs.gentoo.org/761787 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-terms/rxvt-unicode: install systemd user unit for urxvtdMarek Szuba2020-12-081-0/+9
| | | | | Closes: https://bugs.gentoo.org/504304 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-terms/rxvt-unicode: OldJeroen Roovers2019-05-156-230/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* x11-terms/rxvt-unicode: Drop USE=vanilla (bug #613724 by Alex Efros).Jeroen Roovers2017-03-291-2/+2
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* proj/gentoo: Initial commitRobin H. Johnson2015-08-088-0/+251
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed