diff --git a/.gitignore b/.gitignore index 4528bf6..306773b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 0422b5b..343aeb1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sscg-2.3.1.tar.xz) = 19893beea9487bb2c62b48a1bcf0edc0c18434c8eed43c5fcff60618757bc5572988b44110202293ea5209ecaec9afe5839ed6a047e86a5091d1b8a5d4224232 +SHA512 (sscg-2.3.2.tar.xz) = b88789fd69f5fa20de442819db7ba1106c63dea230def9ed92c5972510cb81ebe1bdeb41caf86c464347324bb81e3d86753dcef7eb45c845a61ac78c3a3801e8 diff --git a/sscg.spec b/sscg.spec index 3045f6d..bced49c 100644 --- a/sscg.spec +++ b/sscg.spec @@ -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 - 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 - 2.3.1-2 - Skip tests on 32-bit ARM for now