From 29e27601c8e8e6c5b2ed7457ca77d35532be4772bc8404647ac8057a9de680e0 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 7 Oct 2021 08:07:17 +0000 Subject: [PATCH] Accepting request 922245 from home:mnhauke - Update to version 0.10.0 * Added auto-selection of default protection algorithms (-E, -S and -F) based on getcaps, unless specified explicitly. * Added parameter -W sec to wait for network connectivity (default 0). * Engines are now disabled by default and need to be enabled by ./configure --enable-engines or cmake . -DENABLE_ENGINES=ON * Compatible with OpenSSL 3.0.0 * Removed support for OpenSSL < 1.1.0 OBS-URL: https://build.opensuse.org/request/show/922245 OBS-URL: https://build.opensuse.org/package/show/network:utilities/sscep?expand=0&rev=10 --- sscep-0.10.0.tar.gz | 3 +++ sscep-0.9.1.tar.gz | 3 --- sscep.changes | 13 +++++++++++++ sscep.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 sscep-0.10.0.tar.gz delete mode 100644 sscep-0.9.1.tar.gz diff --git a/sscep-0.10.0.tar.gz b/sscep-0.10.0.tar.gz new file mode 100644 index 0000000..ab1d8e4 --- /dev/null +++ b/sscep-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489cc8e093986776eb3f15082bf766778f707176f3cd604bf0ef1008da06b8e5 +size 98589 diff --git a/sscep-0.9.1.tar.gz b/sscep-0.9.1.tar.gz deleted file mode 100644 index cb805af..0000000 --- a/sscep-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e02cc8b02a39e737fc2ea66597b8cbcd62c3d0daa7732ea2e73d04c26d14444 -size 97779 diff --git a/sscep.changes b/sscep.changes index bcf0a36..bfda7e2 100644 --- a/sscep.changes +++ b/sscep.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Sep 29 22:06:56 UTC 2021 - Martin Hauke + +- Update to version 0.10.0 + * Added auto-selection of default protection algorithms (-E, -S + and -F) based on getcaps, unless specified explicitly. + * Added parameter -W sec to wait for network connectivity + (default 0). + * Engines are now disabled by default and need to be enabled by + ./configure --enable-engines or cmake . -DENABLE_ENGINES=ON + * Compatible with OpenSSL 3.0.0 + * Removed support for OpenSSL < 1.1.0 + ------------------------------------------------------------------- Thu Aug 19 18:58:26 UTC 2021 - Martin Hauke diff --git a/sscep.spec b/sscep.spec index 669526b..abe9391 100644 --- a/sscep.spec +++ b/sscep.spec @@ -18,7 +18,7 @@ Name: sscep -Version: 0.9.1 +Version: 0.10.0 Release: 0 Summary: A command line client for the SCEP protocol License: BSD-3-Clause-Attribution AND OpenSSL @@ -27,7 +27,7 @@ URL: https://github.com/certnanny/sscep Source: https://github.com/certnanny/sscep/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: libopenssl-devel +BuildRequires: libopenssl-devel >= 1.1.0 %description Simple SCEP (Simple Certificate Enrollment Protocol) client with @@ -37,7 +37,7 @@ modifications for engine support & more. %setup -q %build -%cmake +%cmake -DENABLE_ENGINES=ON %install %cmake_install