New upstream release 5.13.

This commit is contained in:
Avesh Agarwal 2015-03-30 15:57:51 -04:00
parent d71d61f538
commit f59e623fa9
4 changed files with 22 additions and 16 deletions

3
.gitignore vendored
View File

@ -72,3 +72,6 @@ stunnel-4.33.tar.gz.asc
/stunnel-5.12.tar.gz /stunnel-5.12.tar.gz
/stunnel-5.12.tar.gz.asc /stunnel-5.12.tar.gz.asc
/stunnel-5.12.tar.gz.sha256 /stunnel-5.12.tar.gz.sha256
/stunnel-5.13.tar.gz
/stunnel-5.13.tar.gz.asc
/stunnel-5.13.tar.gz.sha256

View File

@ -1,3 +1,3 @@
43685457503bb24144d03dc307b3211b stunnel-5.12.tar.gz 1cd9997d6de9e8c82ac561039a33c329 stunnel-5.13.tar.gz
793d13180a6e75fec21871ec61cdd2f5 stunnel-5.12.tar.gz.asc 3550cb68b05c1e9f6b6794c68d96d039 stunnel-5.13.tar.gz.asc
f3296624071ee7f20f46b7d2750f3e89 stunnel-5.12.tar.gz.sha256 ad6ffddafdc1e894513bd1da8740f913 stunnel-5.13.tar.gz.sha256

View File

@ -1,7 +1,7 @@
diff -urNp stunnel-5.10/doc/stunnel.8 stunnel-5.10-patch/doc/stunnel.8 diff -urNp stunnel-5.13/doc/stunnel.8 stunnel-5.13-patch/doc/stunnel.8
--- stunnel-5.10/doc/stunnel.8 2015-01-28 13:47:05.690115387 -0500 --- stunnel-5.13/doc/stunnel.8 2015-03-30 15:53:04.746385291 -0400
+++ stunnel-5.10-patch/doc/stunnel.8 2015-01-28 13:53:39.932197076 -0500 +++ stunnel-5.13-patch/doc/stunnel.8 2015-03-30 15:52:05.298134775 -0400
@@ -383,7 +383,7 @@ If no host specified, defaults to all IP @@ -387,7 +387,7 @@ If no host specified, defaults to all IP
To listen on all IPv6 addresses use: To listen on all IPv6 addresses use:
.Sp .Sp
.Vb 1 .Vb 1
@ -10,10 +10,10 @@ diff -urNp stunnel-5.10/doc/stunnel.8 stunnel-5.10-patch/doc/stunnel.8
.Ve .Ve
.IP "\fBCApath\fR = \s-1DIRECTORY\s0" 4 .IP "\fBCApath\fR = \s-1DIRECTORY\s0" 4
.IX Item "CApath = DIRECTORY" .IX Item "CApath = DIRECTORY"
diff -urNp stunnel-5.10/doc/stunnel.html stunnel-5.10-patch/doc/stunnel.html diff -urNp stunnel-5.13/doc/stunnel.html stunnel-5.13-patch/doc/stunnel.html
--- stunnel-5.10/doc/stunnel.html 2015-01-28 13:47:05.691115375 -0500 --- stunnel-5.13/doc/stunnel.html 2015-03-30 15:53:04.750385241 -0400
+++ stunnel-5.10-patch/doc/stunnel.html 2015-01-28 13:53:39.933197064 -0500 +++ stunnel-5.13-patch/doc/stunnel.html 2015-03-30 15:52:05.299134762 -0400
@@ -426,7 +426,7 @@ @@ -428,7 +428,7 @@
<p>To listen on all IPv6 addresses use:</p> <p>To listen on all IPv6 addresses use:</p>
@ -22,10 +22,10 @@ diff -urNp stunnel-5.10/doc/stunnel.html stunnel-5.10-patch/doc/stunnel.html
</dd> </dd>
<dt id="CApath-DIRECTORY"><b>CApath</b> = DIRECTORY</dt> <dt id="CApath-DIRECTORY"><b>CApath</b> = DIRECTORY</dt>
diff -urNp stunnel-5.10/doc/stunnel.pod stunnel-5.10-patch/doc/stunnel.pod diff -urNp stunnel-5.13/doc/stunnel.pod stunnel-5.13-patch/doc/stunnel.pod
--- stunnel-5.10/doc/stunnel.pod 2015-01-28 13:47:05.692115362 -0500 --- stunnel-5.13/doc/stunnel.pod 2015-03-30 15:53:04.750385241 -0400
+++ stunnel-5.10-patch/doc/stunnel.pod 2015-01-28 13:53:39.934197051 -0500 +++ stunnel-5.13-patch/doc/stunnel.pod 2015-03-30 15:52:05.299134762 -0400
@@ -393,7 +393,7 @@ If no host specified, defaults to all IP @@ -397,7 +397,7 @@ If no host specified, defaults to all IP
To listen on all IPv6 addresses use: To listen on all IPv6 addresses use:

View File

@ -1,6 +1,6 @@
Summary: An SSL-encrypting socket wrapper Summary: An SSL-encrypting socket wrapper
Name: stunnel Name: stunnel
Version: 5.12 Version: 5.13
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2 License: GPLv2
Group: Applications/Internet Group: Applications/Internet
@ -113,6 +113,9 @@ cp $RPM_BUILD_ROOT%{_datadir}/doc/stunnel/examples/%{name}.service $RPM_BUILD_RO
%endif %endif
%changelog %changelog
* Sun Mar 29 2015 Avesh Agarwal <avagarwa@redhat.com> - 5.13-1
- New upstream release 5.13.
* Sat Mar 28 2015 Avesh Agarwal <avagarwa@redhat.com> - 5.12-1 * Sat Mar 28 2015 Avesh Agarwal <avagarwa@redhat.com> - 5.12-1
- New upstream release 5.12. - New upstream release 5.12.