Update to 2.0.4

Addresses a potential race-condition when the key and certificate share the
  same file.
This commit is contained in:
Stephen Gallagher 2017-03-21 15:12:56 -04:00
parent b822d039c1
commit d09681020c
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/sscg-2.0.1.tar.gz
/sscg-2.0.2.tar.gz
/sscg-2.0.3.tar.gz
/sscg-2.0.4.tar.gz

View File

@ -1 +1 @@
SHA512 (sscg-2.0.3.tar.gz) = 2cc63e7eec375f312bf58664d73f5f8c875261de587775087d780f3d6831094fc874beb76c7964957683a2499e58426723b508721f7c481d7478bc9a88341766
SHA512 (sscg-2.0.4.tar.gz) = 4ed66a282085936815c7b9d11fd0d280466c1f0f513abbc7ed122af9593330b5cd00e04880324af4cced5b3b9163974babc6d658f987e3f2db952844dbdd20f8

View File

@ -11,7 +11,7 @@
Name: sscg
Version: 2.0.3
Version: 2.0.4
Release: 1%{?dist}
Summary: Simple SSL certificate generator
@ -50,6 +50,11 @@ false signatures from the service certificate.
%{_bindir}/%{name}
%changelog
* Tue Mar 21 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.0.4-1
- Update to 2.0.4
- Addresses a potential race-condition when the key and certificate share the
same file.
* Wed Mar 08 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.0.3-1
- Update to 2.0.3
- Adds support for setting the file mode on the output certificates