From acfb260a96c17a2d98a8c0ac93e73f94516930a2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 10 2018 05:16:11 +0000 Subject: import screen-4.1.0-0.25.20120314git3c2946.el7 --- diff --git a/SOURCES/screen-4.1.0-caption-padding.patch b/SOURCES/screen-4.1.0-caption-padding.patch new file mode 100644 index 0000000..2b1bafe --- /dev/null +++ b/SOURCES/screen-4.1.0-caption-padding.patch @@ -0,0 +1,14 @@ +diff -urNp old/src/screen.c new/src/screen.c +--- old/src/screen.c 2017-10-04 09:49:28.274367045 +0200 ++++ new/src/screen.c 2017-10-04 09:50:40.154585607 +0200 +@@ -2278,8 +2278,8 @@ int padlen; + while (i-- > 0) + *pn-- = ' '; + numpad--; +- if (r && p - buf == winmsg_rendpos[r - 1]) +- winmsg_rendpos[--r] = pn - buf; ++ if (r && p - buf + 1 == winmsg_rendpos[r - 1]) ++ winmsg_rendpos[--r] = pn - buf + 1; + } + } + return pn2; diff --git a/SPECS/screen.spec b/SPECS/screen.spec index 32c74cc..5c1092e 100644 --- a/SPECS/screen.spec +++ b/SPECS/screen.spec @@ -4,7 +4,7 @@ Summary: A screen manager that supports multiple logins on one terminal Name: screen Version: 4.1.0 -Release: 0.23.20120314git3c2946%{?dist} +Release: 0.25.20120314git3c2946%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.gnu.org/software/screen @@ -36,6 +36,7 @@ Patch11: screen-altscreen.patch Patch12: screen-fix-term.patch Patch13: screen-reattach.patch Patch14: screen-STIG-GEN003660.patch +Patch15: screen-4.1.0-caption-padding.patch %description The screen utility allows you to have multiple logins on just one @@ -63,6 +64,7 @@ support multiple logins on one terminal. %patch12 -p2 -b .fix-term %patch13 -p2 -b .cannot-reattach %patch14 -p2 -b .STIG-GEN003660 +%patch15 -p2 -b .caption-padding %build @@ -159,9 +161,16 @@ fi %endif %changelog +* Tue Oct 04 2017 Josef Ridky - 4.1.0-0.25.2012314git3c2946 +- Resolves: #1423036 - fix issue with coloring when using caption padding + +* Thu Jun 30 2016 Petr Hracek - 4.1.0-0.24.20120314git3c2946 +- Build has to be bigger then RHEL-7.2 +- Related: #1196239 + * Fri Jan 15 2016 Petr Hracek - 4.1.0-0.23.20120314git3c2946 - screen does not log successful authentication messages with STIG GEN003660 -- Resolves: #1299394 +- Resolves: #1196239 * Thu Oct 15 2015 Petr Hracek - 4.1.0-0.22.20120314git3c2946 - cannot reattach to screen sessions (regression 'LoginName to long')