SHA256
1
0
forked from pool/sscep

Accepting request 861760 from home:mnhauke

- Update to version 0.8.0
  * Added support for HTTP/1.1
  * Added support for IPv6
  * Added GetCACaps (getcaps) operation
  * Added support for POST method for PKI operations
  * Added options for additional hashing algorithms
  * Added support for autoconf/automake and CMake
  * Changed project directory layout to match the conventions
  * Fixed encoding of 'issuer and subject' and 'issuer and serial'
  * Fixed crashes when sscep is used with an OpenSSL engine
  * Replaced GNU getopt by a BSD licensed alternative

OBS-URL: https://build.opensuse.org/request/show/861760
OBS-URL: https://build.opensuse.org/package/show/network:utilities/sscep?expand=0&rev=5
This commit is contained in:
2021-01-30 08:21:03 +00:00
committed by Git OBS Bridge
parent c4b5011228
commit 6342063c3a
4 changed files with 29 additions and 13 deletions

View File

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

3
sscep-0.8.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jan 8 16:11:27 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.8.0
* Added support for HTTP/1.1
* Added support for IPv6
* Added GetCACaps (getcaps) operation
* Added support for POST method for PKI operations
* Added options for additional hashing algorithms
* Added support for autoconf/automake and CMake
* Changed project directory layout to match the conventions
* Fixed encoding of 'issuer and subject' and 'issuer and serial'
* Fixed crashes when sscep is used with an OpenSSL engine
* Replaced GNU getopt by a BSD licensed alternative
-------------------------------------------------------------------
Sun Jun 7 19:17:55 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,8 +1,8 @@
#
# spec file for package sscep
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2016-2020, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2016-2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,15 @@
Name: sscep
Version: 0.7.0
Version: 0.8.0
Release: 0
Summary: A command line client for the SCEP protocol
License: BSD-3-Clause-Attribution AND OpenSSL
Group: Productivity/Networking/Diagnostic
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
%description
@@ -35,18 +37,17 @@ modifications for engine support & more.
%setup -q
%build
./Configure
%make_build sscep_dyn CFLAGS="%{optflags} -fcommon"
export CFLAGS="%optflags -fcommon"
%cmake
%install
%cmake_install
install -Dpm 0644 sscep.conf %{buildroot}%{_sysconfdir}/sscep/sscep.conf
install -d %{buildroot}%{_bindir}
install -pm 0755 mkrequest %{buildroot}%{_bindir}
install -pm 0755 sscep_dyn %{buildroot}%{_bindir}/sscep
install -Dpm 0755 mkrequest %{buildroot}%{_bindir}
%files
%license COPYRIGHT
%doc HISTORY TODO README.md
%license COPYING
%doc AUTHORS ChangeLog README.md
%dir %{_sysconfdir}/sscep/
%config(noreplace) %{_sysconfdir}/sscep/sscep.conf
%{_bindir}/sscep