From 4663ade44da8e987951634b6a9e9f8422fa71742 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 2 Feb 2018 13:05:25 -0500 Subject: [PATCH] Update to 2.3.3 - Do not overwrite destination files without --force Signed-off-by: Stephen Gallagher --- .gitignore | 1 + sources | 2 +- sscg.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 306773b..3a0733c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /sscg-2.3.0.tar.xz /sscg-2.3.1.tar.xz /sscg-2.3.2.tar.xz +/sscg-2.3.3.tar.xz diff --git a/sources b/sources index 343aeb1..1d68381 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sscg-2.3.2.tar.xz) = b88789fd69f5fa20de442819db7ba1106c63dea230def9ed92c5972510cb81ebe1bdeb41caf86c464347324bb81e3d86753dcef7eb45c845a61ac78c3a3801e8 +SHA512 (sscg-2.3.3.tar.xz) = c3229057575ced4ed0c196f8ba92e9ee78f7e27c448f48c21f4fc908618ea7fc5d27edfd02b23b9d2614d6058575a28458094562e2b4ef5b7b58ce62bbf30efa diff --git a/sscg.spec b/sscg.spec index bced49c..5392c83 100644 --- a/sscg.spec +++ b/sscg.spec @@ -8,7 +8,7 @@ Name: sscg -Version: 2.3.2 +Version: 2.3.3 Release: 1%{?dist} Summary: Simple SSL certificate generator @@ -55,8 +55,12 @@ false signatures from the service certificate. %{_bindir}/%{name} %changelog -* Thu Jan 25 2018 Stephen Gallagher - 2.3.2-1 +* Fri Feb 02 2018 Stephen Gallagher - 2.3.3-1 - Update to 2.3.3 +- Do not overwrite destination files without --force + +* Thu Jan 25 2018 Stephen Gallagher - 2.3.2-1 +- Update to 2.3.2 - Properly support hostnames up to 64 characters - Resolves: rhbz#1535537