Commit Graph

114 Commits

Author SHA256 Message Date
Ana Guerrero
166ff0861e Accepting request 1128101 from network:ha-clustering:Factory
- log: fix potential overflow with long log messages (gh#ClusterLabs/libqb#490, CVE-2023-39976, bsc#1214066) (forwarded request 1128098 from yan_gao)

OBS-URL: https://build.opensuse.org/request/show/1128101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=37
2023-11-22 17:54:30 +00:00
Yan Gao
60574febb9 Accepting request 1128098 from home:yan_gao:branches:network:ha-clustering:Factory
- log: fix potential overflow with long log messages (gh#ClusterLabs/libqb#490, CVE-2023-39976, bsc#1214066)

OBS-URL: https://build.opensuse.org/request/show/1128098
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=110
2023-11-22 11:20:59 +00:00
Ana Guerrero
4064650a10 Accepting request 1100598 from network:ha-clustering:Factory
- Update to version 2.0.8+20230721.002171b (v2.0.8):
- log: fix potential overflow with long log messages (gh#ClusterLabs/libqb#490) (forwarded request 1100597 from yan_gao)

OBS-URL: https://build.opensuse.org/request/show/1100598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=36
2023-07-26 11:22:06 +00:00
Yan Gao
1958d19810 Accepting request 1100597 from home:yan_gao:branches:network:ha-clustering:Factory
- Update to version 2.0.8+20230721.002171b (v2.0.8):
- log: fix potential overflow with long log messages (gh#ClusterLabs/libqb#490)

OBS-URL: https://build.opensuse.org/request/show/1100597
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=108
2023-07-25 11:28:48 +00:00
Dominique Leuenberger
d7fdc7f629 Accepting request 1093859 from network:ha-clustering:Factory
- Update to version 2.0.7+20230607.06c8641 (v2.0.7):
- blackbox: fix potential overlow/memory corruption (gh#ClusterLabs/libqb#486)
- tests: allow -j to work (gh#ClusterLabs/libqb#485)
- strlcpy: avoid compiler warning from strncpy (gh#ClusterLabs/libqb#473)
- timer: Move state check to before time check (gh#ClusterLabs/libqb#479)
- ipc: Retry receiving credentials if the the message is short (gh#ClusterLabs/libqb#476, rh#2111711)
- lib: Fix some small bugs spotted by newest covscan (gh#ClusterLabs/libqb#471)
- doxygen2man: Fix function parameter alignment (gh#ClusterLabs/libqb#468) (forwarded request 1093858 from yan_gao)

OBS-URL: https://build.opensuse.org/request/show/1093859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=35
2023-06-21 20:37:24 +00:00
Yan Gao
83e810ab36 Accepting request 1093858 from home:yan_gao:branches:network:ha-clustering:Factory
- Update to version 2.0.7+20230607.06c8641 (v2.0.7):
- blackbox: fix potential overlow/memory corruption (gh#ClusterLabs/libqb#486)
- tests: allow -j to work (gh#ClusterLabs/libqb#485)
- strlcpy: avoid compiler warning from strncpy (gh#ClusterLabs/libqb#473)
- timer: Move state check to before time check (gh#ClusterLabs/libqb#479)
- ipc: Retry receiving credentials if the the message is short (gh#ClusterLabs/libqb#476, rh#2111711)
- lib: Fix some small bugs spotted by newest covscan (gh#ClusterLabs/libqb#471)
- doxygen2man: Fix function parameter alignment (gh#ClusterLabs/libqb#468)

OBS-URL: https://build.opensuse.org/request/show/1093858
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=106
2023-06-20 05:38:20 +00:00
Richard Brown
775eb290be Accepting request 991002 from network:ha-clustering:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/991002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=34
2022-07-26 17:42:20 +00:00
Yan Gao
40a279cff1 Accepting request 989851 from home:yan_gao:branches:network:ha-clustering:Factory
- Make sure that the libstat_wrapper.so library is included in the libqb-tests RPM (when built)

- Update to version 2.0.6+20220323.758044b (v2.0.6):
- test: Include ipc_sock.test in the libqb-tests rpm (gh#ClusterLabs/libqb##463)

- Update to version 2.0.5+20220321.ccdaada (v2.0.5):
- blackbox: Sanitize items read from the blackbox header (gh#ClusterLabs/libqb#438)
- ipcc: Fix errno returned from qb_ipcc_connect (gh#ClusterLabs/libqb#460)
- util: reimplement time functions as a series of fallbacks (gh#ClusterLabs/libqb#457)
- util: use HAVE_GETTIMEOFDAY where appropriate
- Retry if posix_fallocate is interrupted with EINTR (#453) (gh#ClusterLabs/libqb#451, bsc#1193737, bsc#1193912)
- Merge:
  * bsc#1193737-0001-Retry-if-posix_fallocate-is-interrupted-with-EINTR-4.patch
- ipcc: Add an async connect API (gh#ClusterLabs/libqb#450)

OBS-URL: https://build.opensuse.org/request/show/989851
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=104
2022-07-18 11:02:03 +00:00
Dominique Leuenberger
69aa06fa5e Accepting request 946348 from network:ha-clustering:Factory
- Retry if posix_fallocate is interrupted with EINTR (#453) (gh#ClusterLabs/libqb#451, bsc#1193737, bsc#1193912)
  * bsc#1193737-0001-Retry-if-posix_fallocate-is-interrupted-with-EINTR-4.patch

- IPC: server: avoid temporary channel priority loss, up to deadlock-worth (gh#ClusterLabs/libqb#352, rh#1718773, bsc#1188212) (forwarded request 946347 from yan_gao)

OBS-URL: https://build.opensuse.org/request/show/946348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=33
2022-01-15 20:45:08 +00:00
Yan Gao
ca62f791cd Accepting request 946347 from home:yan_gao:branches:network:ha-clustering:Factory
- Retry if posix_fallocate is interrupted with EINTR (#453) (gh#ClusterLabs/libqb#451, bsc#1193737, bsc#1193912)
  * bsc#1193737-0001-Retry-if-posix_fallocate-is-interrupted-with-EINTR-4.patch

- IPC: server: avoid temporary channel priority loss, up to deadlock-worth (gh#ClusterLabs/libqb#352, rh#1718773, bsc#1188212)

OBS-URL: https://build.opensuse.org/request/show/946347
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=103
2022-01-14 08:15:52 +00:00
Dominique Leuenberger
a6c6b36878 Accepting request 934505 from network:ha-clustering:Factory
OBS-URL: https://build.opensuse.org/request/show/934505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=32
2021-12-02 21:30:04 +00:00
Yan Gao
9faa44c5fc Accepting request 933774 from home:dimstar:Factory
- Inject package version differently into the build system
  (boo#1193087):
  + Drop libqb-configure-package-version.patch
  + copy the package version into .tarball-version (if it does not
    exist and we would happen to use a tarball to build).

OBS-URL: https://build.opensuse.org/request/show/933774
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=102
2021-11-29 10:30:04 +00:00
Dominique Leuenberger
77b1775f2c Accepting request 931807 from network:ha-clustering:Factory
- Update to version 2.0.4+20211112.a2691b9 (v2.0.4):
- poll: Don't log in a signal handler (gh#ClusterLabs/libqb##447)
- Fix pthread returns (gh#ClusterLabs/libqb#444)
- doxygen2man: print structure descriptions (gh#ClusterLabs/libqb#443)
- Implement heap based timer list (gh#ClusterLabs/libqb#439) (forwarded request 931806 from yan_gao)

OBS-URL: https://build.opensuse.org/request/show/931807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=31
2021-11-18 09:33:14 +00:00
Yan Gao
0f3e33a207 Accepting request 931806 from home:yan_gao:branches:network:ha-clustering:Factory
- Update to version 2.0.4+20211112.a2691b9 (v2.0.4):
- poll: Don't log in a signal handler (gh#ClusterLabs/libqb##447)
- Fix pthread returns (gh#ClusterLabs/libqb#444)
- doxygen2man: print structure descriptions (gh#ClusterLabs/libqb#443)
- Implement heap based timer list (gh#ClusterLabs/libqb#439)

OBS-URL: https://build.opensuse.org/request/show/931806
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=101
2021-11-16 15:40:11 +00:00
Dominique Leuenberger
bac3362eec Accepting request 924180 from network:ha-clustering:Factory
- Update to version 2.0.3+20210303.404adbc (v2.0.3):
- syslog: Add a message-id parameter for messages (gh#ClusterLabs/libqb#433)
- timers: Add some locking (gh#ClusterLabs/libqb#436)
- ipcc: Have a few goes at tidying up after a dead server (gh#ClusterLabs/libqb#434)
- strlcpy: Check for maxlen underflow (gh#ClusterLabs/libqb#432)
- doxygen2man: fix printing of lines starting with '.' (gh#ClusterLabs/libqb#431)
- doxygen2man: ignore all-whitespace brief descriptions (gh#ClusterLabs/libqb#430) (forwarded request 924179 from yan_gao)

OBS-URL: https://build.opensuse.org/request/show/924180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=30
2021-10-11 14:48:41 +00:00
Yan Gao
f210404a21 Accepting request 924179 from home:yan_gao:branches:network:ha-clustering:Factory
- Update to version 2.0.3+20210303.404adbc (v2.0.3):
- syslog: Add a message-id parameter for messages (gh#ClusterLabs/libqb#433)
- timers: Add some locking (gh#ClusterLabs/libqb#436)
- ipcc: Have a few goes at tidying up after a dead server (gh#ClusterLabs/libqb#434)
- strlcpy: Check for maxlen underflow (gh#ClusterLabs/libqb#432)
- doxygen2man: fix printing of lines starting with '.' (gh#ClusterLabs/libqb#431)
- doxygen2man: ignore all-whitespace brief descriptions (gh#ClusterLabs/libqb#430)

OBS-URL: https://build.opensuse.org/request/show/924179
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=100
2021-10-08 10:14:53 +00:00
Dominique Leuenberger
da9c49e748 Accepting request 853522 from network:ha-clustering:Factory
- Update to version 2.0.2+20201203.def947e (v2.0.2):
- ipcs : Decrease log level. (#426)
- cov: Quieten some covscan warnings (#427)
- doxygen2man: Fix a couple of covscan-detected errors (#425)
- ipcs: Add missing qb_list_del when freeing server (#423) (gh#ClusterLabs/libqb#422)
- ipc: add qb_ipcc_auth_get() API call (#418)
- doxygen2man: Remove horrible hack (#420) (gh#ClusterLabs/libqb#419)
- doxygen2man: Add support for @code blocks (#417)
- man: Tidy man pages (#416)
- doxygen2man: Add option to read copyright line from the header file (#415) (gh#ClusterLabs/libqb#414) (forwarded request 853520 from yan_gao)

OBS-URL: https://build.opensuse.org/request/show/853522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=29
2020-12-09 21:11:09 +00:00
Yan Gao
6b6128c698 Accepting request 853520 from home:yan_gao:branches:network:ha-clustering:Factory
- Update to version 2.0.2+20201203.def947e (v2.0.2):
- ipcs : Decrease log level. (#426)
- cov: Quieten some covscan warnings (#427)
- doxygen2man: Fix a couple of covscan-detected errors (#425)
- ipcs: Add missing qb_list_del when freeing server (#423) (gh#ClusterLabs/libqb#422)
- ipc: add qb_ipcc_auth_get() API call (#418)
- doxygen2man: Remove horrible hack (#420) (gh#ClusterLabs/libqb#419)
- doxygen2man: Add support for @code blocks (#417)
- man: Tidy man pages (#416)
- doxygen2man: Add option to read copyright line from the header file (#415) (gh#ClusterLabs/libqb#414)

OBS-URL: https://build.opensuse.org/request/show/853520
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=98
2020-12-07 08:46:01 +00:00
Dominique Leuenberger
8b0d4328d0 Accepting request 830254 from network:ha-clustering:Factory
(forwarded request 830253 from yan_gao)

OBS-URL: https://build.opensuse.org/request/show/830254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=28
2020-09-02 23:13:02 +00:00
Yan Gao
aa039b4d15 Accepting request 830253 from home:yan_gao:branches:network:ha-clustering:Factory
OBS-URL: https://build.opensuse.org/request/show/830253
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=96
2020-08-28 10:41:37 +00:00
Yan Gao
98d82315cc Accepting request 830044 from home:yan_gao:branches:network:ha-clustering:Factory
- Update to version 2.0.1+20200729.416caf2 (v2.0.1):
- unix.c: use posix_fallocate() (#409)
- doxygen2man: Tidy RETURN VALUE
- doxygen2man - Print structure descriptions (where available) (#408)
- Make manpages (#405)
- doxygen2man: Fix a couple of the worst coverity errors (#404)
- doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402)
- array: More locking fixes (#400)
- log: Fix threading races (#396)
- Some bugs spotted by coverity (#399)

- Update to version 2.0.0+20200504.803d924 (v2.0.0):
- log: journal: fix forgotten syslog reload when flipped from journal
- Let remote_tempdir() assume a NUL-terminated name
- Make it impossible to truncate or overflow the connection description
- master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390)

- Update to version 1.9.1+20200318.93f9975 (v1.9.1):
- Doxygen2man (#388)
- trie: Don't assume that chars are unsigned < 126 (#386)
- list: fix list handling for gcc10 (#383)
- Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146)
- Allow group access to the IPC directory
- Errors are represented as negative values

- Update to version 1.9.0+20191211.51a03aa (v1.9.0):
- lib: Fix some minor warnings from newer compilers
- ipc: Always initialize response struct
- ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim
- array,log: Never set errno to a negative value

OBS-URL: https://build.opensuse.org/request/show/830044
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
2020-08-27 17:05:49 +00:00
Dominique Leuenberger
80e695fe88 Accepting request 690890 from network:ha-clustering:Factory
- Drop manual requires from libqb-tests.
- Let libqb-devel depend on the exact package, libqb20 not just
  a virtual libqb provide.
- Drop redundant %if..%endif guards that do not affect the build.

- Update to version 1.0.3+20190326.a521604:
- enable building / shipping of libqb-tests.rpm (bsc#1131328)

OBS-URL: https://build.opensuse.org/request/show/690890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=27
2019-04-05 09:55:08 +00:00
Yan Gao
8500074892 Accepting request 690715 from home:jengelh:branches:network:ha-clustering:Factory
- Drop manual requires from libqb-tests.
- Let libqb-devel depend on the exact package, libqb20 not just
  a virtual libqb provide.
- Drop redundant %if..%endif guards that do not affect the build.

OBS-URL: https://build.opensuse.org/request/show/690715
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=93
2019-04-03 08:16:21 +00:00
Yan Gao
075302459e Accepting request 690706 from home:yan_gao:branches:network:ha-clustering:Factory
- Update to version 1.0.3+20190326.a521604:
- enable building / shipping of libqb-tests.rpm (bsc#1131328)

OBS-URL: https://build.opensuse.org/request/show/690706
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=92
2019-04-02 16:24:02 +00:00
Dominique Leuenberger
bdae54e834 Accepting request 672521 from network:ha-clustering:Factory
- spec: libqb-tools conflicts with libqb0 &lt;= 1.0.3 (forwarded request 672520 from yan_gao)

OBS-URL: https://build.opensuse.org/request/show/672521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=26
2019-02-13 09:17:54 +00:00
Yan Gao
7476660502 Accepting request 672520 from home:yan_gao:branches:network:ha-clustering:Factory
- spec: libqb-tools conflicts with libqb0 <= 1.0.3

OBS-URL: https://build.opensuse.org/request/show/672520
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=90
2019-02-07 16:58:37 +00:00
Yan Gao
337d596255 Accepting request 669928 from home:yan_gao:branches:network:ha-clustering:Factory
- spec: libqb20 provides libqb-%{version}-%{release}
- spec: add missing COPYING in libqb20 package

OBS-URL: https://build.opensuse.org/request/show/669928
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=89
2019-01-29 16:48:13 +00:00
Yan Gao
a6df153be2 Accepting request 669881 from home:yan_gao:branches:network:ha-clustering:Factory
OBS-URL: https://build.opensuse.org/request/show/669881
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=88
2019-01-29 14:47:16 +00:00
Yan Gao
e6bf71d2bd Accepting request 669840 from home:jengelh:branches:network:ha-clustering:Factory
- Trim filler wording from descriptions. Remove unnecesary
  pkgconfig Requires (automatically discovered).
- Split non-library parts of libqb20 into libqb-tools.

OBS-URL: https://build.opensuse.org/request/show/669840
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=87
2019-01-29 14:31:45 +00:00
Yan Gao
d7116240a7 Accepting request 669470 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- Update to version 1.0.3+20190115.c880fcf:
- Add Pthreads (and possibly other) flags to the pkg-config file (#332)
- skiplist: Fix previous skiplist fix

- Update to version 1.0.3+20181112.926e851:
- log: Remove more dead code from linker callsites (#331) (bsc#1074327, bsc#1098449)
- Add the option of hi-res (millisecond) timestamps (#329)
- log: Add configure-time option to use systemd journal instead of syslog (#327)
- log: Add option to re-open a log file (#326)
- skiplist: fix use-after-free in the skiplist traversal

- Update to version 1.0.3+20180927.633f262:
- logging: Remove linker 'magic' and just use statics for logging callsites (#322) (bsc#1074327, bsc#1098449)
- log: Use RTLD_NOOPEN when checking symbols (#310)
- low customisable log line length (#292)
- ipc_shm: Don't truncate SHM files of an active server (#307)

OBS-URL: https://build.opensuse.org/request/show/669470
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=86
2019-01-29 08:49:50 +00:00
Dominique Leuenberger
3df00d8ec7 Accepting request 561129 from network:ha-clustering:Factory
OBS-URL: https://build.opensuse.org/request/show/561129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=25
2018-01-06 17:45:34 +00:00
Yan Gao
76bb28e562 Accepting request 561126 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- Update to version 1.0.3+20171226.6d62b64:
- build: fix configure script neglecting, re-enable out-of-tree builds

- 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)

- 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

OBS-URL: https://build.opensuse.org/request/show/561126
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=84
2018-01-02 13:43:35 +00:00
Yuchen Lin
95f740ca14 Accepting request 511815 from network:ha-clustering:Factory
- loop: don't bring runtime down for a trivial API misuse
- Upstream version cs: ef4c3a15ea3d3c5d5f9364269cd02d78a308957b

- 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)

OBS-URL: https://build.opensuse.org/request/show/511815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=24
2017-08-10 11:43:07 +00:00
Yan Gao
d9d3f8d3fb Accepting request 511812 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- loop: don't bring runtime down for a trivial API misuse
- Upstream version cs: ef4c3a15ea3d3c5d5f9364269cd02d78a308957b

- 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)

OBS-URL: https://build.opensuse.org/request/show/511812
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=82
2017-07-21 10:31:18 +00:00
Yan Gao
c90efbe256 Accepting request 479644 from home:yan_gao:branches:network:ha-clustering:Factory:Test
Source0:        %{name}-%{commit}.tar.xz

OBS-URL: https://build.opensuse.org/request/show/479644
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=81
2017-03-15 13:34:00 +00:00
Yan Gao
5a1cb21b49 Accepting request 479467 from home:yan_gao:branches:network:ha-clustering:Factory:Test
%{name}-%{version}.tar.bz2 -> %{name}.tar.bz2

OBS-URL: https://build.opensuse.org/request/show/479467
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=80
2017-03-15 10:14:02 +00:00
Dominique Leuenberger
ab27d1dc09 Accepting request 477312 from network:ha-clustering:Factory
1

OBS-URL: https://build.opensuse.org/request/show/477312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=23
2017-03-11 14:18:37 +00:00
Yan Gao
62d8fc9456 Accepting request 477311 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- loop: Fix splint error
- Upstream version cs: 59eacf07dd92af6917ed351c0c5e51ec5237965c

OBS-URL: https://build.opensuse.org/request/show/477311
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=78
2017-03-06 16:04:26 +00:00
Yan Gao
b333c1957f Accepting request 477133 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- 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: e336b716cce83b3af414a1dcc4c2ef22c591d73f

OBS-URL: https://build.opensuse.org/request/show/477133
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=77
2017-03-06 10:27:04 +00:00
Dominique Leuenberger
4dcef870b5 Accepting request 460897 from network:ha-clustering:Factory
- RPM group fix; use find -delete over rm.

OBS-URL: https://build.opensuse.org/request/show/460897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=22
2017-03-03 13:36:41 +00:00
Yan Gao
cf00651369 Accepting request 459696 from home:jengelh:branches:network:ha-clustering:Factory
- RPM group fix; use find -delete over rm.

OBS-URL: https://build.opensuse.org/request/show/459696
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=75
2017-02-28 14:43:26 +00:00
Dominique Leuenberger
fa21e890cf Accepting request 459495 from network:ha-clustering:Factory
1

OBS-URL: https://build.opensuse.org/request/show/459495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=21
2017-02-22 12:47:09 +00:00
Yan Gao
3684a612fe Accepting request 459494 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- [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

- 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)

OBS-URL: https://build.opensuse.org/request/show/459494
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=73
2017-02-21 12:49:06 +00:00
Dominique Leuenberger
8f2ef3cc35 Accepting request 390206 from network:ha-clustering:Factory
1

OBS-URL: https://build.opensuse.org/request/show/390206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=20
2016-04-30 21:27:14 +00:00
Yan Gao
b0d292f8cb Accepting request 390203 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- further avoid magic in qblog.h by using named constants
- defs: add wrappers over preprocessor operators
- Upstream version cs: 6f2b3e85d0315288ee76869b99369e2b1f2f1b71

- 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)

OBS-URL: https://build.opensuse.org/request/show/390203
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=71
2016-04-15 14:10:29 +00:00
Stephan Kulow
172c350c1b Accepting request 337425 from network:ha-clustering:Factory
1

OBS-URL: https://build.opensuse.org/request/show/337425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=19
2015-10-17 14:38:33 +00:00
Yan Gao
581ca04095 Accepting request 337267 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- ipc: Prevent fd and memory leaks in handle_new_connection() (bsc#947341)
 * bug-947341_libqb-ipc-fd-memory-leaks.patch

- log: don't call dlopen inside dl_iterate_phdr()
- ipc: Don't send the dispatch_del() function a closed fd
- Upstream version cs: 1a7ea3b8d8bf9d5ffbbfdc785ace2b81e9f2356d

OBS-URL: https://build.opensuse.org/request/show/337267
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=69
2015-10-09 11:34:33 +00:00
Dominique Leuenberger
6fa75aaa45 Accepting request 327759 from network:ha-clustering:Factory
1

OBS-URL: https://build.opensuse.org/request/show/327759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=18
2015-08-31 20:57:55 +00:00
Yan Gao
f09d48bc14 Accepting request 327756 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- 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

OBS-URL: https://build.opensuse.org/request/show/327756
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=67
2015-08-28 14:18:12 +00:00
Dominique Leuenberger
0bfb2b6a88 Accepting request 311418 from network:ha-clustering:Factory
1

OBS-URL: https://build.opensuse.org/request/show/311418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=17
2015-06-11 06:21:29 +00:00