Update to 2.0.2

Always run with umask(077)
This commit is contained in:
Stephen Gallagher 2017-03-03 12:59:10 -05:00
parent ee8121f0af
commit 47ffe12757
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

@ -7,3 +7,4 @@
/sscg-1.1.0-4f90b27.tar.gz
/sscg-2.0.0.tar.gz
/sscg-2.0.1.tar.gz
/sscg-2.0.2.tar.gz

View File

@ -1 +1 @@
SHA512 (sscg-2.0.1.tar.gz) = a0e4d2ebb9bd4030f11c07b235aa95a08d45e85624867dc8319abd9e43451c84bef5fedb2611d8673d18b1e5d24a027b842ca600b493a1b2c4c0477dbfb8a7fc
SHA512 (sscg-2.0.2.tar.gz) = 3c75a7be289231d5c6b625aad4f2a6e24f67e895a6c416dae0e153d120e7692d9628945ad1214395a253ac63f6e7b70e91e5841b559d8829d60fae5a1496f146

View File

@ -11,7 +11,7 @@
Name: sscg
Version: 2.0.1
Version: 2.0.2
Release: 1%{?dist}
Summary: Simple SSL certificate generator
@ -50,6 +50,10 @@ false signatures from the service certificate.
%{_bindir}/%{name}
%changelog
* Fri Mar 03 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.0.2-1
- Update to 2.0.2
- Always run with umask(077)
* Fri Mar 03 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.0.1-1
- Update to 2.0.1
- Fix an issue with passing certificate lifetime explicitly