From d6dc3fbd963aa9acae8b2efdb8799f5c35745d844b9b480294da0a72af5fbc49 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Thu, 2 Sep 2021 13:22:25 +0000 Subject: [PATCH] Accepting request 914948 from home:jirislaby:branches:network - update to 0.2.0 * Added function isds_PDZSendInfo() which supports the PDZSendInfo ISDS operation. * Using struct isds_timeval instead of struct timeval in the library interface. The new structure always uses 64-bit integers for seconds. * Added functions to provide own time conversion functions for example in situations in which the target system suffers from the year 2038 problem. * Fixed memory leak inside isds_get_received_envelope(). * Fixed memory leaks in code located in client/ and test/offline/ directories. OBS-URL: https://build.opensuse.org/request/show/914948 OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=6 --- libdatovka-0.1.2.tar.xz | 3 --- libdatovka-0.1.2.tar.xz.sha256 | 1 - libdatovka-0.2.0.tar.xz | 3 +++ libdatovka-0.2.0.tar.xz.sha256 | 1 + libdatovka.changes | 13 +++++++++++++ libdatovka.spec | 4 ++-- 6 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 libdatovka-0.1.2.tar.xz delete mode 100644 libdatovka-0.1.2.tar.xz.sha256 create mode 100644 libdatovka-0.2.0.tar.xz create mode 100644 libdatovka-0.2.0.tar.xz.sha256 diff --git a/libdatovka-0.1.2.tar.xz b/libdatovka-0.1.2.tar.xz deleted file mode 100644 index 4a79b14..0000000 --- a/libdatovka-0.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da6496abc6a63482ac8163b564457db90547cef7a1e9d126738171daf05cdd31 -size 672348 diff --git a/libdatovka-0.1.2.tar.xz.sha256 b/libdatovka-0.1.2.tar.xz.sha256 deleted file mode 100644 index 8503c60..0000000 --- a/libdatovka-0.1.2.tar.xz.sha256 +++ /dev/null @@ -1 +0,0 @@ -da6496abc6a63482ac8163b564457db90547cef7a1e9d126738171daf05cdd31 diff --git a/libdatovka-0.2.0.tar.xz b/libdatovka-0.2.0.tar.xz new file mode 100644 index 0000000..8d70537 --- /dev/null +++ b/libdatovka-0.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8835e30a4dac61d91596a9bc45ea5a53ea478855396388f66819c1444c3611 +size 677232 diff --git a/libdatovka-0.2.0.tar.xz.sha256 b/libdatovka-0.2.0.tar.xz.sha256 new file mode 100644 index 0000000..134cc2e --- /dev/null +++ b/libdatovka-0.2.0.tar.xz.sha256 @@ -0,0 +1 @@ +2c8835e30a4dac61d91596a9bc45ea5a53ea478855396388f66819c1444c3611 diff --git a/libdatovka.changes b/libdatovka.changes index d94454a..3164583 100644 --- a/libdatovka.changes +++ b/libdatovka.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Aug 30 06:37:40 UTC 2021 - Jiri Slaby + +- update to 0.2.0 + * Added function isds_PDZSendInfo() which supports the PDZSendInfo ISDS + operation. + * Using struct isds_timeval instead of struct timeval in the library interface. + The new structure always uses 64-bit integers for seconds. + * Added functions to provide own time conversion functions for example in + situations in which the target system suffers from the year 2038 problem. + * Fixed memory leak inside isds_get_received_envelope(). + * Fixed memory leaks in code located in client/ and test/offline/ directories. + ------------------------------------------------------------------- Fri Apr 23 09:17:45 UTC 2021 - Jiri Slaby diff --git a/libdatovka.spec b/libdatovka.spec index abfd7d3..5701660 100644 --- a/libdatovka.spec +++ b/libdatovka.spec @@ -16,9 +16,9 @@ # -%define libname %{name}0 +%define libname %{name}2 Name: libdatovka -Version: 0.1.2 +Version: 0.2.0 Release: 0 Summary: Library for accessing the Czech Data Boxes License: GPL-3.0-or-later