Accepting request 923659 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/923659 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sscep?expand=0&rev=6
This commit is contained in:
BIN
sscep-0.10.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
sscep-0.10.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1e02cc8b02a39e737fc2ea66597b8cbcd62c3d0daa7732ea2e73d04c26d14444
|
|
||||||
size 97779
|
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 29 22:06:56 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- 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 <mardnh@gmx.de>
|
Thu Aug 19 18:58:26 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sscep
|
Name: sscep
|
||||||
Version: 0.9.1
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A command line client for the SCEP protocol
|
Summary: A command line client for the SCEP protocol
|
||||||
License: BSD-3-Clause-Attribution AND OpenSSL
|
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
|
Source: https://github.com/certnanny/sscep/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel >= 1.1.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Simple SCEP (Simple Certificate Enrollment Protocol) client with
|
Simple SCEP (Simple Certificate Enrollment Protocol) client with
|
||||||
@@ -37,7 +37,7 @@ modifications for engine support & more.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake -DENABLE_ENGINES=ON
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
Reference in New Issue
Block a user