pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xterm



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Apr 12 16:28:24 UTC 2025

Modified Files:
        pkgsrc/x11/xterm: Makefile distinfo

Log Message:
x11/xterm: update to 398

Patch #398 - 2025/04/11

    modify DECFRA and DECRQCRA to handle NRCS and ISO character set mappings.
    ensure that the cursor GC is updated when switching between normal and italic fonts (report/testcase by Peter Fabinski).
    reduce overflow in scaling of ReGIS coordinates (report/testcase by Robert L Masterson).
    improve permissions-check for valid shell program.
    extend modifyOtherKeys and formatOtherKeys to the various categories of special keys, i.e., cursor-keys, function-keys, keypad-keys, modifier-keys and (other) special-keys.
        review/extend convmap.pl to handle all of the X11 keysym definitions in keysym2ucs.
        keysyms which do not correspond to Unicode character codes are mapped to Unicode private use areas in the BMP and plane 15.
        add/extend control sequences for the new format- and modify-resources.
    fix copy/paste error in configure script for default value of --enable-block-select (report by Vincent Lefèvre).
    revise keysym2ucs.c, to provide mapping to/from the Unicode private use area for non-character keysyms. Also remove redundant items from keysym.map.
    improve modifyOtherKeys, by providing the UCS value for keys which have no single-byte representation (Debian #1093056).
    add two extensions to modifyOtherKeys:
        setting modifyOtherKeys to 3 makes all keyboard input send escape sequences, using parameter 1 where no modifiers are given.
        a subparameter can be added to the XTMODKEYS control sequence, telling xterm to factor-out the corresponding modifier mask from available parameters in the modifyOtherKeys feature.
    add items ColumnMode and StatusLine to disallowWindowOps, for DECCOLM, DECANM and DECSASD, DECSSDT respectively (report by Sami Farin).
    fix several minor issues reported by Coverity.
    add ColorEvents resource to provide a way for applications to send a client message which can modify the default foreground and background colors (adapted from patch by Claes Nästén).
    add special case for displaying an error for CAN (cancel) when emulating VT100 (prompted by discussion with Thomas Wolff).
    correct the size of a CellData buffer in xtermReportSGR seen in ASAN2 (report by Sami Farin).


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.117 -r1.118 pkgsrc/x11/xterm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xterm/Makefile
diff -u pkgsrc/x11/xterm/Makefile:1.158 pkgsrc/x11/xterm/Makefile:1.159
--- pkgsrc/x11/xterm/Makefile:1.158     Thu Jan  9 19:01:23 2025
+++ pkgsrc/x11/xterm/Makefile   Sat Apr 12 16:28:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.158 2025/01/09 19:01:23 pin Exp $
+# $NetBSD: Makefile,v 1.159 2025/04/12 16:28:24 pin Exp $
 
-DISTNAME=      xterm-397
+DISTNAME=      xterm-398
 CATEGORIES=    x11
 MASTER_SITES=  https://invisible-island.net/archives/xterm/
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.117 pkgsrc/x11/xterm/distinfo:1.118
--- pkgsrc/x11/xterm/distinfo:1.117     Thu Jan  9 19:01:23 2025
+++ pkgsrc/x11/xterm/distinfo   Sat Apr 12 16:28:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.117 2025/01/09 19:01:23 pin Exp $
+$NetBSD: distinfo,v 1.118 2025/04/12 16:28:24 pin Exp $
 
-BLAKE2s (xterm-397.tgz) = 2ac29a48430fca73a1ab38030aae957050b4e116aa22d8e881d62aaffa9a1874
-SHA512 (xterm-397.tgz) = cc9770f566199b5e0050c6443eb8382acda02501f14001027fafcaaa3146d9fe3185f304f784d8c61c571d57d33b84a771113658aa4e3aa7f3e66d129781eb73
-Size (xterm-397.tgz) = 1588389 bytes
+BLAKE2s (xterm-398.tgz) = 15a522df320e234c4fce7f12edcb9720c56bb3d063a1ed295f7a67123f78ffac
+SHA512 (xterm-398.tgz) = c870ba5764e85a39bc145eb9b40847ae09a458c027b7566f7580d8e8c7b2230cb844323b5082deed73311343c11b54f89258257b5fc41c23c8346aa10562debc
+Size (xterm-398.tgz) = 1605117 bytes



Home | Main Index | Thread Index | Old Index