- update to 251
This commit is contained in:
parent
244b53643f
commit
555ec68174
@ -1,2 +1,2 @@
|
|||||||
16colors.txt
|
16colors.txt
|
||||||
xterm-250.tgz
|
xterm-251.tgz
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
6093439b8d79089f4ff1cdfed358b401 16colors.txt
|
6093439b8d79089f4ff1cdfed358b401 16colors.txt
|
||||||
962ce117f65daf6bf376b6697b2cd02d xterm-250.tgz
|
343a4ce213f70c53cf65979f163bebc3 xterm-251.tgz
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
--- xterm-222/charproc.c.can-2003-0063 2006-09-28 02:06:28.000000000 +0200
|
|
||||||
+++ xterm-222/charproc.c 2006-11-22 18:38:28.000000000 +0100
|
|
||||||
@@ -4587,8 +4587,13 @@
|
|
||||||
break;
|
|
||||||
|
|
||||||
case 21: /* Report the window's title */
|
|
||||||
+/* This code block is disabled to fix a security issue reported
|
|
||||||
+ * in CAN-2003-0063
|
|
||||||
+ */
|
|
||||||
+#if 0
|
|
||||||
report_win_label(xw, 'l', &text,
|
|
||||||
XGetWMName(screen->display, VShellWindow, &text));
|
|
||||||
+#endif
|
|
||||||
break;
|
|
||||||
|
|
||||||
default: /* DECSLPP (24, 25, 36, 48, 72, 144) */
|
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Terminal emulator for the X Window System
|
Summary: Terminal emulator for the X Window System
|
||||||
Name: xterm
|
Name: xterm
|
||||||
Version: 250
|
Version: 251
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://dickey.his.com/xterm
|
URL: http://dickey.his.com/xterm
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -14,7 +14,6 @@ Source1: ftp://invisible-island.net/xterm/16colors.txt
|
|||||||
Source2: %{name}.desktop
|
Source2: %{name}.desktop
|
||||||
|
|
||||||
Patch1: xterm-245-resources.patch
|
Patch1: xterm-245-resources.patch
|
||||||
Patch2: xterm-222-can-2003-0063.patch
|
|
||||||
Patch3: xterm-226-man-page_paths.patch
|
Patch3: xterm-226-man-page_paths.patch
|
||||||
|
|
||||||
%bcond_with trace
|
%bcond_with trace
|
||||||
@ -30,7 +29,6 @@ programs that can't use the window system directly.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1 -b .resources
|
%patch1 -p1 -b .resources
|
||||||
%patch2 -p1 -b .can-2003-0063
|
|
||||||
%patch3 -p1 -b .man-page_paths
|
%patch3 -p1 -b .man-page_paths
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -80,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{x11_app_defaults_dir}/XTerm-color
|
%{x11_app_defaults_dir}/XTerm-color
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 19 2009 Miroslav Lichvar <mlichvar@redhat.com> 251-1
|
||||||
|
- update to 251
|
||||||
|
|
||||||
* Tue Oct 20 2009 Miroslav Lichvar <mlichvar@redhat.com> 250-1
|
* Tue Oct 20 2009 Miroslav Lichvar <mlichvar@redhat.com> 250-1
|
||||||
- update to 250
|
- update to 250
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user