From 394e59c02f31b3e43678b0f6781769435e1a6779 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sat, 7 Aug 2021 15:09:19 -0400 Subject: [PATCH 1/7] Add changelog file Signed-off-by: Stephen Gallagher --- changelog | 215 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ sscg.spec | 215 ------------------------------------------------------ 2 files changed, 215 insertions(+), 215 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..e991614 --- /dev/null +++ b/changelog @@ -0,0 +1,215 @@ +* Wed Jul 21 2021 Stephen Gallagher - 3.0.0-1 +- Release 3.0.0 +- Support for OpenSSL 3.0 +- Support for outputting named Diffie-Hellman parameter groups +- Support for CentOS Stream 9 + +* Wed Mar 17 2021 Stephen Gallagher - 2.6.2-5 +- Fixing incorrect license declaration + +* Wed Mar 17 2021 Stephen Gallagher - 2.6.2-4 +- Updating to rebuild against the latest glibc + +* Wed Jan 27 2021 Fedora Release Engineering - 2.6.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 2.6.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jun 23 2020 Stephen Gallagher - 2.6.2-1 +- Update to 2.6.2 +- Handle very short and very long passphrases properly (fixes rhbz#1850183) +- Drop upstreamed patch + +* Thu Apr 30 2020 Stephen Gallagher - 2.6.1-4 +- Rebuild with corrected ELN macro definitions + +* Thu Apr 30 2020 Stephen Gallagher - 2.6.1-3 +- Don't bother running clang-format in the RPM build +- Lengthen the test timeout so ARM tests pass + +* Fri Jan 31 2020 Fedora Release Engineering - 2.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jan 09 2020 Stephen Gallagher - 2.6.1-1 +- Bugfixes from upstream + +* Fri Dec 13 2019 Stephen Gallagher - 2.6.0-2 +- Fix incorrect help description for --client-key-file + +* Fri Dec 13 2019 Stephen Gallagher - 2.6.0-1 +- Update to 2.6.0 +- Can now generate an empty CRL file. +- Can now create and store a Diffie-Hellman parameters (dhparams) file. +- Support for setting a password on private keys. +- Support for generating a client authentication certificate and key. +- Better support for OpenSSL 1.0 + +* Sat Jul 27 2019 Fedora Release Engineering - 2.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 03 2019 Fedora Release Engineering - 2.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Nov 28 2018 Stephen Gallagher - 2.5.1-1 +- Update to 2.5.1 +- Fixes discovered by automated testing. + +* Wed Nov 28 2018 Stephen Gallagher - 2.5.0-1 +- Update to 2.5.0 +- Auto-detect the hash algorithm to use by default. + +* Tue Nov 27 2018 Stephen Gallagher - 2.4.0-1 +- Update to 2.4.0 +- Autodetect the minimum key strength from the system security level. +- Disallow setting a key strength below the system minimum. + +- Drop upstreamed patches + +* Mon Sep 17 2018 Stephen Gallagher - 2.3.3-4 +- Add a manpage. + +* Sat Jul 14 2018 Fedora Release Engineering - 2.3.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 2.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* 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 + +* Tue Jan 02 2018 Stephen Gallagher - 2.3.1-2 +- Skip tests on 32-bit ARM for now + +* Tue Jan 02 2018 Stephen Gallagher - 2.3.1-1 +- Update to 2.3.1 +- Bundle popt 1.16 on older releases like EPEL. + +* Mon Dec 18 2017 Stephen Gallagher - 2.3.0-1 +- Update to 2.3.0 +- Switch to meson build system +- Add support for non-DNS subjectAlternativeName values (issue #4) + +* Thu Sep 21 2017 Stephen Gallagher - 2.2.0-1 +- Reorder combined PEM file +- Resolves: RHBZ#1494208 + +* Wed Sep 20 2017 Stephen Gallagher - 2.1.0-1 +- Add --email argument for setting emailAddress in the issuer + +* Thu Aug 03 2017 Fedora Release Engineering - 2.0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 2.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon Apr 03 2017 Stephen Gallagher - 2.0.4-2 +- Bump release to perform taskotron tests + +* Tue Mar 21 2017 Stephen Gallagher - 2.0.4-1 +- Update to 2.0.4 +- Addresses a potential race-condition when the key and certificate share the + same file. + +* Wed Mar 08 2017 Stephen Gallagher - 2.0.3-1 +- Update to 2.0.3 +- Adds support for setting the file mode on the output certificates + and keys. + +* Fri Mar 03 2017 Stephen Gallagher - 2.0.2-1 +- Update to 2.0.2 +- Always run with umask(077) + +* Fri Mar 03 2017 Stephen Gallagher - 2.0.1-1 +- Update to 2.0.1 +- Fix an issue with passing certificate lifetime explicitly + +* Thu Feb 16 2017 Stephen Gallagher - 2.0.0-1 +- Update to 2.0.0 + +* Thu Feb 16 2017 Stephen Gallagher - 1.1.0-6 +- Exclude PPC64 from the build since it doesn't support linking to OpenSSL + +* Sat Feb 11 2017 Fedora Release Engineering - 1.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Nov 23 2016 Stephen Gallagher - 1.1.0-4 +- Use compat-openssl10-devel on F26+ + +* Thu Jul 21 2016 Fedora Release Engineering - 1.1.0-3 +- https://fedoraproject.org/wiki/Changes/golang1.7 + +* Tue May 31 2016 Stephen Gallagher - 1.1.0-2 +- Debundle spacelog + +* Wed May 25 2016 Stephen Gallagher - 1.1.0-1 +- Update to 1.1.0 +- Add support for signing service keys with an existing CA + +* Wed May 25 2016 Stephen Gallagher - 1.0.4-1 +- Add support for exporting the CA private key +- Fix incorrect output from -version +- Add README.md + +* Tue May 24 2016 Stephen Gallagher - 1.0.3-1 +- Only sign certificates after all extensions have been added + +* Mon May 23 2016 Stephen Gallagher - 1.0.2-1 +- Generate x509v3 certificates + +* Mon May 23 2016 Stephen Gallagher - 1.0.1-1 +- Fix issue with temporary file creation + +* Mon May 23 2016 Stephen Gallagher - 1.0.0-1 +- New upstream release 1.0.0 +- Rewritten in Go +- Runtime depends only on OpenSSL, no more Python +- Support for writing certificate and key in a single file + +* Wed May 18 2016 Stephen Gallagher - 0.4.1-4 +- Add requirement on python-setuptools + +* Fri Feb 05 2016 Fedora Release Engineering - 0.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 0.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Fri Jun 19 2015 Fedora Release Engineering - 0.4.1-1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Mar 30 2015 Stephen Gallagher 0.4.1-1 +- Change default CA location to match service certificate +- Improve error handling + +* Tue Mar 24 2015 Stephen Gallagher 0.4.0-1 +- Spec file cleanups +- PEP8 Cleanups +- Make location arguments optional + +* Mon Mar 23 2015 Stephen Gallagher 0.3.0-1 +- Rename to sscg +- Only build with default python interpreter + +* Tue Mar 17 2015 Stephen Gallagher 0.2.1-1 +- Include the LICENSE file in the tarball + +* Tue Mar 17 2015 Stephen Gallagher 0.2-2 +- Include the license in the build RPMs + +* Tue Mar 17 2015 Stephen Gallagher 0.2-1 +- Add support for namedConstraints +- Add support for subjectAltNames +- Fix packaging issues from Fedora package review + +* Mon Mar 16 2015 Stephen Gallagher 0.1-2 +- Update BuildRequires + +* Mon Mar 16 2015 Stephen Gallagher 0.1-1 +- First packaging diff --git a/sscg.spec b/sscg.spec index 24a7d65..f6847f2 100644 --- a/sscg.spec +++ b/sscg.spec @@ -55,218 +55,3 @@ false signatures from the service certificate. %{_mandir}/man8/%{name}.8* %changelog -* Wed Jul 21 2021 Stephen Gallagher - 3.0.0-1 -- Release 3.0.0 -- Support for OpenSSL 3.0 -- Support for outputting named Diffie-Hellman parameter groups -- Support for CentOS Stream 9 - -* Wed Mar 17 2021 Stephen Gallagher - 2.6.2-5 -- Fixing incorrect license declaration - -* Wed Mar 17 2021 Stephen Gallagher - 2.6.2-4 -- Updating to rebuild against the latest glibc - -* Wed Jan 27 2021 Fedora Release Engineering - 2.6.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 2.6.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jun 23 2020 Stephen Gallagher - 2.6.2-1 -- Update to 2.6.2 -- Handle very short and very long passphrases properly (fixes rhbz#1850183) -- Drop upstreamed patch - -* Thu Apr 30 2020 Stephen Gallagher - 2.6.1-4 -- Rebuild with corrected ELN macro definitions - -* Thu Apr 30 2020 Stephen Gallagher - 2.6.1-3 -- Don't bother running clang-format in the RPM build -- Lengthen the test timeout so ARM tests pass - -* Fri Jan 31 2020 Fedora Release Engineering - 2.6.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Jan 09 2020 Stephen Gallagher - 2.6.1-1 -- Bugfixes from upstream - -* Fri Dec 13 2019 Stephen Gallagher - 2.6.0-2 -- Fix incorrect help description for --client-key-file - -* Fri Dec 13 2019 Stephen Gallagher - 2.6.0-1 -- Update to 2.6.0 -- Can now generate an empty CRL file. -- Can now create and store a Diffie-Hellman parameters (dhparams) file. -- Support for setting a password on private keys. -- Support for generating a client authentication certificate and key. -- Better support for OpenSSL 1.0 - -* Sat Jul 27 2019 Fedora Release Engineering - 2.5.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 2.5.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Wed Nov 28 2018 Stephen Gallagher - 2.5.1-1 -- Update to 2.5.1 -- Fixes discovered by automated testing. - -* Wed Nov 28 2018 Stephen Gallagher - 2.5.0-1 -- Update to 2.5.0 -- Auto-detect the hash algorithm to use by default. - -* Tue Nov 27 2018 Stephen Gallagher - 2.4.0-1 -- Update to 2.4.0 -- Autodetect the minimum key strength from the system security level. -- Disallow setting a key strength below the system minimum. - -- Drop upstreamed patches - -* Mon Sep 17 2018 Stephen Gallagher - 2.3.3-4 -- Add a manpage. - -* Sat Jul 14 2018 Fedora Release Engineering - 2.3.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 2.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* 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 - -* Tue Jan 02 2018 Stephen Gallagher - 2.3.1-2 -- Skip tests on 32-bit ARM for now - -* Tue Jan 02 2018 Stephen Gallagher - 2.3.1-1 -- Update to 2.3.1 -- Bundle popt 1.16 on older releases like EPEL. - -* Mon Dec 18 2017 Stephen Gallagher - 2.3.0-1 -- Update to 2.3.0 -- Switch to meson build system -- Add support for non-DNS subjectAlternativeName values (issue #4) - -* Thu Sep 21 2017 Stephen Gallagher - 2.2.0-1 -- Reorder combined PEM file -- Resolves: RHBZ#1494208 - -* Wed Sep 20 2017 Stephen Gallagher - 2.1.0-1 -- Add --email argument for setting emailAddress in the issuer - -* Thu Aug 03 2017 Fedora Release Engineering - 2.0.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 2.0.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Mon Apr 03 2017 Stephen Gallagher - 2.0.4-2 -- Bump release to perform taskotron tests - -* Tue Mar 21 2017 Stephen Gallagher - 2.0.4-1 -- Update to 2.0.4 -- Addresses a potential race-condition when the key and certificate share the - same file. - -* Wed Mar 08 2017 Stephen Gallagher - 2.0.3-1 -- Update to 2.0.3 -- Adds support for setting the file mode on the output certificates - and keys. - -* Fri Mar 03 2017 Stephen Gallagher - 2.0.2-1 -- Update to 2.0.2 -- Always run with umask(077) - -* Fri Mar 03 2017 Stephen Gallagher - 2.0.1-1 -- Update to 2.0.1 -- Fix an issue with passing certificate lifetime explicitly - -* Thu Feb 16 2017 Stephen Gallagher - 2.0.0-1 -- Update to 2.0.0 - -* Thu Feb 16 2017 Stephen Gallagher - 1.1.0-6 -- Exclude PPC64 from the build since it doesn't support linking to OpenSSL - -* Sat Feb 11 2017 Fedora Release Engineering - 1.1.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Nov 23 2016 Stephen Gallagher - 1.1.0-4 -- Use compat-openssl10-devel on F26+ - -* Thu Jul 21 2016 Fedora Release Engineering - 1.1.0-3 -- https://fedoraproject.org/wiki/Changes/golang1.7 - -* Tue May 31 2016 Stephen Gallagher - 1.1.0-2 -- Debundle spacelog - -* Wed May 25 2016 Stephen Gallagher - 1.1.0-1 -- Update to 1.1.0 -- Add support for signing service keys with an existing CA - -* Wed May 25 2016 Stephen Gallagher - 1.0.4-1 -- Add support for exporting the CA private key -- Fix incorrect output from -version -- Add README.md - -* Tue May 24 2016 Stephen Gallagher - 1.0.3-1 -- Only sign certificates after all extensions have been added - -* Mon May 23 2016 Stephen Gallagher - 1.0.2-1 -- Generate x509v3 certificates - -* Mon May 23 2016 Stephen Gallagher - 1.0.1-1 -- Fix issue with temporary file creation - -* Mon May 23 2016 Stephen Gallagher - 1.0.0-1 -- New upstream release 1.0.0 -- Rewritten in Go -- Runtime depends only on OpenSSL, no more Python -- Support for writing certificate and key in a single file - -* Wed May 18 2016 Stephen Gallagher - 0.4.1-4 -- Add requirement on python-setuptools - -* Fri Feb 05 2016 Fedora Release Engineering - 0.4.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 10 2015 Fedora Release Engineering - 0.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Fri Jun 19 2015 Fedora Release Engineering - 0.4.1-1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Mar 30 2015 Stephen Gallagher 0.4.1-1 -- Change default CA location to match service certificate -- Improve error handling - -* Tue Mar 24 2015 Stephen Gallagher 0.4.0-1 -- Spec file cleanups -- PEP8 Cleanups -- Make location arguments optional - -* Mon Mar 23 2015 Stephen Gallagher 0.3.0-1 -- Rename to sscg -- Only build with default python interpreter - -* Tue Mar 17 2015 Stephen Gallagher 0.2.1-1 -- Include the LICENSE file in the tarball - -* Tue Mar 17 2015 Stephen Gallagher 0.2-2 -- Include the license in the build RPMs - -* Tue Mar 17 2015 Stephen Gallagher 0.2-1 -- Add support for namedConstraints -- Add support for subjectAltNames -- Fix packaging issues from Fedora package review - -* Mon Mar 16 2015 Stephen Gallagher 0.1-2 -- Update BuildRequires - -* Mon Mar 16 2015 Stephen Gallagher 0.1-1 -- First packaging From b2281c5ed54e405ffdcdd51749e59be48e3bb92e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sat, 7 Aug 2021 15:08:47 -0400 Subject: [PATCH 2/7] Enable autorelease and autochangelog Signed-off-by: Stephen Gallagher --- sscg.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sscg.spec b/sscg.spec index f6847f2..d457301 100644 --- a/sscg.spec +++ b/sscg.spec @@ -9,7 +9,7 @@ Name: sscg Version: 3.0.0 -Release: 1%{?dist} +Release: %autorelease Summary: Simple SSL certificate generator License: GPLv3+ with exceptions @@ -55,3 +55,4 @@ false signatures from the service certificate. %{_mandir}/man8/%{name}.8* %changelog +%autochangelog From f4f99f1de8d62e8b16d80b7fbfa7b81fa3821096 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sat, 7 Aug 2021 15:14:33 -0400 Subject: [PATCH 3/7] Drop usage of ERR_GET_FUNC() This macro was dropped in OpenSSL 3.0 and has actually not been providing a valid return code for some time. Related: rhbz#1964837 Signed-off-by: Stephen Gallagher --- 0001-Drop-usage-of-ERR_GET_FUNC.patch | 34 +++++++++++++++++++++++++++ sscg.spec | 4 ++++ 2 files changed, 38 insertions(+) create mode 100644 0001-Drop-usage-of-ERR_GET_FUNC.patch diff --git a/0001-Drop-usage-of-ERR_GET_FUNC.patch b/0001-Drop-usage-of-ERR_GET_FUNC.patch new file mode 100644 index 0000000..97adf7c --- /dev/null +++ b/0001-Drop-usage-of-ERR_GET_FUNC.patch @@ -0,0 +1,34 @@ +From 60377ad4a6a6ef2012d502f118fedb425f4a11af Mon Sep 17 00:00:00 2001 +From: Stephen Gallagher +Date: Sat, 7 Aug 2021 11:48:04 -0400 +Subject: [PATCH] Drop usage of ERR_GET_FUNC() + +This macro was dropped in OpenSSL 3.0 and has actually not been +providing a valid return code for some time. + +Related: rhbz#1964837 + +Signed-off-by: Stephen Gallagher +--- + include/sscg.h | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/include/sscg.h b/include/sscg.h +index d4499227ea5bd23ac5cae27680438cfe0709fbc4..99788e6001791b658298626d464edcdc7e4ba2cc 100644 +--- a/include/sscg.h ++++ b/include/sscg.h +@@ -94,11 +94,10 @@ + if (_sslret != 1) \ + { \ + /* Get information about error from OpenSSL */ \ + unsigned long _ssl_error = ERR_get_error (); \ + if ((ERR_GET_LIB (_ssl_error) == ERR_LIB_UI) && \ +- (ERR_GET_FUNC (_ssl_error) == UI_F_UI_SET_RESULT_EX) && \ + ((ERR_GET_REASON (_ssl_error) == UI_R_RESULT_TOO_LARGE) || \ + (ERR_GET_REASON (_ssl_error) == UI_R_RESULT_TOO_SMALL))) \ + { \ + fprintf ( \ + stderr, \ +-- +2.31.1 + diff --git a/sscg.spec b/sscg.spec index d457301..e32399b 100644 --- a/sscg.spec +++ b/sscg.spec @@ -26,6 +26,10 @@ BuildRequires: ninja-build BuildRequires: help2man +# Upstream patch providing more OpenSSL 3.0 compatibility +Patch0001: 0001-Drop-usage-of-ERR_GET_FUNC.patch + + %description A utility to aid in the creation of more secure "self-signed" certificates. The certificates created by this tool are generated in a From a212f9358829995a7e9c6f2bdf331bbcf17c93e7 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Tue, 14 Sep 2021 19:15:36 +0200 Subject: [PATCH 4/7] Rebuilt with OpenSSL 3.0.0 From adf4ef0ac8210772f6cc9236c7be2f0976432327 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Fri, 29 Oct 2021 16:57:17 +0000 Subject: [PATCH 5/7] [packit] 3.0.1 upstream release Upstream tag: sscg-3.0.1 Upstream commit: cba79c9a Signed-off-by: Packit Service --- .gitignore | 1 + .packit.yaml | 38 ++++++++++++++++++++++++++++++++++++++ README.packit | 3 +++ sources | 2 +- sscg.spec | 12 ++++-------- 5 files changed, 47 insertions(+), 9 deletions(-) create mode 100644 .packit.yaml create mode 100644 README.packit diff --git a/.gitignore b/.gitignore index c9f8a2e..4b100a3 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /sscg-2.6.1.tar.xz /sscg-2.6.2.tar.xz /sscg-3.0.0.tar.xz +/sscg-3.0.1.tar.gz diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..11885d9 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,38 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +specfile_path: packaging/fedora/sscg.spec + +sync_changelog: true + +upstream_package_name: sscg +upstream_tag_template: sscg-{version} +archive_root_dir_template: "{upstream_pkg_name}-{upstream_pkg_name}-{version}" + +downstream_package_name: sscg + +notifications: + pull_request: + successful_build: true + + +jobs: +- job: copr_build + trigger: pull_request + metadata: + targets: + - fedora-all + - centos-stream-8 + - epel-8 +- job: tests + trigger: pull_request + metadata: + targets: + - fedora-all + - centos-stream-8 + - epel-8 +- job: propose_downstream + trigger: release + metadata: + dist_git_branches: + - fedora-all diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..7dc1d02 --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.39.1.dev13+g8f037f5. diff --git a/sources b/sources index 0d66b9c..547ca6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sscg-3.0.0.tar.xz) = d5bbd14c102bb11b387b6018dced09b23b053498c60befd916aa142ece8240f443e364d9a578b6b5aa15c68cb943725ed96ef44cce77eb01013e464a6d4dc0f1 +SHA512 (sscg-3.0.1.tar.gz) = 3a4d656b5e709675730de50e68adb0e7bac61d818eb99627ef763c78c1604b7d407d01e3d5bb96e6830d05cfc19276cb0da820f6dd74c54374fd1bdb5e680393 diff --git a/sscg.spec b/sscg.spec index e32399b..c9bf93e 100644 --- a/sscg.spec +++ b/sscg.spec @@ -6,16 +6,16 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} +%{!?meson_test: %global meson_test %{__meson} test -C %{_vpath_builddir} --num-processes %{_smp_build_ncpus} --print-errorlogs} Name: sscg -Version: 3.0.0 +Version: 3.0.1 Release: %autorelease Summary: Simple SSL certificate generator License: GPLv3+ with exceptions URL: https://%{provider_prefix} -Source0: https://%{provider_prefix}/releases/download/%{repo}-%{version}/%{repo}-%{version}.tar.xz - +Source0: https://%{provider_prefix}/archive/refs/tags/%{repo}-%{version}.tar.gz BuildRequires: gcc BuildRequires: libtalloc-devel BuildRequires: openssl-devel @@ -26,10 +26,6 @@ BuildRequires: ninja-build BuildRequires: help2man -# Upstream patch providing more OpenSSL 3.0 compatibility -Patch0001: 0001-Drop-usage-of-ERR_GET_FUNC.patch - - %description A utility to aid in the creation of more secure "self-signed" certificates. The certificates created by this tool are generated in a @@ -39,7 +35,7 @@ up a full PKI environment and without exposing the machine to a risk of false signatures from the service certificate. %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-%{name}-%{version} %build From 6c578eebba080ef0a226397890600c05000576ac Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 01:35:51 +0000 Subject: [PATCH 6/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering From ec35e0ba1a61273552c4506c5dfdcb276aaad6e9 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 28 Feb 2022 12:04:59 -0500 Subject: [PATCH 7/7] [packit] 3.0.2 upstream release Upstream tag: sscg-3.0.2 Upstream commit: b3682d9c Signed-off-by: Stephen Gallagher --- .gitignore | 1 + README.packit | 2 +- sources | 2 +- sscg.spec | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4b100a3..403cc12 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /sscg-2.6.2.tar.xz /sscg-3.0.0.tar.xz /sscg-3.0.1.tar.gz +/sscg-3.0.2.tar.gz diff --git a/README.packit b/README.packit index 7dc1d02..e5f183a 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.39.1.dev13+g8f037f5. +The file was generated using packit 0.46.0. diff --git a/sources b/sources index 547ca6c..2bf99b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sscg-3.0.1.tar.gz) = 3a4d656b5e709675730de50e68adb0e7bac61d818eb99627ef763c78c1604b7d407d01e3d5bb96e6830d05cfc19276cb0da820f6dd74c54374fd1bdb5e680393 +SHA512 (sscg-3.0.2.tar.gz) = c722bc0640d46ed5e8aa1c0b1b238419189501ca36bf37b057874eb91246d024209c19dd522903edddda660b8d4ee772d86362077195c0f1a59aabc1d6866c34 diff --git a/sscg.spec b/sscg.spec index c9bf93e..c2ba1ab 100644 --- a/sscg.spec +++ b/sscg.spec @@ -9,7 +9,7 @@ %{!?meson_test: %global meson_test %{__meson} test -C %{_vpath_builddir} --num-processes %{_smp_build_ncpus} --print-errorlogs} Name: sscg -Version: 3.0.1 +Version: 3.0.2 Release: %autorelease Summary: Simple SSL certificate generator