stunnel 5.04 released
by Michal Trojnara
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear Users,
I have released version 5.04 of stunnel.
The ChangeLog entry:
Version 5.04, 2014.09.21, urgency: LOW:
* New features
- Support for local mode ("exec" option) on Win32.
- Support for UTF-8 config file and log file.
- Win32 UTF-16 build (thx to Pierre Delaage for support).
- Support for Unicode file names on Win32.
- A more explicit service description provided for the
Windows SCM (thx to Pierre Delaage).
- TCP/IP dependency added for NT service in order to prevent
initialization failure at boot time.
- FIPS canister updated to version 2.0.8 in the Win32 binary
build.
* Bugfixes
- load_icon_default() modified to return copies of default icons
instead of the original resources to prevent the resources
from being destroyed.
- Partially merged Windows CE patches (thx to Pierre Delaage).
- Fixed typos in stunnel.init.in and vc.mak.
- Fixed incorrect memory allocation statistics update in
str_realloc().
- Missing REMOTE_PORT environmental variable is provided to
processes spawned with "exec" on Unix platforms.
- Taskbar icon is no longer disabled for NT service.
- Fixed taskbar icon initialization when commandline options are
specified.
- Reportedly more compatible values used for the dwDesiredAccess
parameter of the CreateFile() function (thx to Pierre Delaage).
- A number of minor Win32 GUI bugfixes and improvements.
Home page: https://www.stunnel.org/
Download: https://www.stunnel.org/downloads.html
SHA-256 hashes:
ee9702e073cb8d5940a1310ae171a38d3264f1ce3b087160728bbbcf5710cec1
stunnel-5.04.tar.gz
045145b4e6ef66d29774b558837bd693a0dbab9f7295586da9e5f0de4c5a7481
stunnel-5.04-installer.exe
d1bc5c00278f31c64ad4a601d9e398b21284777f9079e91b8cbaef1e8e91f538
stunnel-5.04-android.zip
Best regards,
Mike
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlQfAqsACgkQ/NU+nXTHMtH1cACeLEi7tFSEoxYJCfZROeaTLD4J
+8sAoKK+l/6Bjl2sLwPRTcmw/Vj4+PYy
=F0H9
-----END PGP SIGNATURE-----
6 years, 5 months
Re: [stunnel-announce] [stunnel-users] stunnel beta (5.04b1) is available for testing
by Michal Trojnara
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
josealf(a)rocketmail.com wrote:
> Are you sure the stunnel-5.04b1.tar.gz file includes all changed
> files since 5.03 release?
Argh. I indeed copied the wrong file. My mistake. Thank you for
reporting it. I corrected the stunnel-5.04b1.tar.gz file.
Mike
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlQYoD4ACgkQ/NU+nXTHMtHv6ACfcqL//tSfU3I5JsJeMUchIBun
A1wAoIHQuGy5+pVx0apCSHsH9VKqeVZk
=AgTb
-----END PGP SIGNATURE-----
6 years, 5 months
stunnel beta (5.04b1) is available for testing
by Michal Trojnara
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Guys,
Please feel free to try the beta version I just made available for
download:
https://www.stunnel.org/downloads/beta/stunnel-5.04b1.tar.gz
https://www.stunnel.org/downloads/beta/stunnel-5.04b1-installer.exe
The list of changes includes most of the issues recently discussed on
the stunnel-users mailing list and more.
* New features
- Support for local mode ("exec" option) on Win32.
- A more explicit service description provided for the Windows SCM
(thx to Pierre Delaage).
- TCP/IP dependency added for NT service in order to (hopefully)
prevent initialization failure at boot time.
- FIPS canister updated to version 2.0.8 in the Win32 binary build.
* Bugfixes
- load_icon_default() modified to return copies of default icons
instead of the original resources to prevent the resources from
being destroyed.
- Reportedly more compatible values used for the dwDesiredAccess
parameter of the CreateFile() function (thx to Pierre Delaage).
- Partially merged UNICODE compilation fixes (thx to Pierre Delaage).
- Partially merged Windows CE patches (thx to Pierre Delaage).
- Fixed typos in stunnel.init.in and vc.mak.
- Fixed incorrect memory allocation statistics update in
str_realloc().
- Missing REMOTE_PORT environmental variable is provided to processes
spawned with "exec" on Unix platforms.
- Taskbar icon is no longer disabled for NT service.
Some basic examples for local mode ("exec" option) on Windows:
; Service based on a command-line tool
[netstat]
accept = 8015
exec = c:\windows\system32\netstat.exe
execargs = netstat -a
; Remote cmd.exe protected with SSL
; Certificate-based authentication needs to be configured here!
[cmd]
accept = 1337
exec = c:\windows\system32\cmd.exe
Mike
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlQYYkoACgkQ/NU+nXTHMtGmfwCfSdHFmK8q5IRcS/CoFmYMZ40G
zUEAoNUrIp0KAJ4+0LPwx+/1lJG6q2q/
=aSXM
-----END PGP SIGNATURE-----
6 years, 5 months