Update to 2.3.3

- Do not overwrite destination files without --force

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2018-02-02 13:05:25 -05:00
parent a67ad3ac09
commit 4663ade44d
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/sscg-2.3.0.tar.xz /sscg-2.3.0.tar.xz
/sscg-2.3.1.tar.xz /sscg-2.3.1.tar.xz
/sscg-2.3.2.tar.xz /sscg-2.3.2.tar.xz
/sscg-2.3.3.tar.xz

View File

@ -1 +1 @@
SHA512 (sscg-2.3.2.tar.xz) = b88789fd69f5fa20de442819db7ba1106c63dea230def9ed92c5972510cb81ebe1bdeb41caf86c464347324bb81e3d86753dcef7eb45c845a61ac78c3a3801e8 SHA512 (sscg-2.3.3.tar.xz) = c3229057575ced4ed0c196f8ba92e9ee78f7e27c448f48c21f4fc908618ea7fc5d27edfd02b23b9d2614d6058575a28458094562e2b4ef5b7b58ce62bbf30efa

View File

@ -8,7 +8,7 @@
Name: sscg Name: sscg
Version: 2.3.2 Version: 2.3.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Simple SSL certificate generator Summary: Simple SSL certificate generator
@ -55,8 +55,12 @@ false signatures from the service certificate.
%{_bindir}/%{name} %{_bindir}/%{name}
%changelog %changelog
* Thu Jan 25 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.3.2-1 * Fri Feb 02 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.3.3-1
- Update to 2.3.3 - Update to 2.3.3
- Do not overwrite destination files without --force
* Thu Jan 25 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.3.2-1
- Update to 2.3.2
- Properly support hostnames up to 64 characters - Properly support hostnames up to 64 characters
- Resolves: rhbz#1535537 - Resolves: rhbz#1535537