Update to 2.5.1

Fixes discovered by automated testing.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2018-11-28 09:32:39 -05:00
parent 9522af4399
commit 59dbf43620
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/sscg-2.3.3.tar.xz /sscg-2.3.3.tar.xz
/sscg-2.4.0.tar.xz /sscg-2.4.0.tar.xz
/sscg-2.5.0.tar.xz /sscg-2.5.0.tar.xz
/sscg-2.5.1.tar.xz

View File

@ -1 +1 @@
SHA512 (sscg-2.5.0.tar.xz) = 0f35bbebae1107a44f53cf80340d54218d1986c305498d92f41ec347d33f005bc717bacaf3e24cb34754637a16033d6e46168f9f6b684b715a0f48bfca8edb19 SHA512 (sscg-2.5.1.tar.xz) = 0f601a6f9894db69602ddc4031a3c8b33cd682a497d54808cfb90bafff6539bbe967dc2b9e11f4805c7a1d997061f2b24b4f7577a87cec0d32814533f795fc86

View File

@ -8,7 +8,7 @@
Name: sscg Name: sscg
Version: 2.5.0 Version: 2.5.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Simple SSL certificate generator Summary: Simple SSL certificate generator
@ -59,6 +59,10 @@ false signatures from the service certificate.
%{_mandir}/man8/%{name}.8* %{_mandir}/man8/%{name}.8*
%changelog %changelog
* Wed Nov 28 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.5.1-1
- Update to 2.5.1
- Fixes discovered by automated testing.
* Wed Nov 28 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-1 * Wed Nov 28 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-1
- Update to 2.5.0 - Update to 2.5.0
- Auto-detect the hash algorithm to use by default. - Auto-detect the hash algorithm to use by default.