Update to 2.5.0

Auto-detect the hash algorithm to use by default.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2018-11-28 08:42:25 -05:00
parent c45882b43c
commit 9522af4399
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

@ -17,3 +17,4 @@
/sscg-2.3.2.tar.xz
/sscg-2.3.3.tar.xz
/sscg-2.4.0.tar.xz
/sscg-2.5.0.tar.xz

View File

@ -1 +1 @@
SHA512 (sscg-2.4.0.tar.xz) = 804f24889a9cc3d514e4a52b7dd9e01e5d9b8286c39ce68e24f7a665ade56545be6871da7f60e39f8ebb36674a51588fce85321455f825cc5c2ce4f365f52489
SHA512 (sscg-2.5.0.tar.xz) = 0f35bbebae1107a44f53cf80340d54218d1986c305498d92f41ec347d33f005bc717bacaf3e24cb34754637a16033d6e46168f9f6b684b715a0f48bfca8edb19

View File

@ -8,7 +8,7 @@
Name: sscg
Version: 2.4.0
Version: 2.5.0
Release: 1%{?dist}
Summary: Simple SSL certificate generator
@ -59,6 +59,10 @@ false signatures from the service certificate.
%{_mandir}/man8/%{name}.8*
%changelog
* Wed Nov 28 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-1
- Update to 2.5.0
- Auto-detect the hash algorithm to use by default.
* Tue Nov 27 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.4.0-1
- Update to 2.4.0
- Autodetect the minimum key strength from the system security level.