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:
parent
72b99640c0
commit
a67ad3ac09
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/sscg-2.2.0.tar.gz
|
/sscg-2.2.0.tar.gz
|
||||||
/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
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (sscg-2.3.1.tar.xz) = 19893beea9487bb2c62b48a1bcf0edc0c18434c8eed43c5fcff60618757bc5572988b44110202293ea5209ecaec9afe5839ed6a047e86a5091d1b8a5d4224232
|
SHA512 (sscg-2.3.2.tar.xz) = b88789fd69f5fa20de442819db7ba1106c63dea230def9ed92c5972510cb81ebe1bdeb41caf86c464347324bb81e3d86753dcef7eb45c845a61ac78c3a3801e8
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sscg
|
Name: sscg
|
||||||
Version: 2.3.1
|
Version: 2.3.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple SSL certificate generator
|
Summary: Simple SSL certificate generator
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -55,6 +55,11 @@ 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
|
||||||
|
- 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
|
* Tue Jan 02 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.3.1-2
|
||||||
- Skip tests on 32-bit ARM for now
|
- Skip tests on 32-bit ARM for now
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user