Hello community,

here is the log from the commit of package libksba for openSUSE:Factory checked 
in at 2020-06-04 17:49:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libksba (Old)
 and      /work/SRC/openSUSE:Factory/.libksba.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libksba"

Thu Jun  4 17:49:13 2020 rev:38 rq:807966 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libksba/libksba.changes  2018-02-28 
19:54:47.545200971 +0100
+++ /work/SRC/openSUSE:Factory/.libksba.new.3606/libksba.changes        
2020-06-04 17:49:56.231788991 +0200
@@ -1,0 +2,34 @@
+Wed May 20 07:47:55 UTC 2020 - Pedro Monreal Gonzalez 
<pmonrealgonza...@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.
+
+-------------------------------------------------------------------

Old:
----
  libksba-1.3.5.tar.bz2
  libksba-1.3.5.tar.bz2.sig

New:
----
  libksba-1.4.0.tar.bz2
  libksba-1.4.0.tar.bz2.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libksba.spec ++++++
--- /var/tmp/diff_new_pack.yRuPxM/_old  2020-06-04 17:49:58.327795660 +0200
+++ /var/tmp/diff_new_pack.yRuPxM/_new  2020-06-04 17:49:58.327795660 +0200
@@ -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 @@
 
 %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

++++++ libksba-1.3.5.tar.bz2 -> libksba-1.4.0.tar.bz2 ++++++
++++ 18694 lines of diff (skipped)



Reply via email to