summaryrefslogtreecommitdiff
path: root/x11/xterm/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-02-14 16:15:25 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-02-14 16:15:25 +0000
commit8035247279b45de8247a82873a2d1a3aba8e0e9f (patch)
tree38263e93f5df888de589872a8e809cc819cb5cdd /x11/xterm/Makefile
parent6b1f2c5bc1189eb93e3c4bf459038c917295decf (diff)
downloadpkgsrc-8035247279b45de8247a82873a2d1a3aba8e0e9f.tar.gz
Pullup ticket #6429 - requested by wiz
x11/xterm: security fix Revisions pulled up: - x11/xterm/Makefile 1.131 - x11/xterm/distinfo 1.91 --- Module Name: pkgsrc Committed By: wiz Date: Thu Feb 11 09:02:52 UTC 2021 Modified Files: pkgsrc/x11/xterm: Makefile distinfo Log Message: xterm: update to 366. Patch #366 - 2021/02/10 correct a compiler-warning fix in patch #352 which allowed sign-extension of coordinate values (report by "CismonX"). correct upper-limit for selection buffer, accounting for combining characters (report/testcase by Tavis Ormandy). with alwaysHighlight true, xterm does not properly track focus. The screen->select FOCUS flag remains always on, which prevents bellIsUrgent from working, as the urgent WM_HINT flag is only set in setXUrgency() when the window is not focused. Fix this by updating screen->select in unselectwindow() regardless of the value of always_highlight (patch by Jiri Bohac). improve fix for interaction between SRM and ENQ (report by Grant Taylor). build-fix for --with-Xaw3dxft, needed when --with-toolbar is omitted (report by Jimmy Olgeni, Emanuel Haupt).
Diffstat (limited to 'x11/xterm/Makefile')
-rw-r--r--x11/xterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile
index 91a8c9367a6..8e7ceb49bff 100644
--- a/x11/xterm/Makefile
+++ b/x11/xterm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.128 2020/11/22 13:32:27 pin Exp $
+# $NetBSD: Makefile,v 1.128.2.1 2021/02/14 16:15:25 bsiegert Exp $
-DISTNAME= xterm-362
+DISTNAME= xterm-366
CATEGORIES= x11
MASTER_SITES= ftp://ftp.invisible-island.net/xterm/
EXTRACT_SUFX= .tgz