pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/x3270 x11/x3270: update to 4.2ga4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f65982f3835
branches:  trunk
changeset: 384584:6f65982f3835
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Thu Sep 01 18:44:08 2022 +0000

description:
x11/x3270: update to 4.2ga4.

4.1ga14

    The emulators no longer crash or hang when the oia option is used with the PrintText() action.

Known issues

    Resizing or maximizing the wc3270 window makes bad things happen. Please do not do this.
    Numeric fields do not allow the + and - characters to be entered if the numericLock resource is set to true. (Thanks to Roberto Ponti for the report.)
    The emulator will crash if the -port command-line option is used.
    The command-line syntax -set resource=value does not work on x3270.
    The -e command-line option to connect to a local process does not work on x3270.
    Cross-compiles using recent versions of MinGW warnings about printf formats.

Improvements
4.2ga4

    Unified the two ways of running Windows tests under the run_windows_tests.py script.
    If the host sends a TELNET WONT TN3270E (even if it has never sent WILL TN3270E) and the emulator is in TN3270E mode, the emulator will cancel TN3270E mode and send WONT TN3270E. This is not 
listed as a bug fix because it is a workaround for a bug on the host side, which should be sending DONT TN3270E.
    Added the retry resource to retry host connections, even if the reconnect resource is not set to true.
    Added more validations for bad host writes and pop-ups to report them.

diffstat:

 x11/x3270/Makefile |  8 ++++----
 x11/x3270/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 4679865b6f25 -r 6f65982f3835 x11/x3270/Makefile
--- a/x11/x3270/Makefile        Thu Sep 01 17:15:49 2022 +0000
+++ b/x11/x3270/Makefile        Thu Sep 01 18:44:08 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2022/04/03 16:14:03 rhialto Exp $
+# $NetBSD: Makefile,v 1.49 2022/09/01 18:44:08 rhialto Exp $
 
-DISTNAME=      suite3270-4.1ga13-src
-PKGNAME=       x3270-4.1ga13
+DISTNAME=      suite3270-4.2ga4-src
+PKGNAME=       x3270-4.2ga4
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=x3270/}
 EXTRACT_SUFX=  .tgz
@@ -13,7 +13,7 @@
 
 GNU_CONFIGURE= yes
 
-WRKSRC=                ${WRKDIR}/suite3270-4.1
+WRKSRC=                ${WRKDIR}/suite3270-4.2
 USE_TOOLS+=    bdftopcf gmake
 
 FONTS_DIRS.x11+=       ${PREFIX}/share/fonts/X11/misc
diff -r 4679865b6f25 -r 6f65982f3835 x11/x3270/distinfo
--- a/x11/x3270/distinfo        Thu Sep 01 17:15:49 2022 +0000
+++ b/x11/x3270/distinfo        Thu Sep 01 18:44:08 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2022/04/03 16:14:03 rhialto Exp $
+$NetBSD: distinfo,v 1.23 2022/09/01 18:44:08 rhialto Exp $
 
-BLAKE2s (suite3270-4.1ga13-src.tgz) = 588e7962f51363f5d1cb4513bf952cf794570594346c613e83905c3cb509fb4e
-SHA512 (suite3270-4.1ga13-src.tgz) = 1aa7845b2b96579b35ad673108305850bf283fe3b12a82df4d3ec2e381c7903a51bad936069452b00a2a75fddcc363281d912ced06c06344c6a5685d6d89c4b8
-Size (suite3270-4.1ga13-src.tgz) = 3902786 bytes
+BLAKE2s (suite3270-4.2ga4-src.tgz) = 761751def4e2039589f636f0937f5b84bdb19edf0e6c2e3635ab06c47161f8f5
+SHA512 (suite3270-4.2ga4-src.tgz) = 8109958d14891d78a9ab894f13c472e5293d5f7b8984ce3a2938a3d423ed4c86c8c24766edcb82557067c484d557500730989f81963659f5e8c892a7354f6e19
+Size (suite3270-4.2ga4-src.tgz) = 4194027 bytes



Home | Main Index | Thread Index | Old Index