Commit Graph

20 Commits

Author SHA256 Message Date
Ana Guerrero
aec6133a89 Accepting request 1161101 from network
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1161101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatovka?expand=0&rev=9
2024-03-25 20:10:02 +00:00
ae20c60c60 - update to 0.6.2:
* Using XML_PARSE_NODICT in xmlReadMemory() because of old
    libxml2 versions which may cause segmentation faults.
  * Fixed VoDZ service locator assignment for MEP and TOTP (SMS)
    authentication methods.
  * Fixed parsing of large (mainly VoDZ) ZFO files with recent
    libxml2 versions.
  * Using xmlReadMemory() with XML_PARSE_HUGE option set.

OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=18
2024-03-17 09:21:33 +00:00
Dominique Leuenberger
7cb04847d2 Accepting request 1137218 from network
- update to 0.6.0:
  * Added isds_set_xferinfo_callback() as a replacement for
    isds_set_progress_callback(). Marked
    isds_set_progress_callback() as deprecated.

OBS-URL: https://build.opensuse.org/request/show/1137218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatovka?expand=0&rev=8
2024-01-06 16:29:56 +00:00
eeb8528ca6 - update to 0.6.0:
* Added isds_set_xferinfo_callback() as a replacement for
    isds_set_progress_callback(). Marked
    isds_set_progress_callback() as deprecated.

OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=16
2024-01-06 10:40:14 +00:00
Ana Guerrero
8747fe1fe0 Accepting request 1130721 from network
- update to 0.5.1

OBS-URL: https://build.opensuse.org/request/show/1130721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatovka?expand=0&rev=7
2023-12-04 22:01:55 +00:00
b9bbdfd028 up to 0.5.1
OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=14
2023-12-04 11:08:13 +00:00
Dominique Leuenberger
f34b856b29 Accepting request 1112484 from network
- update to 0.4.0
 * Added functions for new ISDS services
 * Added variants of function for services
 * Added new elements dmVODZ and attsNum into struct isds_envelope.
 * Added new element ext_files into struct isds_message.
 * Fixed compilation of simline/server_cli with musl libc.
 * Favouring xmlBufferDetach() over setting XML_BUFFER_ALLOC_IMMUTABLE.

OBS-URL: https://build.opensuse.org/request/show/1112484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatovka?expand=0&rev=6
2023-09-20 11:31:43 +00:00
a550cf92b0 up to 0.4.0
OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=12
2023-09-20 08:16:18 +00:00
Dominique Leuenberger
e29e08e716 Accepting request 1069080 from network
- update to 0.3.0
 * Added idLevel member into struct isds_envelope.
 * Added function isds_GetMessageAuthor2() which implements the
   GetMessageAuthor2 ISDS operation and corresponding data structures.
 * Modified the interface of function isds_set_opt() because of an ambiguity or
   undefined behaviour in variable argument handling in C.
 * Function isds_check_func_timegm() also checks time conversion using
   struct tm containing negative hour values.
 * Added support for the new PFO_REQ data-box type
   introduced in the version 2.36 of the XSD and WSDL definitions.
 * Disabled fatal warnings by default.

OBS-URL: https://build.opensuse.org/request/show/1069080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatovka?expand=0&rev=5
2023-03-03 21:28:30 +00:00
35d1ecc6f6 up to 0.3.0
OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=10
2023-03-03 06:17:14 +00:00
c8eef4fd70 up to 0.3.0
OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=9
2023-03-03 06:08:31 +00:00
Dominique Leuenberger
9cd51a7f02 Accepting request 931484 from network
- update to 0.2.1
  * Added function isds_DTInfo() which implements the DTInfo ISDS operation
    and corresponding data structures.

OBS-URL: https://build.opensuse.org/request/show/931484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatovka?expand=0&rev=4
2021-11-17 00:13:24 +00:00
0c0aac1f91 fix
OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=8
2021-11-15 08:04:21 +00:00
Dominique Leuenberger
552e3d8d6e Accepting request 915766 from network
OBS-URL: https://build.opensuse.org/request/show/915766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatovka?expand=0&rev=3
2021-09-02 21:20:21 +00:00
d6dc3fbd96 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
2021-09-02 13:22:25 +00:00
Dominique Leuenberger
ca89e81661 Accepting request 887987 from network
- update to 0.1.2
  * Added support for the new PFO_ZNALEC and PFO_TLUMOCNIK data-box types.
  * Fixed found typos in documentation and commentaries in sources.

OBS-URL: https://build.opensuse.org/request/show/887987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatovka?expand=0&rev=2
2021-04-24 21:08:51 +00:00
d1e31dc77f up to 0.1.2
OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=4
2021-04-23 09:22:50 +00:00
Richard Brown
1edf3af991 Accepting request 880072 from network
This is required for datovka.

OBS-URL: https://build.opensuse.org/request/show/880072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatovka?expand=0&rev=1
2021-03-19 15:43:34 +00:00
56cee665e8 move .lang
OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=2
2021-03-19 10:29:52 +00:00
516c4bfbd6 Accepting request 875942 from home:jirislaby
This is needed for newer datovka (instead of libisds).

OBS-URL: https://build.opensuse.org/request/show/875942
OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=1
2021-03-03 07:11:55 +00:00