177 Commits

Author SHA1 Message Date
Wang Mingyu
ac02b5a6f3
xterm: upgrade 404 -> 407
License-Update: Copyright year upted to 2026.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2026-03-02 19:25:58 -08:00
Gyorgy Sarvari
85fa691790
sessreg: upgrade 1.1.3 -> 1.1.4
Drop 0001-Makefile.am-Error-Fix.patch - the error doesn't seem
to happen anymore.

License-Update: Removed the words "All rights reserved" from Oracle
copyright notices.

Shortlog:
Remove "All rights reserved" from Oracle copyright notices
meson: Add option to build with meson
Add --help and --version options
Improve man page formatting
man pages: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2026-02-20 23:34:20 -08:00
Wang Mingyu
bf1da6d183 xterm: upgrade 403 -> 404
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-12-09 15:11:01 -08:00
Liu Yiding
5a0ff4bd62
xterm: fix conflict between multilibs
Don't specify the program-transform-name to prevent conflict error as following:
Error: Transaction test error:
  file /usr/bin/koi8rxterm conflicts between attempted installs of lib32-xterm-403-r0.core2_32 and xterm-403-r0.x86_64_v3
  file /usr/bin/resize.xterm conflicts between attempted installs of lib32-xterm-403-r0.core2_32 and xterm-403-r0.x86_64_v3
  file /usr/bin/uxterm conflicts between attempted installs of lib32-xterm-403-r0.core2_32 and xterm-403-r0.x86_64_v3
  file /usr/bin/xterm conflicts between attempted installs of lib32-xterm-403-r0.core2_32 and xterm-403-r0.x86_64_v3
  file /usr/share/applications/uxterm.desktop conflicts between attempted installs of lib32-xterm-403-r0.core2_32 and xterm-403-r0.x86_64_v3
  file /usr/share/applications/xterm.desktop conflicts between attempted installs of lib32-xterm-403-r0.core2_32 and xterm-403-r0.x86_64_v3

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-11-06 16:00:52 -08:00
Wang Mingyu
72a647e678 xterm: upgrade 402 -> 403
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-10-29 10:14:14 -07:00
Wang Mingyu
11626467b4
xterm: upgrade 401 -> 402
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-16 09:59:21 -07:00
Wang Mingyu
ae8ea29788
xgamma: upgrade 1.0.7 -> 1.0.8
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-08-04 11:45:26 -07:00
Wang Mingyu
b3d8256ab8
xterm: upgrade 394 -> 401
License-Update: Copyright year updated to 2025

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-08 23:40:32 -07:00
Wang Mingyu
d952fac45a
twm: upgrade 1.0.12 -> 1.0.13.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-05-21 07:38:27 -07:00
Wang Mingyu
b1ea894fc4
xkbevd: upgrade 1.1.5 -> 1.1.6
Changelog:
==========
- Use _stricmp() instead of strcasecmp() on Windows
- Accept --help & --version as aliases to -help & -version
- evargs.c: constify pointer arguments that aren't modified
- evargs.c: Use standard strchr() instead of deprecated index()
- Remove detectableRepeat variable
- Assume target platforms have strcasecmp now

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-12-19 09:41:25 -08:00
J. S.
d2f631c763
Drop unnecessary SRC_URI md5sum from the recipes in meta-oe.
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-05 19:19:22 -08:00
Wang Mingyu
faf3f16c25
xwud: upgrade 1.0.6 -> 1.0.7
Changelog:
==========
- Accept --help & --version as aliases to -help & -version
- Replace strcpy+strcat calls with snprintf
- Call free() instead of XFree() on pointers returned by malloc()
- Add missing checks for malloc failure
- gitlab CI: stop requiring Signed-off-by in commits

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:32 -07:00
Wang Mingyu
ffe87d16cd
xmag: upgrade 1.0.7 -> 1.0.8
Changelog:
==========
- Use double for all floating point numbers, not a mix of double and float
- Quiet 64 -Wunused-parameter warnings from clang 13
- usage: add noreturn attribute
- Fix -Wmissing-variable-declarations warning from clang 13
- Fix -Wself-assign warning from clang 13
- Fix -Wshadow warning for Display argument to Error()
- Clear 9 -Wuseless-cast warnings
- Add -help and -version options
- Print which arguments were unknown before giving usage message
- gitlab CI: stop requiring Signed-off-by in commits

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:32 -07:00
Wang Mingyu
0bab96e83b
xkbprint: upgrade 1.0.6 -> 1.0.7
Changelog:
==========
- Use C99 struct initializers
- Variable scope reductions
- FindKeysymsByName: avoid NULL pointer dereference
- ClearFontStuff: avoid NULL pointer dereference
- configure: Use AC_SYS_LARGEFILE to enable large file support
- unifdef -Usgi

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:32 -07:00
Wang Mingyu
cd69b51b61
xterm: upgrade 393 -> 394
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-10 07:20:42 -07:00
Wang Mingyu
06521d8514
xterm: upgrade 392 -> 393
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-15 16:36:16 -07:00
Ninette Adhikari
714f47bb3b
xterm: CVE status update CVE-1999-0965
Current version (392) not affected. This was fixed in version X11R5-fix-26 (R11R6 from 1994)

Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-03 20:20:17 -07:00
Wang Mingyu
1e5179077a
xterm: upgrade 391 -> 392
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-28 09:34:36 -07:00
Khem Raj
aeb11d81dc
xterm: Upgrade to 391
Add a patch to fix build with musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-19 08:28:00 -07:00
Trevor Gamblin
5fe3c7a2d3
xkbutils: upgrade 1.0.5 -> 1.0.6
In particular, make it build with gcc 14.

