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:           Sun Apr  3 16:14:03 UTC 2022

Modified Files:
        pkgsrc/x11/x3270: Makefile distinfo

Log Message:
x11/x3270: update to 4.1ga13

Bug fixes

    Fixed an s3270 issue where error messages from the Wait() action implicitly run after connecting to a host specified on the command line or in a session file, are displayed on standard output. 
(Standard output should contain only results from actions received on standard input.)
    Fixed a crash in the HTTP server.
    Fixed automatic dependency generation.
    Fixed an issue where x3270 would draw certain characters in NVT mode, such as - and \, incorrectly unless the 14-point 3270 font was used.
    Fixed an issue where the bottom of the screen buffer might become corrupted when using oversize or resizing the screen.

4.1ga13:

Known issues

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

Bug fixes

    When input from the String() action overflows a field, the cursor now lands in the correct location.
    When a host has multiple addresses, the emulators (except pr3287) will now reliably try up to four of them.
    Errors from the OpenSSL library are now displayed correctly.
    When a connection fails to a TLS-tunnel host (one specified with the L: prefix), the correct error message is now displayed.
    Fixed a c3270 crash when a connection is opened from a remote source (HTTP server or script port) while at the c3270> prompt.
    Fixed a c3270 crash when the -secure and -trace command-line options are used together.
    A key typed into a full field in insert mode no longer overwrites the character under the cursor.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/x3270/Makefile
cvs rdiff -u -r1.21 -r1.22 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.47 pkgsrc/x11/x3270/Makefile:1.48
--- pkgsrc/x11/x3270/Makefile:1.47      Wed Dec 29 13:25:47 2021
+++ pkgsrc/x11/x3270/Makefile   Sun Apr  3 16:14:03 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2021/12/29 13:25:47 rhialto Exp $
+# $NetBSD: Makefile,v 1.48 2022/04/03 16:14:03 rhialto Exp $
 
-DISTNAME=      suite3270-4.1ga11-src
-PKGNAME=       x3270-4.1ga11
+DISTNAME=      suite3270-4.1ga13-src
+PKGNAME=       x3270-4.1ga13
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=x3270/}
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/x11/x3270/distinfo
diff -u pkgsrc/x11/x3270/distinfo:1.21 pkgsrc/x11/x3270/distinfo:1.22
--- pkgsrc/x11/x3270/distinfo:1.21      Wed Dec 29 13:25:47 2021
+++ pkgsrc/x11/x3270/distinfo   Sun Apr  3 16:14:03 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2021/12/29 13:25:47 rhialto Exp $
+$NetBSD: distinfo,v 1.22 2022/04/03 16:14:03 rhialto Exp $
 
-BLAKE2s (suite3270-4.1ga11-src.tgz) = 73136a3953dd24c6656a8dd7fc38a8fee0994f3c5cf636928471e4e6b0da3c42
-SHA512 (suite3270-4.1ga11-src.tgz) = 1032a03bf9b24ae9d0e9b9f8b6a7c6319dff2c77db14257f22eb05b52b308e9134d8c6a5080178081f7ba893936e2eca63bb0e04b804d4a7df2507a5b3f625fb
-Size (suite3270-4.1ga11-src.tgz) = 3900772 bytes
+BLAKE2s (suite3270-4.1ga13-src.tgz) = 588e7962f51363f5d1cb4513bf952cf794570594346c613e83905c3cb509fb4e
+SHA512 (suite3270-4.1ga13-src.tgz) = 1aa7845b2b96579b35ad673108305850bf283fe3b12a82df4d3ec2e381c7903a51bad936069452b00a2a75fddcc363281d912ced06c06344c6a5685d6d89c4b8
+Size (suite3270-4.1ga13-src.tgz) = 3902786 bytes



Home | Main Index | Thread Index | Old Index