Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libqb0-1.0.3+20171226.6d62b64-3.3.1 RPM for s390x

From OpenSuSE Leap 15.3 for s390x

Name: libqb0 Distribution: SUSE Linux Enterprise 15
Version: 1.0.3+20171226.6d62b64 Vendor: SUSE LLC <https://www.suse.com/>
Release: 3.3.1 Build date: Mon Jul 1 14:50:42 2019
Group: System/Libraries Build host: s390zp39
Size: 476525 Source RPM: libqb-1.0.3+20171226.6d62b64-3.3.1.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/ClusterLabs/libqb
Summary: An IPC library for high performance servers
libqb is a library with the primary purpose of providing high performance
client server reusable features. It provides high performance logging,
tracing, ipc, and poll.

Provides

Requires

License

LGPL-2.1+

Changelog

* Wed Jun 19 2019 ygao@suse.com
  - ipc: use O_EXCL when opening IPC files (CVE-2019-12779, bsc#1137835)
    * bsc#1137835-0001-ipc-use-O_EXCL-when-opening-IPC-files.patch
* Tue Jan 02 2018 ygao@suse.com
  - Update to version 1.0.3+20171226.6d62b64:
  - build: fix configure script neglecting, re-enable out-of-tree builds
* Fri Dec 22 2017 ygao@suse.com
  - Update to version 1.0.3
  - warnings cleanup: fix initialiser warning
  - warnings cleanup: Wformat: sign-correct PRIu32 specifiers as appropriate
  - warnings cleanup: Wsign-compare: log_format: int32_t -> size_t
  - warnings cleanup: Wsign-compare: hdb: uint32_t <-> int32_t
  - warnings cleanup: Wsign-compare: array: int32_t -> size_t
  - warnings cleanup: hdb+loop_timerlist: Wsign-compare: (canary?) variables
  - warnings cleanup: Wshift-overflow: trigger arithmetic conv. to unsigned
  - Upstream version cs: 28dff090c74b6ba8609c4797294a5afe3fe73987 (v1.0.3)
* Thu Dec 14 2017 ygao@suse.com
  - fix internal object symbol's leak & expose run-time lib version (bsc#1074327)
  - bare fix for libqb logging not working with ld.bfd/binutils 2.29+ (bsc#1074327)
  - add extra run-time (client, libqb) checks that logging will work (bsc#1074327)
  - tests: add a script to generate callsite-heavy logging client... (bsc#1074327)
  - tests: new sort of tests dubbed "functional", cover linker vs. logging (bsc#1074327)
  - configure: check section boundary symbols present in the test (bsc#1074327)
  - qblog.h: better explanation + behaviour of QB_LOG_INIT_DATA (bsc#1074327)
  - log: use fdatasync instead of fsync where possible (#263)
  - Upstream version cs: c011b12fcaf093f0463901154c475905f51d783a
* Fri Jul 21 2017 ygao@suse.com
  - loop: don't bring runtime down for a trivial API misuse
  - Upstream version cs: ef4c3a15ea3d3c5d5f9364269cd02d78a308957b
* Fri Jul 21 2017 ygao@suse.com
  - Update to version 1.0.2
  - Memleak fixes (#194)
  - Allow Linux to use filesystem sockets (#248) (fate#323415)
  - Upstream version cs: 608de6d59a3de0eef0fbcbd8f284acbc018daa9a (v1.0.2)
* Mon Mar 06 2017 ygao@suse.com
  - loop: Fix splint error
  - loop: Also set signals changed in qb_loop_signal_mod() back to SIG_DFL (bsc#1026176)
  - loop: don't override external signal handlers (bsc#1026176)
  - Upstream version cs: 59eacf07dd92af6917ed351c0c5e51ec5237965c
* Wed Feb 22 2017 jengelh@inai.de
  - RPM group fix; use find -delete over rm.
* Mon Feb 20 2017 ygao@suse.com
  - [ringbuffer] Return error from peek if RB is corrupted. (bsc#1026176)
  - build: drop allegedly no longer intrusive syslog-tests opt-in switch
  - Upstream version cs: afdff97f1af8e1be916816ad8b6d5530fa7c6637
* Mon Feb 20 2017 ygao@suse.com
  - version: Update version for 1.0.1 release
  - rb: use new qb_rb_close_helper able to resort to file truncating (bsc#1026176)
  - rb: make it more robust against trivial IPC API misuses (bsc#1026176)
  - log_thread: logt_wthread_lock is vital for logging thread (bsc#1026176)
  - log: Don't overwrite valid tags (bsc#1026176)
  - ipc_shm: fix superfluous NULL check
  - log: Add missing z,j, & t types to the logger (bsc#1026176)
  - log: check for appropriate space when serializing a char (bsc#1026176)
  - Upstream version cs: 0a329683a76bc6aeb36f20f2bf6b43ba0440c4dc (v1.0.1)
* Fri Apr 15 2016 ygao@suse.com
  - further avoid magic in qblog.h by using named constants
  - defs: add wrappers over preprocessor operators
  - Upstream version cs: 6f2b3e85d0315288ee76869b99369e2b1f2f1b71
* Fri Apr 01 2016 ygao@suse.com
  - Update to version 1.0.0
  - build: update library soname to 0.18.0
  - build: enable syslog tests when configuring in spec
  - log: allow changing the identifier for syslog (+tests)
  - ipc: return -errno when getsockopt/setsockopt fail
  - ipc: set socket buffer size used by ipcs service
  - ipc: set socket receive buffer
  - includes: format __attribute__ func. annotations in qblog.h
  - spec cleanup: get rid of redundant %clean section
  - ipc: set gid on unix sockets
  - lib: store server peer credentials in qb_ipcc_connection
  - lib: create mmap files in socket directory
  - includes: Fix format string
  - ipc: Prevent fd and memory leaks in handle_new_connection() (bsc#947341)
    * Drop bug-947341_libqb-ipc-fd-memory-leaks.patch which has been merged upstream
  - Upstream version cs: 6fc24f855bfc8dadb4c84bf823b225680670b1c3 (v1.0)
* Thu Oct 08 2015 ygao@suse.com
  - ipc: Prevent fd and memory leaks in handle_new_connection() (bsc#947341)
    * bug-947341_libqb-ipc-fd-memory-leaks.patch
* Thu Oct 08 2015 ygao@suse.com
  - log: don't call dlopen inside dl_iterate_phdr()
  - ipc: Don't send the dispatch_del() function a closed fd
  - Upstream version cs: 1a7ea3b8d8bf9d5ffbbfdc785ace2b81e9f2356d
* Thu Aug 27 2015 ygao@suse.com
  - Update to version 0.17.2 (bsc#943486)
  - ipcc: valgrind "invalid file descriptor" warning
  - ipc: Increase the length of description field.
  - Upstream version cs: 4d817cc7e0b620acda8cc45266dc085c5bf48c59
* Wed Jun 03 2015 ygao@suse.com
  - log: Implement "extended" logging using a marker character
  - Upstream version cs: 35faa45558b0ae44e3a244fbd3e8f9405d535526
* Thu Apr 30 2015 ygao@suse.com
  - loop: fixes resource starvation in mainloop code (bsc#929835)
  - Upstream version cs: c3bcf25b72bf451c2ef79ec3946a1c48077a50a0
* Mon Mar 09 2015 ygao@suse.com
  - ipc_setup: yield to scheduler during new connection auth processing
  - kqueue: The udata member of the kevent struct is a void *
  - Upstream version cs: 83552692aa5425e50049b130eb2e17ea7b31217d
* Tue Oct 21 2014 ygao@suse.com
  - Bump release version to 0.17.1
  - check_ipc.c: improve error checking during ipc stress tests
  - ipcs: Correctly allocate receive buffer size
  - ipc_socket: Signalhandler must be resetted to Default, use only cleanup_sigpipe to return from qb_ipc_dgram_sock_setup.
  - trie: allow modifying the trie map during the notify callback
  - Upstream version cs: 3f7de657855bb9fb4e58777851735bf663fa7f3f

Files

/usr/lib64/libqb.so.0
/usr/lib64/libqb.so.0.19.0
/usr/sbin/qb-blackbox
/usr/share/doc/packages/libqb0
/usr/share/doc/packages/libqb0/COPYING
/usr/share/man/man8/qb-blackbox.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 15:08:25 2024