diff --git a/.gitignore b/.gitignore index d6c4b41..833060a 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,6 @@ stunnel-4.33.tar.gz.asc /stunnel-5.12.tar.gz /stunnel-5.12.tar.gz.asc /stunnel-5.12.tar.gz.sha256 +/stunnel-5.13.tar.gz +/stunnel-5.13.tar.gz.asc +/stunnel-5.13.tar.gz.sha256 diff --git a/sources b/sources index 1877315..655725d 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -43685457503bb24144d03dc307b3211b stunnel-5.12.tar.gz -793d13180a6e75fec21871ec61cdd2f5 stunnel-5.12.tar.gz.asc -f3296624071ee7f20f46b7d2750f3e89 stunnel-5.12.tar.gz.sha256 +1cd9997d6de9e8c82ac561039a33c329 stunnel-5.13.tar.gz +3550cb68b05c1e9f6b6794c68d96d039 stunnel-5.13.tar.gz.asc +ad6ffddafdc1e894513bd1da8740f913 stunnel-5.13.tar.gz.sha256 diff --git a/stunnel-1155977.patch b/stunnel-1155977.patch index 6b7d263..0d50e5d 100644 --- a/stunnel-1155977.patch +++ b/stunnel-1155977.patch @@ -1,7 +1,7 @@ -diff -urNp stunnel-5.10/doc/stunnel.8 stunnel-5.10-patch/doc/stunnel.8 ---- stunnel-5.10/doc/stunnel.8 2015-01-28 13:47:05.690115387 -0500 -+++ stunnel-5.10-patch/doc/stunnel.8 2015-01-28 13:53:39.932197076 -0500 -@@ -383,7 +383,7 @@ If no host specified, defaults to all IP +diff -urNp stunnel-5.13/doc/stunnel.8 stunnel-5.13-patch/doc/stunnel.8 +--- stunnel-5.13/doc/stunnel.8 2015-03-30 15:53:04.746385291 -0400 ++++ stunnel-5.13-patch/doc/stunnel.8 2015-03-30 15:52:05.298134775 -0400 +@@ -387,7 +387,7 @@ If no host specified, defaults to all IP To listen on all IPv6 addresses use: .Sp .Vb 1 @@ -10,10 +10,10 @@ diff -urNp stunnel-5.10/doc/stunnel.8 stunnel-5.10-patch/doc/stunnel.8 .Ve .IP "\fBCApath\fR = \s-1DIRECTORY\s0" 4 .IX Item "CApath = DIRECTORY" -diff -urNp stunnel-5.10/doc/stunnel.html stunnel-5.10-patch/doc/stunnel.html ---- stunnel-5.10/doc/stunnel.html 2015-01-28 13:47:05.691115375 -0500 -+++ stunnel-5.10-patch/doc/stunnel.html 2015-01-28 13:53:39.933197064 -0500 -@@ -426,7 +426,7 @@ +diff -urNp stunnel-5.13/doc/stunnel.html stunnel-5.13-patch/doc/stunnel.html +--- stunnel-5.13/doc/stunnel.html 2015-03-30 15:53:04.750385241 -0400 ++++ stunnel-5.13-patch/doc/stunnel.html 2015-03-30 15:52:05.299134762 -0400 +@@ -428,7 +428,7 @@

To listen on all IPv6 addresses use:

@@ -22,10 +22,10 @@ diff -urNp stunnel-5.10/doc/stunnel.html stunnel-5.10-patch/doc/stunnel.html
CApath = DIRECTORY
-diff -urNp stunnel-5.10/doc/stunnel.pod stunnel-5.10-patch/doc/stunnel.pod ---- stunnel-5.10/doc/stunnel.pod 2015-01-28 13:47:05.692115362 -0500 -+++ stunnel-5.10-patch/doc/stunnel.pod 2015-01-28 13:53:39.934197051 -0500 -@@ -393,7 +393,7 @@ If no host specified, defaults to all IP +diff -urNp stunnel-5.13/doc/stunnel.pod stunnel-5.13-patch/doc/stunnel.pod +--- stunnel-5.13/doc/stunnel.pod 2015-03-30 15:53:04.750385241 -0400 ++++ stunnel-5.13-patch/doc/stunnel.pod 2015-03-30 15:52:05.299134762 -0400 +@@ -397,7 +397,7 @@ If no host specified, defaults to all IP To listen on all IPv6 addresses use: diff --git a/stunnel.spec b/stunnel.spec index 52610d4..415a3a0 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -1,6 +1,6 @@ Summary: An SSL-encrypting socket wrapper Name: stunnel -Version: 5.12 +Version: 5.13 Release: 1%{?dist} License: GPLv2 Group: Applications/Internet @@ -113,6 +113,9 @@ cp $RPM_BUILD_ROOT%{_datadir}/doc/stunnel/examples/%{name}.service $RPM_BUILD_RO %endif %changelog +* Sun Mar 29 2015 Avesh Agarwal - 5.13-1 +- New upstream release 5.13. + * Sat Mar 28 2015 Avesh Agarwal - 5.12-1 - New upstream release 5.12.