From: <abe...@us...> - 2011-12-13 22:41:20
|
Revision: 5305 http://astlinux.svn.sourceforge.net/astlinux/?rev=5305&view=rev Author: abelbeck Date: 2011-12-13 22:41:14 +0000 (Tue, 13 Dec 2011) Log Message: ----------- stunnel, version bump to 4.44, add build option to generate proper default PID file Modified Paths: -------------- branches/1.0/package/stunnel/stunnel.mk Modified: branches/1.0/package/stunnel/stunnel.mk =================================================================== --- branches/1.0/package/stunnel/stunnel.mk 2011-12-13 17:02:16 UTC (rev 5304) +++ branches/1.0/package/stunnel/stunnel.mk 2011-12-13 22:41:14 UTC (rev 5305) @@ -4,12 +4,14 @@ # ############################################################# -STUNNEL_VERSION = 4.36 -STUNNEL_SITE = http://ftp.nluug.nl/pub/networking/stunnel/obsolete/4.x/ +STUNNEL_VERSION = 4.44 +STUNNEL_SITE = http://ftp.nluug.nl/pub/networking/stunnel/archive/4.x STUNNEL_DEPENDENCIES = openssl STUNNEL_CONF_OPT += \ --with-ssl=$(STAGING_DIR)/usr \ + --localstatedir=/var \ + --disable-libwrap \ --with-threads=fork define STUNNEL_INSTALL_TARGET_CMDS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |