SHA256
1
0
forked from pool/x3270

Accepting request 155020 from home:e9925248:branches:Base:System

Update x3270 to newer upstream version as the SSL handling in currently broken

OBS-URL: https://build.opensuse.org/request/show/155020
OBS-URL: https://build.opensuse.org/package/show/Base:System/x3270?expand=0&rev=18
This commit is contained in:
2013-02-15 09:56:34 +00:00
committed by Git OBS Bridge
parent dcfb586da7
commit 756ca87f78
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Jan 27 16:35:22 UTC 2013 - mkoegler@auto.tuwien.ac.at
- New upstream release, fixes SSL problems
- Changes in version 3.3.12ga11, 23. July 2012
* [all] Corrected a problem with not sending the TELNET TERMINAL TYPE when the TELNET NEW ENVIRONMENT option had been negotiated.
* [x3270, c3270] Corrected issues with manual page warnings.
- Changes in version 3.3.12ga10, 8. July 2012
* [all] Turned off SSL host cerfication and Added a verifyHostCert resource and -verifycert option to enable it.
* [wc3270] Improved behavior when SSL negotiation fails.
* [x3270, c3270, wc3270] Changed the 'secure' icon to green when SSL/TLS is active and the host is verified, and yellow when SSL/TLS is active but the host is unverified.
* [c3270] Added a defaultFgBg resource and -defaultfgbg option to use the terminal's default foreground and background colors in place of the curses colors white and black respectively -- if the ncurses library, terminal and termcap/terminfo entry support default color. It is automatically set for gnome-terminal.
- Changes in version 3.3.12beta9, 13. February 2012
* [all] Added a selfSignedOk resource to allow SSL authentication with hosts that use self-signed certificates.
-------------------------------------------------------------------
Mon Aug 6 11:30:49 UTC 2012 - pgajdos@suse.com