diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2019-11-22 18:06:47 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2019-11-22 18:06:47 +0000 |
commit | efef7fd326b5d56b169e2ce8a4d122d8cb664e98 (patch) | |
tree | 254dbde320bba8c4a1f1b4d9b499f3a9bde74cb4 /x11/mlterm/distinfo | |
parent | a701446d930b03292f71e41c53e249b79b66d360 (diff) | |
download | pkgsrc-efef7fd326b5d56b169e2ce8a4d122d8cb664e98.tar.gz |
mlterm: update to 3.8.9.
pkgsrc changes:
- remove patches applied in the upstream
Upstream changes noted in doc/en/ReleaseNote:
ver 3.8.9
* Support zmodem. (See doc/en/README.tarnsfer)
* Add "send_file" and "zmodem_start" to OSC 5379.
* Add receive_directory / --recvdir option.
* Support xdg-shell-v6 (unstable) on wayland.
* Support copy&paste via X11 primary selection on wayland.
* Hide the mouse cursor in inputting keys by default on xlib and win32.
* ~/.mlterm/font accepts UTF-8 on windows.
* Change the default value of "font_size_range" option from 1-100 to 1-10000.
* Clear a window and scroll out all lines on resizing only if
the value of --sr / "scroll_on_resizing" option is true.
* Set _NET_WM_PID property.
* Revive -N/"app_name" option which sets WM_CLASS property.
(WM_CLASS was disabled at 3.8.6)
* Add a percent or number argument without '+' and '-' to "vresize_screen" and
"hresize_screen" of OSC 5379.
* Add "RESET" (which resets the parser of mlterm) as a shortcut key.
* Add vte 0.58 API symbols to libvte compatible library.
* Merge patches:
https://bitbucket.org/arakiken/mlterm/pull-requests/5/fix-for-wscons-framebuffer/diff
https://sourceforge.net/p/mlterm/patches/24/
* Bug fixes:
Fix memory leaks of libptymosh.so
Fix https://sourceforge.net/p/mlterm/mailman/message/36633222/ (Enbugged at 3.8.8)
Fix segfault of mlterm for java by race condition.
Fix unexpected invalidation of --mdi=false option. (Enbugged at 3.8.8)
Fix uninitialized memory access of mlimgloader.exe for win32.
Fix broken images of some sixel graphics. (Enbugged at 3.8.5)
Diffstat (limited to 'x11/mlterm/distinfo')
-rw-r--r-- | x11/mlterm/distinfo | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo index 29a22b1c25e..e571127d4db 100644 --- a/x11/mlterm/distinfo +++ b/x11/mlterm/distinfo @@ -1,15 +1,8 @@ -$NetBSD: distinfo,v 1.81 2019/09/22 06:17:30 rin Exp $ +$NetBSD: distinfo,v 1.82 2019/11/22 18:06:47 tsutsui Exp $ -SHA1 (mlterm-3.8.8.tar.gz) = 54f40fa50214656ab70f592d5d58805b1dfdc1c6 -RMD160 (mlterm-3.8.8.tar.gz) = 9a7675a86999541b57742099a5e9eac8a539b580 -SHA512 (mlterm-3.8.8.tar.gz) = 4db7de441300d30eadc85d1c780bb10c81d2555225fe163280508180ccc2114eeacf0e5772f9d69c1b59ef6f3ffb3444b75fe3e5ea508dd9e18e5850e78f78a5 -Size (mlterm-3.8.8.tar.gz) = 4035215 bytes +SHA1 (mlterm-3.8.9.tar.gz) = 485d1f3215e12db8cd23f39a5c06b21e3e802307 +RMD160 (mlterm-3.8.9.tar.gz) = e5b6a4ac980866076c7b4f93aa3cbf1b20b4efcb +SHA512 (mlterm-3.8.9.tar.gz) = 0bd5468dc58095fd9432922490178fe14335724cee08d2f509e8f72a4d5f9aea9ff2f0672706e5290219575f47a1ff15dccb4e21e318c89dd5718fe6ef694c0c +Size (mlterm-3.8.9.tar.gz) = 4101898 bytes SHA1 (patch-configure) = e95b426f028c9bcb9895e69bb85ce8450f78a8c8 SHA1 (patch-etc_font-fb) = 03f0b2ecee20ef3201c8e4ce17f03ac90f657b00 -SHA1 (patch-uitoolkit_fb_ui.h) = 751d9fad83ef04f957b297b04e3cf61c2a28a9dd -SHA1 (patch-uitoolkit_fb_ui__display.c) = 15dbae082a13d5a4c5f22675914631da5494e6a6 -SHA1 (patch-uitoolkit_fb_ui__display__freebsd.c) = 3cb80b0564be184cf992ea54141183395c4cd39b -SHA1 (patch-uitoolkit_fb_ui__display__linux.c) = 5dd0d30d579f42036066acb8c42db51045ac712f -SHA1 (patch-uitoolkit_fb_ui__display__wscons.c) = 6ea6aec8cd72999874c9fb26a099d3b09ba91bb6 -SHA1 (patch-uitoolkit_fb_ui__display__x68kgrf.c) = 51ba1b5124fd6cb654e9c87fa289b06170429f92 -SHA1 (patch-uitoolkit_ui__event__source.c) = 4cf872768491bc8da5fc080cfd3a50969324a162 |