The ChangeLog entry:
Version 4.33, 2010.04.05, urgency: MEDIUM: * New features - Win32 DLLs for OpenSSL 1.0.0. This library requires to c_rehash CApath/CRLpath directories on upgrade. - Win32 DLLs for zlib 1.2.4. - Experimental support for local mode on WIN32 platform. Try "exec = c:\windows\system32\cmd.exe". * Bugfixes - Inetd mode fixed
SHA-1 value for stunnel-4.33.tar.gz: 695c7ef834952cb8ddbc790e10b6e32798fc2767
Home page: http://stunnel.mirt.net/ Download: ftp://stunnel.mirt.net/stunnel/
Best regards, Michal Trojnara
Dear Users,
The ChangeLog entry:
Version 4.34, 2010.09.19, urgency: LOW: * New features - Updated Win32 DLLs for OpenSSL 1.0.0a. - Updated Win32 DLLs for zlib 1.2.5. - Updated automake to version 1.11.1 - Updated libtool to version 2.2.6b - Added ECC support with a new service-level "curve" option. - DH support is now enabled by default. - Added support for OpenSSL builds with some algorithms disabled. - ./configure modified to support cross-compilation. - Sample stunnel.init updated based on Debian init script. * Bugfixes - Implemented fixes in user interface to enter engine PIN. - Fixed a transfer() loop issue on socket errors. - Fixed missing WIN32 taskbar icon while displaying a global option error.
SHA-1 value for stunnel-4.34.tar.gz: 367bb46aedd1d84654853feef7e702738e4a65da
Home page: http://stunnel.mirt.net/ Download: ftp://stunnel.mirt.net/stunnel/
Best regards, Michal Trojnara
MT> The ChangeLog entry: MT> Version 4.34, 2010.09.19, urgency: LOW: MT> * New features MT> - Updated Win32 DLLs for OpenSSL 1.0.0a. MT> - Updated Win32 DLLs for zlib 1.2.5. MT> - Updated automake to version 1.11.1 MT> - Updated libtool to version 2.2.6b MT> - Added ECC support with a new service-level "curve" option. MT> - DH support is now enabled by default. MT> - Added support for OpenSSL builds with some algorithms disabled. MT> - ./configure modified to support cross-compilation.
On a quite an old Linux (2.4) I caught a compilation error: cc1: error: unrecognized option `-Wextra'
When I remove "-Wextra" from 'configure' script, I get another one: options.c: In function `parse_service_option': options.c:757: error: `NID_sect163r2' undeclared (first use in this function) options.c:757: error: (Each undeclared identifier is reported only once options.c:757: error: for each function it appears in.)
Is it now time for me to upgrade (I don't actually want though), or is there a fix/legal workaround?
P.S. Everything is OK with 4.33, of course.
Thank you.
With the best regards, Denis Solovyov
Denis Solovyov:
cc1: error: unrecognized option `-Wextra' options.c:757: error: `NID_sect163r2' undeclared (first use in this
function)
Please check your software versions with: openssl version gcc --version
Running an outdated version of OpenSSL may be risky...
Mike
cc1: error: unrecognized option `-Wextra' options.c:757: error: `NID_sect163r2' undeclared (first use in this function)
MT> Please check your software versions with: MT> openssl version MT> gcc --version MT> Running an outdated version of OpenSSL may be risky...
Yes, you're right, it is quite old running without global updates for ages. I guess for a small home server it might be OK. Anyway Stunnel 4.34 is the first essential software which was not compiled in such conditions.
I'll consider upgrading this one day :-) But changes you make for a minor vesion update should not probably be so major...
MT> Mike
With the best regards, Denis Solovyov
On Sun, Sep 19, 2010 at 11:15:58PM +0200, Michal Trojnara wrote:
Version 4.34, 2010.09.19, urgency: LOW:
- New features
- Sample stunnel.init updated based on Debian init script.
There's a silly bug in this script, just discovered by an user. Here's a patch:
---------------------------------------------------------------------- Index: stunnel4/tools/stunnel.init.in =================================================================== --- stunnel4.orig/tools/stunnel.init.in +++ stunnel4/tools/stunnel.init.in @@ -56,7 +56,7 @@
killdaemons() { - SIGNAL=${$1:-TERM} + SIGNAL=${1:-TERM} for file in $FILES; do PROCLIST=`get_pids $file` if [ "$PROCLIST" ] && kill -s 0 $PROCLIST 2>/dev/null; then ----------------------------------------------------------------------
problems with stunnel and IE?page can not load?
how to?
On Tue, Apr 19, 2011 at 12:44 PM, Rodrigo Gallardo rodrigo@debian.orgwrote:
On Sun, Sep 19, 2010 at 11:15:58PM +0200, Michal Trojnara wrote:
Version 4.34, 2010.09.19, urgency: LOW:
- New features
- Sample stunnel.init updated based on Debian init script.
There's a silly bug in this script, just discovered by an user. Here's a patch:
Index: stunnel4/tools/stunnel.init.in
--- stunnel4.orig/tools/stunnel.init.in +++ stunnel4/tools/stunnel.init.in @@ -56,7 +56,7 @@
killdaemons() {
- SIGNAL=${$1:-TERM}
- SIGNAL=${1:-TERM} for file in $FILES; do PROCLIST=`get_pids $file` if [ "$PROCLIST" ] && kill -s 0 $PROCLIST 2>/dev/null; then
-- Rodrigo Gallardo
stunnel-users mailing list stunnel-users@stunnel.org http://stunnel.mirt.net/mailman/listinfo/stunnel-users