SHA256
1
0
forked from pool/sscep

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:
Dominique Leuenberger 2021-10-12 19:47:54 +00:00 committed by Git OBS Bridge
commit aedded69d6
4 changed files with 19 additions and 6 deletions

BIN
sscep-0.10.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e02cc8b02a39e737fc2ea66597b8cbcd62c3d0daa7732ea2e73d04c26d14444
size 97779

View File

@ -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>

View File

@ -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