Accepting request 807540 from home:pmonrealgonzalez:branches:Base:System

- libksba 1.4.0:
 * Supports ECDSA and EdDSA certificate creation and parsing.
 * Supports ECDH enveloped data.
 * Supports ECDSA and EdDSA signed data.
 * Supports rsaPSS signature verification.
 * Supports standard file descriptors in ksba_reader_read.
 * Allows for optional elements in keyinfo objects.
 * Fixes error detection in the CMS parser.
 * Fixes memory leak in ksba_cms_identify.
 * New constants KSBA_VERSION and KSBA_VERSION_NUMBER.
 * New API to make creation of DER objects easy.
 * Interface changes relative to the 1.3.5 release:
   KSBA_VERSION                     NEW.
   KSBA_VERSION_NUMBER              NEW.
   KSBA_CT_SPC_IND_DATA_CTX         NEW.
   KSBA_CLASS_*                     NEW.
   KSBA_TYPE_*                      NEW.
   ksba_der_t                       NEW.
   ksba_der_release                 NEW.
   ksba_der_builder_new             NEW.
   ksba_der_builder_reset           NEW.
   ksba_der_add_ptr                 NEW.
   ksba_der_add_val                 NEW.
   ksba_der_add_int                 NEW.
   ksba_der_add_oid                 NEW.
   ksba_der_add_bts                 NEW.
   ksba_der_add_der                 NEW.
   ksba_der_add_tag                 NEW.
   ksba_der_add_end                 NEW.
   ksba_der_builder_get             NEW.

OBS-URL: https://build.opensuse.org/request/show/807540
OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=40
This commit is contained in:
Dirk Mueller 2020-05-21 11:02:54 +00:00 committed by Git OBS Bridge
parent 9b76633821
commit 0e809cc387
6 changed files with 48 additions and 12 deletions

View File

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

Binary file not shown.

3
libksba-1.4.0.tar.bz2 Normal file
View File

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

BIN
libksba-1.4.0.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Wed May 20 07:47:55 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- libksba 1.4.0:
* Supports ECDSA and EdDSA certificate creation and parsing.
* Supports ECDH enveloped data.
* Supports ECDSA and EdDSA signed data.
* Supports rsaPSS signature verification.
* Supports standard file descriptors in ksba_reader_read.
* Allows for optional elements in keyinfo objects.
* Fixes error detection in the CMS parser.
* Fixes memory leak in ksba_cms_identify.
* New constants KSBA_VERSION and KSBA_VERSION_NUMBER.
* New API to make creation of DER objects easy.
* Interface changes relative to the 1.3.5 release:
KSBA_VERSION NEW.
KSBA_VERSION_NUMBER NEW.
KSBA_CT_SPC_IND_DATA_CTX NEW.
KSBA_CLASS_* NEW.
KSBA_TYPE_* NEW.
ksba_der_t NEW.
ksba_der_release NEW.
ksba_der_builder_new NEW.
ksba_der_builder_reset NEW.
ksba_der_add_ptr NEW.
ksba_der_add_val NEW.
ksba_der_add_int NEW.
ksba_der_add_oid NEW.
ksba_der_add_bts NEW.
ksba_der_add_der NEW.
ksba_der_add_tag NEW.
ksba_der_add_end NEW.
ksba_der_builder_get NEW.
-------------------------------------------------------------------
Thu Feb 22 15:10:36 UTC 2018 - fvogt@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libksba
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,23 +12,24 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define soname 8
Name: libksba
Version: 1.3.5
Version: 1.4.0
Release: 0
Summary: A X.509 Library
License: (LGPL-3.0+ or GPL-2.0+) and GPL-3.0+ and MIT
License: (LGPL-3.0-or-later OR GPL-2.0-or-later) AND GPL-3.0-or-later AND MIT
Group: Development/Libraries/C and C++
Url: http://www.gnupg.org/aegypten/
URL: https://www.gnupg.org
Source: ftp://ftp.gnupg.org/gcrypt/libksba/%{name}-%{version}.tar.bz2
Source2: ftp://ftp.gnupg.org/gcrypt/libksba/%{name}-%{version}.tar.bz2.sig
Source3: libksba.keyring
Source4: libksba.changes
BuildRequires: libgpg-error-devel >= 1.8
BuildRequires: pkgconfig
# FIXME: use proper Requires(pre/post/preun/...)
PreReq: %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -97,10 +98,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files devel
%defattr(-,root,root)
%{_bindir}/*
%{_bindir}/ksba-config
%{_libdir}/libksba*.so
%{_includedir}/*
%{_infodir}/ksba*
%{_datadir}/aclocal/*
%{_libdir}/pkgconfig/ksba.pc
%{_includedir}/ksba.h
%{_datadir}/aclocal/ksba.m4
%{_infodir}/ksba.info*
%changelog