diff --git a/.cvsignore b/.cvsignore index 5e94b66..4ea3b55 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ 16colors.txt -xterm-250.tgz +xterm-251.tgz diff --git a/sources b/sources index 37f67e0..8a15077 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 6093439b8d79089f4ff1cdfed358b401 16colors.txt -962ce117f65daf6bf376b6697b2cd02d xterm-250.tgz +343a4ce213f70c53cf65979f163bebc3 xterm-251.tgz diff --git a/xterm-222-can-2003-0063.patch b/xterm-222-can-2003-0063.patch deleted file mode 100644 index b98d031..0000000 --- a/xterm-222-can-2003-0063.patch +++ /dev/null @@ -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) */ diff --git a/xterm.spec b/xterm.spec index 1255f0b..20d8a61 100644 --- a/xterm.spec +++ b/xterm.spec @@ -1,6 +1,6 @@ Summary: Terminal emulator for the X Window System Name: xterm -Version: 250 +Version: 251 Release: 1%{?dist} URL: http://dickey.his.com/xterm License: MIT @@ -14,7 +14,6 @@ Source1: ftp://invisible-island.net/xterm/16colors.txt Source2: %{name}.desktop Patch1: xterm-245-resources.patch -Patch2: xterm-222-can-2003-0063.patch Patch3: xterm-226-man-page_paths.patch %bcond_with trace @@ -30,7 +29,6 @@ programs that can't use the window system directly. %setup -q %patch1 -p1 -b .resources -%patch2 -p1 -b .can-2003-0063 %patch3 -p1 -b .man-page_paths %build @@ -80,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{x11_app_defaults_dir}/XTerm-color %changelog +* Thu Nov 19 2009 Miroslav Lichvar 251-1 +- update to 251 + * Tue Oct 20 2009 Miroslav Lichvar 250-1 - update to 250