pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/x3270



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Thu Sep  1 18:44:08 UTC 2022

Modified Files:
        pkgsrc/x11/x3270: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/x11/x3270/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/x3270/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/x3270/Makefile
diff -u pkgsrc/x11/x3270/Makefile:1.48 pkgsrc/x11/x3270/Makefile:1.49
--- pkgsrc/x11/x3270/Makefile:1.48      Sun Apr  3 16:14:03 2022
+++ pkgsrc/x11/x3270/Makefile   Thu Sep  1 18:44:08 2022
@@ -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 @@ LICENSE=      modified-bsd
 
 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

Index: pkgsrc/x11/x3270/distinfo
diff -u pkgsrc/x11/x3270/distinfo:1.22 pkgsrc/x11/x3270/distinfo:1.23
--- pkgsrc/x11/x3270/distinfo:1.22      Sun Apr  3 16:14:03 2022
+++ pkgsrc/x11/x3270/distinfo   Thu Sep  1 18:44:08 2022
@@ -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