notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
libqb High performance logging, tracing, IPC, and polling library
2.0.8_2 devel on this many watch lists=2 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.8_1Version of this port present on the latest quarterly branch.
Maintainer: alster@vinterdalen.se search for ports maintained by this maintainer
Port Added: 2016-03-23 10:49:26
Last Update: 2024-11-05 20:17:24
Commit Hash: ca513743
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: LGPL21
WWW:
https://github.com/ClusterLabs/libqb/wiki
Description:
libqb is a library with the primary purpose of providing high-performance, reusable features for client-server architecture, such as logging, tracing, inter-process communication (IPC), and polling. libqb is not intended to be an all-encompassing library, but instead provide focused APIs that are highly tuned for maximum performance for client-server applications.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (239 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libqb-2.0.8_2/catalog.mk
  3. /usr/local/share/licenses/libqb-2.0.8_2/LICENSE
  4. /usr/local/share/licenses/libqb-2.0.8_2/LGPL21
  5. include/qb/qbarray.h
  6. include/qb/qbatomic.h
  7. include/qb/qbconfig.h
  8. include/qb/qbdefs.h
  9. include/qb/qbhdb.h
  10. include/qb/qbipc_common.h
  11. include/qb/qbipcc.h
  12. include/qb/qbipcs.h
  13. include/qb/qblist.h
  14. include/qb/qblog.h
  15. include/qb/qbloop.h
  16. include/qb/qbmap.h
  17. include/qb/qbrb.h
  18. include/qb/qbutil.h
  19. lib/libqb.a
  20. lib/libqb.so
  21. lib/libqb.so.100
  22. lib/libqb.so.100.3.2
  23. libdata/pkgconfig/libqb.pc
  24. sbin/qb-blackbox
  25. share/doc/libqb/COPYING
  26. share/doc/libqb/INSTALL
  27. share/doc/libqb/README.markdown
  28. share/examples/libqb/Makefile.am
  29. share/examples/libqb/Makefile.in
  30. share/examples/libqb/ipcclient.c
  31. share/examples/libqb/ipcserver.c
  32. share/examples/libqb/mapnotify.c
  33. share/examples/libqb/simplelog.c
  34. share/examples/libqb/tcpclient.c
  35. share/examples/libqb/tcpserver.c
  36. @comment share/man/man3/qb_array_create.3.gz
  37. @comment share/man/man3/qb_array_create_2.3.gz
  38. @comment share/man/man3/qb_array_elems_per_bin_get.3.gz
  39. @comment share/man/man3/qb_array_free.3.gz
  40. @comment share/man/man3/qb_array_grow.3.gz
  41. @comment share/man/man3/qb_array_index.3.gz
  42. @comment share/man/man3/qb_array_new_bin_cb_set.3.gz
  43. @comment share/man/man3/qb_array_num_bins_get.3.gz
  44. @comment share/man/man3/qb_atomic_init.3.gz
  45. @comment share/man/man3/qb_atomic_int_add.3.gz
  46. @comment share/man/man3/qb_atomic_int_compare_and_exchange.3.gz
  47. @comment share/man/man3/qb_atomic_int_exchange_and_add.3.gz
  48. @comment share/man/man3/qb_atomic_int_get.3.gz
  49. @comment share/man/man3/qb_atomic_int_set.3.gz
  50. @comment share/man/man3/qb_atomic_pointer_compare_and_exchange.3.gz
  51. @comment share/man/man3/qb_atomic_pointer_get.3.gz
  52. @comment share/man/man3/qb_atomic_pointer_set.3.gz
  53. @comment share/man/man3/qb_hashtable_create.3.gz
  54. @comment share/man/man3/qb_hdb_base_convert.3.gz
  55. @comment share/man/man3/qb_hdb_create.3.gz
  56. @comment share/man/man3/qb_hdb_destroy.3.gz
  57. @comment share/man/man3/qb_hdb_handle_create.3.gz
  58. @comment share/man/man3/qb_hdb_handle_destroy.3.gz
  59. @comment share/man/man3/qb_hdb_handle_get.3.gz
  60. @comment share/man/man3/qb_hdb_handle_get_always.3.gz
  61. @comment share/man/man3/qb_hdb_handle_put.3.gz
  62. @comment share/man/man3/qb_hdb_handle_refcount_get.3.gz
  63. @comment share/man/man3/qb_hdb_iterator_next.3.gz
  64. @comment share/man/man3/qb_hdb_iterator_reset.3.gz
  65. @comment share/man/man3/qb_hdb_nocheck_convert.3.gz
  66. @comment share/man/man3/qb_ipcc_connect.3.gz
  67. @comment share/man/man3/qb_ipcc_context_get.3.gz
  68. @comment share/man/man3/qb_ipcc_context_set.3.gz
  69. @comment share/man/man3/qb_ipcc_disconnect.3.gz
  70. @comment share/man/man3/qb_ipcc_event_recv.3.gz
  71. @comment share/man/man3/qb_ipcc_fc_enable_max_set.3.gz
  72. @comment share/man/man3/qb_ipcc_fd_get.3.gz
  73. @comment share/man/man3/qb_ipcc_get_buffer_size.3.gz
  74. @comment share/man/man3/qb_ipcc_is_connected.3.gz
  75. @comment share/man/man3/qb_ipcc_recv.3.gz
  76. @comment share/man/man3/qb_ipcc_send.3.gz
  77. @comment share/man/man3/qb_ipcc_sendv.3.gz
  78. @comment share/man/man3/qb_ipcc_sendv_recv.3.gz
  79. @comment share/man/man3/qb_ipcc_verify_dgram_max_msg_size.3.gz
  80. @comment share/man/man3/qb_ipcs_connection_auth_set.3.gz
  81. @comment share/man/man3/qb_ipcs_connection_first_get.3.gz
  82. @comment share/man/man3/qb_ipcs_connection_get_buffer_size.3.gz
  83. @comment share/man/man3/qb_ipcs_connection_next_get.3.gz
  84. @comment share/man/man3/qb_ipcs_connection_ref.3.gz
  85. @comment share/man/man3/qb_ipcs_connection_service_context_get.3.gz
  86. @comment share/man/man3/qb_ipcs_connection_stats_get.3.gz
  87. @comment share/man/man3/qb_ipcs_connection_stats_get_2.3.gz
  88. @comment share/man/man3/qb_ipcs_connection_unref.3.gz
  89. @comment share/man/man3/qb_ipcs_context_get.3.gz
  90. @comment share/man/man3/qb_ipcs_context_set.3.gz
  91. @comment share/man/man3/qb_ipcs_create.3.gz
  92. @comment share/man/man3/qb_ipcs_destroy.3.gz
  93. @comment share/man/man3/qb_ipcs_disconnect.3.gz
  94. @comment share/man/man3/qb_ipcs_enforce_buffer_size.3.gz
  95. @comment share/man/man3/qb_ipcs_event_send.3.gz
  96. @comment share/man/man3/qb_ipcs_event_sendv.3.gz
  97. @comment share/man/man3/qb_ipcs_poll_handlers_set.3.gz
  98. @comment share/man/man3/qb_ipcs_ref.3.gz
  99. @comment share/man/man3/qb_ipcs_request_rate_limit.3.gz
  100. @comment share/man/man3/qb_ipcs_response_send.3.gz
  101. @comment share/man/man3/qb_ipcs_response_sendv.3.gz
  102. @comment share/man/man3/qb_ipcs_run.3.gz
  103. @comment share/man/man3/qb_ipcs_service_context_get.3.gz
  104. @comment share/man/man3/qb_ipcs_service_context_set.3.gz
  105. @comment share/man/man3/qb_ipcs_service_id_get.3.gz
  106. @comment share/man/man3/qb_ipcs_stats_get.3.gz
  107. @comment share/man/man3/qb_ipcs_unref.3.gz
  108. @comment share/man/man3/qb_list_add.3.gz
  109. @comment share/man/man3/qb_list_add_tail.3.gz
  110. @comment share/man/man3/qb_list_del.3.gz
  111. @comment share/man/man3/qb_list_empty.3.gz
  112. @comment share/man/man3/qb_list_init.3.gz
  113. @comment share/man/man3/qb_list_is_last.3.gz
  114. @comment share/man/man3/qb_list_length.3.gz
  115. @comment share/man/man3/qb_list_replace.3.gz
  116. @comment share/man/man3/qb_list_splice.3.gz
  117. @comment share/man/man3/qb_list_splice_tail.3.gz
  118. @comment share/man/man3/qb_log_blackbox_print_from_file.3.gz
  119. @comment share/man/man3/qb_log_blackbox_write_to_file.3.gz
  120. @comment share/man/man3/qb_log_callsite_get.3.gz
  121. @comment share/man/man3/qb_log_callsites_dump.3.gz
  122. @comment share/man/man3/qb_log_callsites_register.3.gz
  123. @comment share/man/man3/qb_log_ctl.3.gz
  124. @comment share/man/man3/qb_log_ctl2.3.gz
  125. @comment share/man/man3/qb_log_custom_close.3.gz
  126. @comment share/man/man3/qb_log_custom_open.3.gz
  127. @comment share/man/man3/qb_log_facility2int.3.gz
  128. @comment share/man/man3/qb_log_facility2str.3.gz
  129. @comment share/man/man3/qb_log_file_close.3.gz
  130. @comment share/man/man3/qb_log_file_open.3.gz
  131. @comment share/man/man3/qb_log_file_reopen.3.gz
  132. @comment share/man/man3/qb_log_filter_ctl.3.gz
  133. @comment share/man/man3/qb_log_filter_ctl2.3.gz
  134. @comment share/man/man3/qb_log_filter_fn_set.3.gz
  135. @comment share/man/man3/qb_log_fini.3.gz
  136. @comment share/man/man3/qb_log_format_set.3.gz
  137. @comment share/man/man3/qb_log_from_external_source.3.gz
  138. @comment share/man/man3/qb_log_from_external_source_va.3.gz
  139. @comment share/man/man3/qb_log_init.3.gz
  140. @comment share/man/man3/qb_log_real_.3.gz
  141. @comment share/man/man3/qb_log_real_va_.3.gz
  142. @comment share/man/man3/qb_log_tags_stringify_fn_set.3.gz
  143. @comment share/man/man3/qb_log_target_format.3.gz
  144. @comment share/man/man3/qb_log_target_user_data_get.3.gz
  145. @comment share/man/man3/qb_log_target_user_data_set.3.gz
  146. @comment share/man/man3/qb_log_thread_priority_set.3.gz
  147. @comment share/man/man3/qb_log_thread_start.3.gz
  148. @comment share/man/man3/qb_loop_create.3.gz
  149. @comment share/man/man3/qb_loop_destroy.3.gz
  150. @comment share/man/man3/qb_loop_job_add.3.gz
  151. @comment share/man/man3/qb_loop_job_del.3.gz
  152. @comment share/man/man3/qb_loop_poll_add.3.gz
  153. @comment share/man/man3/qb_loop_poll_del.3.gz
  154. @comment share/man/man3/qb_loop_poll_low_fds_event_set.3.gz
  155. @comment share/man/man3/qb_loop_poll_mod.3.gz
  156. @comment share/man/man3/qb_loop_run.3.gz
  157. @comment share/man/man3/qb_loop_signal_add.3.gz
  158. @comment share/man/man3/qb_loop_signal_del.3.gz
  159. @comment share/man/man3/qb_loop_signal_mod.3.gz
  160. @comment share/man/man3/qb_loop_stop.3.gz
  161. @comment share/man/man3/qb_loop_timer_add.3.gz
  162. @comment share/man/man3/qb_loop_timer_del.3.gz
  163. @comment share/man/man3/qb_loop_timer_expire_time_get.3.gz
  164. @comment share/man/man3/qb_loop_timer_expire_time_remaining.3.gz
  165. @comment share/man/man3/qb_loop_timer_is_running.3.gz
  166. @comment share/man/man3/qb_map_count_get.3.gz
  167. @comment share/man/man3/qb_map_destroy.3.gz
  168. @comment share/man/man3/qb_map_foreach.3.gz
  169. @comment share/man/man3/qb_map_get.3.gz
  170. @comment share/man/man3/qb_map_iter_create.3.gz
  171. @comment share/man/man3/qb_map_iter_free.3.gz
  172. @comment share/man/man3/qb_map_iter_next.3.gz
  173. @comment share/man/man3/qb_map_notify_add.3.gz
  174. @comment share/man/man3/qb_map_notify_del.3.gz
  175. @comment share/man/man3/qb_map_notify_del_2.3.gz
  176. @comment share/man/man3/qb_map_pref_iter_create.3.gz
  177. @comment share/man/man3/qb_map_put.3.gz
  178. @comment share/man/man3/qb_map_rm.3.gz
  179. @comment share/man/man3/qb_rb_chmod.3.gz
  180. @comment share/man/man3/qb_rb_chown.3.gz
  181. @comment share/man/man3/qb_rb_chunk_alloc.3.gz
  182. @comment share/man/man3/qb_rb_chunk_commit.3.gz
  183. @comment share/man/man3/qb_rb_chunk_peek.3.gz
  184. @comment share/man/man3/qb_rb_chunk_read.3.gz
  185. @comment share/man/man3/qb_rb_chunk_reclaim.3.gz
  186. @comment share/man/man3/qb_rb_chunk_write.3.gz
  187. @comment share/man/man3/qb_rb_chunks_used.3.gz
  188. @comment share/man/man3/qb_rb_close.3.gz
  189. @comment share/man/man3/qb_rb_create_from_file.3.gz
  190. @comment share/man/man3/qb_rb_name_get.3.gz
  191. @comment share/man/man3/qb_rb_open.3.gz
  192. @comment share/man/man3/qb_rb_refcount_get.3.gz
  193. @comment share/man/man3/qb_rb_shared_user_data_get.3.gz
  194. @comment share/man/man3/qb_rb_space_free.3.gz
  195. @comment share/man/man3/qb_rb_space_used.3.gz
  196. @comment share/man/man3/qb_rb_write_to_file.3.gz
  197. @comment share/man/man3/qb_skiplist_create.3.gz
  198. @comment share/man/man3/qb_strerror_r.3.gz
  199. @comment share/man/man3/qb_thread_lock.3.gz
  200. @comment share/man/man3/qb_thread_lock_create.3.gz
  201. @comment share/man/man3/qb_thread_lock_destroy.3.gz
  202. @comment share/man/man3/qb_thread_trylock.3.gz
  203. @comment share/man/man3/qb_thread_unlock.3.gz
  204. @comment share/man/man3/qb_timespec_add_ms.3.gz
  205. @comment share/man/man3/qb_trie_create.3.gz
  206. @comment share/man/man3/qb_trie_dump.3.gz
  207. @comment share/man/man3/qb_util_nano_current_get.3.gz
  208. @comment share/man/man3/qb_util_nano_from_epoch_get.3.gz
  209. @comment share/man/man3/qb_util_nano_monotonic_hz.3.gz
  210. @comment share/man/man3/qb_util_set_log_function.3.gz
  211. @comment share/man/man3/qb_util_stopwatch_create.3.gz
  212. @comment share/man/man3/qb_util_stopwatch_free.3.gz
  213. @comment share/man/man3/qb_util_stopwatch_sec_elapsed_get.3.gz
  214. @comment share/man/man3/qb_util_stopwatch_split.3.gz
  215. @comment share/man/man3/qb_util_stopwatch_split_ctl.3.gz
  216. @comment share/man/man3/qb_util_stopwatch_split_last.3.gz
  217. @comment share/man/man3/qb_util_stopwatch_start.3.gz
  218. @comment share/man/man3/qb_util_stopwatch_stop.3.gz
  219. @comment share/man/man3/qb_util_stopwatch_time_split_get.3.gz
  220. @comment share/man/man3/qb_util_stopwatch_us_elapsed_get.3.gz
  221. @comment share/man/man3/qb_util_timespec_from_epoch_get.3.gz
  222. @comment share/man/man3/qbarray.h.3.gz
  223. @comment share/man/man3/qbatomic.h.3.gz
  224. @comment share/man/man3/qbdefs.h.3.gz
  225. @comment share/man/man3/qbhdb.h.3.gz
  226. @comment share/man/man3/qbipc_common.h.3.gz
  227. @comment share/man/man3/qbipcc.h.3.gz
  228. @comment share/man/man3/qbipcs.h.3.gz
  229. @comment share/man/man3/qblist.h.3.gz
  230. @comment share/man/man3/qblog.h.3.gz
  231. @comment share/man/man3/qbloop.h.3.gz
  232. @comment share/man/man3/qbmap.h.3.gz
  233. @comment share/man/man3/qbrb.h.3.gz
  234. @comment share/man/man3/qbutil.h.3.gz
  235. @comment share/man/man8/qb-blackbox.8.gz
  236. @dir(,haclient,1770) /var/run/qb
  237. @owner
  238. @group
  239. @mode
Collapse this list.
Dependency lines:
  • libqb>0:devel/libqb
To install the port:
cd /usr/ports/devel/libqb/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libqb
  • pkg install libqb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libqb
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1730659822 SHA256 (libqb-2.0.8.tar.xz) = b42531fc20b8ac02f4c6d0a4dc49f7c4a1eef09bdb13af5f6927b7fc49522ee6 SIZE (libqb-2.0.8.tar.xz) = 521600

Packages (timestamps in pop-ups are UTC):
libqb
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0.8_22.0.8_22.0.02.0.6_12.0.8_2-2.0.0-
FreeBSD:13:quarterly2.0.6_1-2.0.62.0.6_1-2.0.62.0.62.0.6
FreeBSD:14:latest2.0.6_12.0.8_22.0.4_22.0.6_12.0.8_22.0.6-2.0.6
FreeBSD:14:quarterly2.0.6_1--2.0.6_1-2.0.62.0.62.0.6
FreeBSD:15:latest2.0.8_22.0.8_2n/a2.0.8_2n/a2.0.62.0.62.0.6
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. autoconf>=2.72 : devel/autoconf
  4. automake>=1.17 : devel/automake
  5. libtoolize : devel/libtool
Test dependencies:
  1. checkmk : devel/check
This port is required by:
for Libraries
  1. devel/kronosnet
  2. net/corosync2
  3. net/corosync3
  4. net/pacemaker2
  5. net-mgmt/resource-agents

Deleted ports which required this port:

Expand this list of 3 deleted ports
  1. net/corosync*
  2. net/pacemaker*
  3. net/pacemaker1*
  4. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for libqb-2.0.8_2: DOCS=on: Build and/or install documentation DOXYGEN=off: Build documentation with Doxygen EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
devel_libqb
USES:
cpe gmake libtool pathfix pkgconfig tar:xz autoreconf
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/ClusterLabs/libqb/releases/download/v2.0.8/
Collapse this list.

Number of commits found: 33

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.8_2
05 Nov 2024 20:17:24
commit hash: ca513743832b301e1bd80e83d27d845020bfba8ecommit hash: ca513743832b301e1bd80e83d27d845020bfba8ecommit hash: ca513743832b301e1bd80e83d27d845020bfba8ecommit hash: ca513743832b301e1bd80e83d27d845020bfba8e files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
devel/libqb: Fix build and improve port

* Remove BUILD_DEPENDS hack, these will be a pain to fix if sprinkled all over
the tree
* Remove Python dependency
* Add USES= pathfix
* Remove LDFLAGS variable (builds fine without)
* Fix build with DOXYGEN disabled
* Use gnome helper for libxml2
* Rearrage port for better readability

PR:		282570
Reviewed by:	Älven <alster@vinterdalen.se> (maintainer)
2.0.8_1
05 Nov 2024 10:27:32
commit hash: 7945736569ee6db4563ff713a70a5876d9c5d836commit hash: 7945736569ee6db4563ff713a70a5876d9c5d836commit hash: 7945736569ee6db4563ff713a70a5876d9c5d836commit hash: 7945736569ee6db4563ff713a70a5876d9c5d836 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Älven
devel/libqb: Improve the port

* Add EXAMPLES option
* Add support for activation of tests (still failing)
* Fix conditional BUILD_DEPENDS on libxml2 for doxygen2man
* Fix a typo

PR:	282536
MFH:	2024Q4
2.0.8
04 Nov 2024 20:54:58
commit hash: c08f528cd36c76d76f221e7af8d5918054978bdfcommit hash: c08f528cd36c76d76f221e7af8d5918054978bdfcommit hash: c08f528cd36c76d76f221e7af8d5918054978bdfcommit hash: c08f528cd36c76d76f221e7af8d5918054978bdf files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Älven
devel/libqb: update 2.0.6 → 2.0.8, fix CVE-2023-39976, take maintainership

log_blackbox.c in libqb before 2.0.8 allows a buffer overflow via long
log messages because the header size is not considered.
https://nvd.nist.gov/vuln/detail/CVE-2023-39976

Changelogs:
https://github.com/ClusterLabs/libqb/releases/tag/v2.0.7
https://github.com/ClusterLabs/libqb/releases/tag/v2.0.8

Improve port: remove GNU_CONFIGURE_MANPREFIX, update pkg-descr, fix
warnings from portclippy.

PR:	282536
MFH:	2024Q4
2.0.6_1
09 Aug 2024 18:31:03
commit hash: 15d386f17b3bd23b5b1c39ecaa67982712735424commit hash: 15d386f17b3bd23b5b1c39ecaa67982712735424commit hash: 15d386f17b3bd23b5b1c39ecaa67982712735424commit hash: 15d386f17b3bd23b5b1c39ecaa67982712735424 files touched by this commit This port version is marked as vulnerable.
Florian Smeets (flo) search for other commits by this committer
*/*: Release a couple of ports
2.0.6_1
29 Mar 2024 08:05:48
commit hash: d99d687d1859ab17402d98586861e4cd878f5225commit hash: d99d687d1859ab17402d98586861e4cd878f5225commit hash: d99d687d1859ab17402d98586861e4cd878f5225commit hash: d99d687d1859ab17402d98586861e4cd878f5225 files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
devel/libqb: Move man pages to share/man

Approved by:	portmgr (blanket)
2.0.6
22 May 2023 17:58:07
commit hash: 7d9ca7f784dabaa02937c27e1243b5112dea6bcecommit hash: 7d9ca7f784dabaa02937c27e1243b5112dea6bcecommit hash: 7d9ca7f784dabaa02937c27e1243b5112dea6bcecommit hash: 7d9ca7f784dabaa02937c27e1243b5112dea6bce files touched by this commit This port version is marked as vulnerable.
Florian Smeets (flo) search for other commits by this committer
Author: Florian Millet
devel/libqb: Update to 2.0.6 (

PR:		270619
2.0.4_2
21 May 2023 17:47:30
commit hash: f86da90d0a88ca23b1714dac3553df98eab246bbcommit hash: f86da90d0a88ca23b1714dac3553df98eab246bbcommit hash: f86da90d0a88ca23b1714dac3553df98eab246bbcommit hash: f86da90d0a88ca23b1714dac3553df98eab246bb files touched by this commit This port version is marked as vulnerable.
Florian Smeets (flo) search for other commits by this committer
*/*: Take maintainership of the corosync/pacemaker stack
2.0.4_2
21 May 2023 16:43:46
commit hash: 8d95b3b3bb7ebe43c80d1e26025f69590c94572bcommit hash: 8d95b3b3bb7ebe43c80d1e26025f69590c94572bcommit hash: 8d95b3b3bb7ebe43c80d1e26025f69590c94572bcommit hash: 8d95b3b3bb7ebe43c80d1e26025f69590c94572b files touched by this commit This port version is marked as vulnerable.
Vinícius Zavam (egypcio) search for other commits by this committer
devel/libqb: drop maintainership
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.0.4_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit This port version is marked as vulnerable.
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.0.4_2
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit This port version is marked as vulnerable.
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.0.4_2
10 Apr 2022 19:11:41
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744commit hash: d63665f7cd9c99880704a3c5bc221829cb009744commit hash: d63665f7cd9c99880704a3c5bc221829cb009744commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 files touched by this commit This port version is marked as vulnerable.
Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2.0.4_1
26 Mar 2022 08:27:27
commit hash: 247c7db7513f1264922428278678da641c5a3f52commit hash: 247c7db7513f1264922428278678da641c5a3f52commit hash: 247c7db7513f1264922428278678da641c5a3f52commit hash: 247c7db7513f1264922428278678da641c5a3f52 files touched by this commit This port version is marked as vulnerable.
Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
2.0.4
10 Feb 2022 23:49:15
commit hash: 057c247e16908785f89fb00ec5dd6ece7af0ff9acommit hash: 057c247e16908785f89fb00ec5dd6ece7af0ff9acommit hash: 057c247e16908785f89fb00ec5dd6ece7af0ff9acommit hash: 057c247e16908785f89fb00ec5dd6ece7af0ff9a files touched by this commit This port version is marked as vulnerable.
Daniel Engberg (diizzy) search for other commits by this committer
devel/libqb: Fix DOXYGEN option, use release archive, Makefile adjustments

Fix DOXYGEN option
Use release archive as recommended by Porters Handbook
Do some minor changes to Makefile to follow Porters Handbook more closely

PR:		261400
Reviewed by:	egypcio (maintainer)
2.0.4
19 Jan 2022 18:55:01
commit hash: 06108040223ea816b25e9f1723c647ef18188773commit hash: 06108040223ea816b25e9f1723c647ef18188773commit hash: 06108040223ea816b25e9f1723c647ef18188773commit hash: 06108040223ea816b25e9f1723c647ef18188773 files touched by this commit This port version is marked as vulnerable.
Vinícius Zavam (egypcio) search for other commits by this committer
devel/libqb: update 2.0.3 to 2.0.4

  * https://github.com/ClusterLabs/libqb/releases/tag/v2.0.4

  RELEASE NOTE:

  The most important fix in this release is that we no longer log errors
  inside the signal handler in loop_poll.c This could cause an application
  hang in some circumstances.
2.0.3
14 Oct 2021 21:30:29
commit hash: 7c2dff8c54f729172826eb8dc115ae3ceddf2125commit hash: 7c2dff8c54f729172826eb8dc115ae3ceddf2125commit hash: 7c2dff8c54f729172826eb8dc115ae3ceddf2125commit hash: 7c2dff8c54f729172826eb8dc115ae3ceddf2125 files touched by this commit This port version is marked as vulnerable.
Stefan Eßer (se) search for other commits by this committer
devel/libqb: Add CPE information

Approved by:	portmgr (blanket)
2.0.3
18 Apr 2021 23:53:18
commit hash: 276abcbfdd72c8ee3712e3ae4310d6580fe38ddfcommit hash: 276abcbfdd72c8ee3712e3ae4310d6580fe38ddfcommit hash: 276abcbfdd72c8ee3712e3ae4310d6580fe38ddfcommit hash: 276abcbfdd72c8ee3712e3ae4310d6580fe38ddf files touched by this commit This port version is marked as vulnerable.
Vinícius Zavam (egypcio) search for other commits by this committer
devel/libqb: update 2.0.0 to 2.0.3

  while here, fixes portscout's check
  - present USE_GITHUB to this port's Makefile

Reported by:	flo
2.0.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.0.0
07 Jun 2020 07:39:41
Revision:538146Original commit files touched by this commit This port version is marked as vulnerable.
flo search for other commits by this committer
Fix build/distinfo.

Switch to using the release tarball instead of using the GitHub tag, as I
don't have the original tarball that was used to generate the distinfo
for the upgrade to 2.0. The release tarball has sha256 signatures posted
and they match with what is being committed now.

PR:		246916
Reported by:	Juraj Lutter <juraj@lutter.sk>
Approved by:	blanket approval, tivial build fixes
2.0.0
01 Jun 2020 14:08:31
Revision:537482Original commit files touched by this commit This port version is marked as vulnerable.
egypcio search for other commits by this committer
devel/libqb: update 1.0.5 to 2.0.0
1.0.5_1
04 Feb 2020 18:34:04
Revision:525232Original commit files touched by this commit This port version is marked as vulnerable.
egypcio search for other commits by this committer
devel/libqb: fix port's pkgconf _STRING and _VERSION
1.0.5
04 Feb 2020 17:11:35
Revision:525178Original commit files touched by this commit This port version is marked as vulnerable.
egypcio search for other commits by this committer
devel/libqb: update 1.0.3_1 to 1.0.5

  * while here, adopt the port;
  * present USE_GIHUB.

PR:	243878
1.0.3_1
04 Feb 2020 11:06:50
Revision:525145Original commit files touched by this commit This port version is marked as vulnerable.
egypcio search for other commits by this committer
reset maintainership after consecutive timeouts (12+ weeks).

  % make -s -C /usr/ports search maint=dpejesh@yahoo.com display=path
  Path:   /usr/ports/devel/kronosnet
  Path:   /usr/ports/devel/libqb
  Path:   /usr/ports/devel/py-parallax
  Path:   /usr/ports/devel/py-tinyrpc
  Path:   /usr/ports/net-mgmt/crmsh
  Path:   /usr/ports/net-mgmt/resource-agents
  Path:   /usr/ports/net/corosync2
  Path:   /usr/ports/net/corosync3
  Path:   /usr/ports/net/pacemaker1
  Path:   /usr/ports/net/pacemaker2

PR:	230127, 232865, 232866, 232867
PR:	241431, 241434, 241445, 241456, 241460
1.0.3_1
10 Sep 2018 13:14:52
Revision:479406Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
1.0.3_1
14 May 2018 09:04:36
Revision:469866Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
change to distribution tarball.

PR:		227563
Submitted by:	maintainer
1.0.3
12 May 2018 03:24:10
Revision:469702Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Update to 1.0.3.

PR:		227563
Submitted by:	maintainer
1.0.2
26 May 2017 02:32:12
Revision:441747Original commit files touched by this commit This port version is marked as vulnerable.
wen search for other commits by this committer
- Update to 1.0.2

PR:		219542
Submitted by:	dpejesh@yahoo.com(maintainer)
1.0
09 Sep 2016 19:42:46
Revision:421635Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0
24 Apr 2016 07:39:34
Revision:413923Original commit files touched by this commit This port version is marked as vulnerable.
pi search for other commits by this committer
devel/libqb: 0.17.2 -> 1.0

Changes:
  https://github.com/ClusterLabs/libqb/releases

PR:		209004
Submitted by:	David Shane Holden <dpejesh@yahoo.com> (maintainer)
0.17.2_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.17.2_1
25 Mar 2016 08:26:35
Revision:411823Original commit files touched by this commit This port version is marked as vulnerable.
tijl search for other commits by this committer
Create the haclient group used in pkg-plist.

PR:		208221
0.17.2_1
24 Mar 2016 21:43:58
Revision:411813Original commit files touched by this commit This port version is marked as vulnerable.
tijl search for other commits by this committer
Change the group on /var/run/qb to haclient.  I forgot this when I changed
the mode.

PR:		208221
Approved by:	dpejesh@yahoo.com (maintainer)
0.17.2
23 Mar 2016 10:49:17
Revision:411695Original commit files touched by this commit This port version is marked as vulnerable.
tijl search for other commits by this committer
Add devel/libqb.

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.

PR:		208181
Submitted by:	David Shane Holden <dpejesh@yahoo.com>

Number of commits found: 33