Update to 2.0.4
Addresses a potential race-condition when the key and certificate share the same file.
This commit is contained in:
parent
b822d039c1
commit
d09681020c
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/sscg-2.0.1.tar.gz
|
/sscg-2.0.1.tar.gz
|
||||||
/sscg-2.0.2.tar.gz
|
/sscg-2.0.2.tar.gz
|
||||||
/sscg-2.0.3.tar.gz
|
/sscg-2.0.3.tar.gz
|
||||||
|
/sscg-2.0.4.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (sscg-2.0.3.tar.gz) = 2cc63e7eec375f312bf58664d73f5f8c875261de587775087d780f3d6831094fc874beb76c7964957683a2499e58426723b508721f7c481d7478bc9a88341766
|
SHA512 (sscg-2.0.4.tar.gz) = 4ed66a282085936815c7b9d11fd0d280466c1f0f513abbc7ed122af9593330b5cd00e04880324af4cced5b3b9163974babc6d658f987e3f2db952844dbdd20f8
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sscg
|
Name: sscg
|
||||||
Version: 2.0.3
|
Version: 2.0.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple SSL certificate generator
|
Summary: Simple SSL certificate generator
|
||||||
|
|
||||||
@ -50,6 +50,11 @@ false signatures from the service certificate.
|
|||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 08 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.0.3-1
|
||||||
- Update to 2.0.3
|
- Update to 2.0.3
|
||||||
- Adds support for setting the file mode on the output certificates
|
- Adds support for setting the file mode on the output certificates
|
||||||
|
Loading…
Reference in New Issue
Block a user