[stunnel-users] stunnel 5.03 released
Peter Pentchev
roam at FreeBSD.org
Fri Aug 8 19:15:05 CEST 2014
On Thu, Aug 07, 2014 at 10:15:47PM +0200, Michal Trojnara wrote:
> Dear Users,
>
> I have released version 5.03 of stunnel.
Hi,
(-announce and openssl-users dropped from CC)
Thanks a lot - and thanks for saving downstream distro maintainers
the trouble of releasing an intermediate package update for the init
script fix ;)
>
> The ChangeLog entry:
[snip]
> * Bugfixes
[snip]
> - Fixed whitespace handling in the stunnel.init script.
Um, there's just one little problem with this; what do you think
about the attached public-domain patch that removes what looks
very much like a stray quote character?
Once again, thanks for writing and maintaining stunnel!
G'luck,
Peter
PS. I tried to send this from my <roam at ringlet.net> address, but
mx1.mirt.net bounced my message due to a junkemailfilter.com
blacklist problem that I've taken up with the folks over there
(at junkemailfilter.com, not mirt.net, obviously ;)
--
Peter Pentchev roam at ringlet.net roam at FreeBSD.org p.penchev at storpool.com
PGP key: http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115 C354 651E EFB0 2527 DF13
-------------- next part --------------
Description: Fix a typo (a stray quote) in the init script.
Author: Peter Pentchev <roam at ringlet.net>
Forwarded: not-yet
Last-Update: 2014-08-08
--- a/tools/stunnel.init.in
+++ b/tools/stunnel.init.in
@@ -31,7 +31,7 @@
local file=$1
if [ -f $file ]; then
CHROOT=`get_opt $file chroot`
- PIDFILE=`get_opt $file pid"`
+ PIDFILE=`get_opt $file pid`
if [ "$PIDFILE" = "" ]; then
PIDFILE=$DEFAULTPIDFILE
fi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://www.stunnel.org/pipermail/stunnel-users/attachments/20140808/74bd99cb/attachment.sig>
More information about the stunnel-users
mailing list