License-Update: Remove "All rights reserved" from copyright line

Changelog:

2939632 xkbutils 1.0.6
e2ee9c2 Change sprintf calls to use snprintf instead
aa03a3b Remove uSetErrorFile()
5f875c8 xkbwatch: Fix -Wincompatible-pointer-types warning (Issue #2)
6dbcbb5 Remove "All rights reserved" from Oracle copyright notices
56c99e3 gitlab CI: stop requiring Signed-off-by in commits

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-12 08:43:19 -07:00
Trevor Gamblin
fe0996a043
xlsfonts: upgrade 1.0.7 -> 1.0.8
In particular, make it build with gcc 14.

Changelog:

d20bea4 xlsfonts 1.0.8
71d8e89 Use reallocarray() if available
2b9d8f5 Fix -Wincompatible-pointer-types warning from gcc (issue #1)
e53bf74 gitlab CI: stop requiring Signed-off-by in commits
314d802 man page: emphasize this program is for querying an X server

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-12 08:43:19 -07:00
Wang Mingyu
4007f66b57
xrefresh: upgrade 1.0.7 -> 1.1.0
Changelog:
==========
-Add -help option
-Adding in a '-delay ms' parameter to optionally prolong refreshx
gitlab CI: stop requiring Signed-off-by in commits

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20 09:28:12 -07:00
Wang Mingyu
b3cfb7c947
xmessage: upgrade 1.0.6 -> 1.0.7
Changelog:
===========
-configure: Use AC_SYS_LARGEFILE to enable large file support
-Add -version option
-updates -help option to not require successfully opening a display
-Print which arguments were unknown before giving usage message

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20 09:28:12 -07:00
Wang Mingyu
5d512e0ac3
iceauth: upgrade 1.0.9 -> 1.0.10
Changelog:
==========
-gitlab CI: stop requiring Signed-off-by in commits
-configure: Use AC_SYS_LARGEFILE to enable large file support
-Use reallocarray if available, provide local version if not
-Silence -Wanalyzer-out-of-bounds warnings from gcc 13
-Variable scope reductions, as suggested by cppcheck
-unifdef __UNIXOS2__

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20 09:28:05 -07:00
alperak
1a84a1ebbe
xsetroot: upgrade 1.1.2 -> 1.1.3
By default, xsetroot depends on libxmu and xbitmaps

xsetroot dependencies -> https://gitlab.freedesktop.org/xorg/app/xsetroot/-/blob/master/configure.ac?ref_type=heads#L41

xbitmaps has no dependency on libxmu but it was added as a dependency in version 1.1.2. When upgrading xbitmaps to version 1.1.3, libxmu removed from the dependencies
Since xsetroot depends on xbitmaps, and libxmu was removed from xbitmaps dependencies, encountered missing libxmu dependencies error.

xbitmaps dependencies -> https://gitlab.freedesktop.org/xorg/data/bitmaps/-/blob/master/configure.ac?ref_type=heads
xbitmaps upgrade 1.1.2 to 1.1.3 -> 5430b16813

So, added libxmu as a dependency to xsetroot for fixing build issue.

Changelog:

* gitlab CI: stop requiring Signed-off-by in commits
* Handle -Wsign-compare warnings
* Variable scope reductions as recommended by cppcheck
* Build xz tarballs instead of bzip2
* CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-08 07:57:58 -08:00
alperak
5ec9943b2d
sessreg: upgrade 1.1.2 -> 1.1.3
Changelog:

* Fix -Wstringop-truncation warnings in safe_strncpy()
* gitlab CI: stop requiring Signed-off-by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Fix spelling/wording issues

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-07 14:25:10 -08:00
alperak
b86d42b951
xgamma: upgrade 1.0.6 -> 1.0.7
Changelog:

* Use strtof() if available, instead of casting atof() to float
* Refactor to reduce code duplication
* Resolve -Wdouble-promotion warnings from clang
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
* autogen: add default patch prefix
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-07 14:25:10 -08:00
alperak
709484dd74
xkbevd: upgrade 1.1.4 -> 1.1.5
Changelog:

* Add .git-blame-ignore-revs to hide whitespace commits from git blame
* eventTypeToString: remove unnecessary strcpy to static buffer
* xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT path
* cfgscan: check if character is EOF before calling isalpha or isdigit
* Rename shadowed variables
* Variable scope reduction as suggested by cppcheck
* gitlab CI: stop requiring Signed-off-by in commits
* man page: remove out-of-date COPYRIGHT section
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
* autogen: add default patch prefix
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-07 14:25:10 -08:00
alperak
f0a0c85b75
xlsatoms: upgrade 1.1.3 -> 1.1.4
Changelog:

* usage: add cold & noreturn attributes to function
* Resolve clang -Wshorten-64-to-32 warnings
* Variable scope reductions as suggested by cppcheck
* gitlab CI: stop requiring Signed-off-by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-07 14:25:10 -08:00
alperak
5b20a3c8f2
xlsclients: upgrade 1.1.4 -> 1.1.5
Changelog:

* Resolve implicit conversion warnings from clang
* usage: add cold & noreturn attributes to function
* Handle -Wsign-compare warnings
* Quiet -Wmaybe-uninitialized warnings from gcc
* gitlab CI: stop requiring Signed-off-by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-07 14:25:10 -08:00
alperak
40daa8ca7c
xstdcmap: upgrade 1.0.4 -> 1.0.5
Changelog:

* Remove unneeded variable initializations
* Remove unnecessary cast of XFree() argument
* Use C99 loop variable declarations
* gitlab CI: stop requiring Signed-off -by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-07 09:37:16 -08:00
Khem Raj
e849f51ea9 xterm: upgrade 387 -> 388
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-05 22:26:54 -08:00
Richard Purdie
9962d57f7c meta-oe: Drop broken BBCLASSEXTEND variants
The command "bitbake universe -c fetch" currently throws a ton of warnings
as there are many 'impossible' dependencies.

In some cases these variants may never have worked and were just added by copy
and paste of recipes. In some cases they once clearly did work but became
broken somewhere along the way. Users may also be carrying local bbappend files
which add further BBCLASSEXTEND.

Having universe fetch work without warnings is desireable so clean up the broken
variants. Anyone actually needing something dropped here can propose adding it
and the correct functional dependencies back quite easily. This also then
ensures we're not carrying or fixing things nobody uses.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-24 09:08:45 -07:00
Wang Mingyu
16387ed732 xterm: upgrade 384 -> 387
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
27ed9360d9 xterm: upgrade 383 -> 384
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Ross Burton
8b42c6cfd6 xsetmode: remove obsolete utility
This hasn't seen any upstream activity since 2017, as users should be
using xinput --set-mode instead.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-10 11:01:40 -07:00
Wang Mingyu
ff632bb7af xterm: upgrade 382 -> 383
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu
4cc3d29768 xwd: upgrade 1.0.8 -> 1.0.9
Changelog:
==========
Make -help & -version work without requiring an open display
list.c: Stop building functions that are never called
Delete commented-out local copy of list function prototypes
Variable scope reduction as recommended by cppcheck
Remove unnecessary casts from malloc() and free() calls
Handle -Wcomma warnings from clang
Remove unused macros
gitlab CI: stop requiring Signed-off-by in commits
Build xz tarballs instead of bzip2
gitlab CI: add a basic build test
Fix spelling/wording issues

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05 09:29:34 -07:00
Wang Mingyu
f4541d83db xterm: upgrade 381 -> 382
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05 09:29:34 -07:00
Wang Mingyu
9d621a1b6f xrdb: upgrade 1.2.1 -> 1.2.2
Changelog:
=========
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
gitlab CI: stop requiring Signed-off-by in commits
Variable scope reduction as recommended by cppcheck
Use C99 struct initialization
Rename variable 'dup' to avoid shadowing dup() function
Fallback asprintf: don't truncate output that has a \0 in string
configure: raise minimum autoconf requirement to 2.70

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05 09:29:34 -07:00
Wang Mingyu
2c3fa0a130 xterm: upgrade 380 -> 381
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
aea3f99f97 setxkbmap: upgrade 1.3.3 -> 1.3.4
Changelog:
============
Check for the XWAYLAND extension
Fix "Xwayland" spelling
Route the Xwayland warning through stderr
Be more careful about querying randr
gitlab CI: stop requiring Signed-off-by in commits

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Khem Raj
31a6d8d88b xrdb: Pass target CPP location to configure
CPP is encoded into xrdb binary and it ends up encoding the cpp from
HOSTTOOLS location which obviously wont be where cpp will live at
runtime

Fixes
WARNING: xrdb-1.2.1-r0 do_package_qa: QA Issue: File /usr/bin/xrdb in package xrdb contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-21 18:11:01 -07:00
Wang Mingyu
1463adf1fe xterm: upgrade 379 -> 380
Changelog:
==========
- simplify the change for sixelScrolling from patch #374
- add xterm+focus and report+da2, update report+version building blocks in
  terminfo, from post-ncurses 6.4
- drop the -title option from uxterm and koi8rxterm, because that interferes
  with deriving the default title from the -e option (Debian #1031837).
  Compensate for this by using the -class option to derive a default title.
- improve description of readline 2003 mode in ctlseqs.ms
- other improvements to status-line feature
  clear status line on DECCOLM
  ignore DECSASD if no previous DECSSDT
  allow DECSSDT 1 immediately after DECSSDT 2, i.e., without switching back to
  host mode.
- adjust RequestResize to avoid shrinking screen when using DECCOLM while the
  status-line is active
- disallow wrapping before the beginning of the screen, to the end of the
  screen, for cursor-back sequences (Redhat #2182357).
- modify makefile to install the 16x16 xpm files
- update test-package to reflect resolution of Debian #906901.
- change default of showMissingGlyphs to True.
- improve handling of double-sized characters when those happen to be missing
  from the bitmap font and/or are fullwidth.
- pointer/overflow fixes
- configure script improvements
- fix a typo in the underline cursor thickness derivation

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 22:15:01 -07:00
Wang Mingyu
eadf2c6c44 xterm: upgrade 378 -> 379
Changelog:
==========
* improve text-cursor (patch by Jan Engelhardt):
     + allow selecting CURSOR_BAR mode from command-line/Xresources.
     + draw  cursor  using  filled  rectangle  instead  of  rectangle
       outline to permit thicker underlines/bars.
     + scale up cursor relative to font size.
* improve readline modes (Fedora #2166860):
     + document readline modes
     + change the feature to configure by default
     + replace hard-coded SS3 for cursor movement with current mode
     + replace hard-coded erase/lnext characters with current values
* improve status-line (report by Thomas Wolff):
     + RIS turns off status-line
     + Right-margin  (DECLRMM  and DECSLRM) limits the length of text
       written/updated in the status-line.
     + Most  controls which affect the whole screen are ignored while
       updating the status-line.
* modify  configure check for tgetent to allow for some special cases
  of ncurses configuration (report by Satadru Pramani).
* reduce  timeout,  improve  warning  message  if  resize is run on a
  terminal which is not VT100-compatible.
* reduce compiler warnings in configure script.

0001-Add-configure-time-check-for-setsid.patch
refreshed for new version.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:20:42 -07:00
Martin Jansa
285b7cd79f .patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-24 08:45:44 -08:00
Wang Mingyu
fb30f2f616 xterm: upgrade 377 -> 378
License-Update: Copyright year updated to 378

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
4a853af336 xterm: upgrade 373 -> 377
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
721ed41c33 xkbprint: upgrade 1.0.5 -> 1.0.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Khem Raj
5ce7a2a89b xterm: Add _GNU_SOURCE via CFLAGS
This ensures that definitions of functions e.g. ptsname and wcwidth are
added correctly.

Fixes
| ./main.c:2940:8: error: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
|         char *name = ptsname(*pty);
|               ^      ~~~~~~~~~~~~~

| ./util.c:5506:19: error: use of undeclared identifier 'wcwidth'
|             my_wcwidth = wcwidth;
|                          ^

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-29 19:18:27 -07:00