From: <abe...@us...> - 2015-04-30 20:38:45
|
Revision: 7058 http://sourceforge.net/p/astlinux/code/7058 Author: abelbeck Date: 2015-04-30 20:38:43 +0000 (Thu, 30 Apr 2015) Log Message: ----------- stunnel, version bump to 5.17, Fixed a NULL pointer dereference causing the service to crash Modified Paths: -------------- branches/1.0/package/stunnel/stunnel.mk Modified: branches/1.0/package/stunnel/stunnel.mk =================================================================== --- branches/1.0/package/stunnel/stunnel.mk 2015-04-27 17:59:07 UTC (rev 7057) +++ branches/1.0/package/stunnel/stunnel.mk 2015-04-30 20:38:43 UTC (rev 7058) @@ -4,7 +4,7 @@ # ############################################################# -STUNNEL_VERSION = 5.16 +STUNNEL_VERSION = 5.17 STUNNEL_SITE = http://ftp.nluug.nl/pub/networking/stunnel/archive/5.x STUNNEL_DEPENDENCIES = openssl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |