Update to 2.0.3

Adds support for setting the file mode on the output certificates
  and keys.
This commit is contained in:
Stephen Gallagher 2017-03-08 15:26:10 -05:00
parent 47ffe12757
commit b822d039c1
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

@ -8,3 +8,4 @@
/sscg-2.0.0.tar.gz
/sscg-2.0.1.tar.gz
/sscg-2.0.2.tar.gz
/sscg-2.0.3.tar.gz

View File

@ -1 +1 @@
SHA512 (sscg-2.0.2.tar.gz) = 3c75a7be289231d5c6b625aad4f2a6e24f67e895a6c416dae0e153d120e7692d9628945ad1214395a253ac63f6e7b70e91e5841b559d8829d60fae5a1496f146
SHA512 (sscg-2.0.3.tar.gz) = 2cc63e7eec375f312bf58664d73f5f8c875261de587775087d780f3d6831094fc874beb76c7964957683a2499e58426723b508721f7c481d7478bc9a88341766

View File

@ -11,7 +11,7 @@
Name: sscg
Version: 2.0.2
Version: 2.0.3
Release: 1%{?dist}
Summary: Simple SSL certificate generator
@ -50,6 +50,11 @@ false signatures from the service certificate.
%{_bindir}/%{name}
%changelog
* 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
and keys.
* Fri Mar 03 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.0.2-1
- Update to 2.0.2
- Always run with umask(077)