Update to 2.3.3

Properly support hostnames up to 64 characters
Resolves: rhbz#1535537

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2018-01-25 16:49:46 +01:00
parent 72b99640c0
commit a67ad3ac09
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/sscg-2.2.0.tar.gz
/sscg-2.3.0.tar.xz
/sscg-2.3.1.tar.xz
/sscg-2.3.2.tar.xz

View File

@ -1 +1 @@
SHA512 (sscg-2.3.1.tar.xz) = 19893beea9487bb2c62b48a1bcf0edc0c18434c8eed43c5fcff60618757bc5572988b44110202293ea5209ecaec9afe5839ed6a047e86a5091d1b8a5d4224232
SHA512 (sscg-2.3.2.tar.xz) = b88789fd69f5fa20de442819db7ba1106c63dea230def9ed92c5972510cb81ebe1bdeb41caf86c464347324bb81e3d86753dcef7eb45c845a61ac78c3a3801e8

View File

@ -8,8 +8,8 @@
Name: sscg
Version: 2.3.1
Release: 2%{?dist}
Version: 2.3.2
Release: 1%{?dist}
Summary: Simple SSL certificate generator
License: BSD
@ -55,6 +55,11 @@ false signatures from the service certificate.
%{_bindir}/%{name}
%changelog
* Thu Jan 25 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.3.2-1
- Update to 2.3.3
- Properly support hostnames up to 64 characters
- Resolves: rhbz#1535537
* Tue Jan 02 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.3.1-2
- Skip tests on 32-bit ARM for now