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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Commit processing was halted at UTC 18:33 on 2026-08-05 for pkgbasify of jails and updating the host from 15.0 to 15.1 - same with jails. - that upgrade was completed by 18:53 - the website has caught up with the 6 commits it missed in that time.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q3
tbox Glib-like multi-platform c library
1.8.2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.8.2Version of this port present on the latest quarterly branch.
Maintainer: fuz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-07-10 09:01:00
Last Update: 2026-08-06 09:29:29
Commit Hash: eb4fc49
License: APACHE20
WWW:
https://tboox.top/
Description:
TBOX is a glib-like cross-platform C library that is simple to use yet powerful in nature. The project focuses on making C development easier and provides many modules (.e.g stream, coroutine, regex, container, algorithm ...), so that any developer can quickly pick it up and enjoy the productivity boost when developing in C language.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (430 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/tbox-1.8.2/catalog.mk
  3. /usr/local/share/licenses/tbox-1.8.2/LICENSE
  4. /usr/local/share/licenses/tbox-1.8.2/APACHE20
  5. include/tbox/algorithm/algorithm.h
  6. include/tbox/algorithm/binary_find.h
  7. include/tbox/algorithm/binary_find_if.h
  8. include/tbox/algorithm/bubble_sort.h
  9. include/tbox/algorithm/count.h
  10. include/tbox/algorithm/count_if.h
  11. include/tbox/algorithm/distance.h
  12. include/tbox/algorithm/find.h
  13. include/tbox/algorithm/find_if.h
  14. include/tbox/algorithm/for.h
  15. include/tbox/algorithm/for_if.h
  16. include/tbox/algorithm/heap_sort.h
  17. include/tbox/algorithm/insert_sort.h
  18. include/tbox/algorithm/predicate.h
  19. include/tbox/algorithm/prefix.h
  20. include/tbox/algorithm/quick_sort.h
  21. include/tbox/algorithm/remove.h
  22. include/tbox/algorithm/remove_first.h
  23. include/tbox/algorithm/remove_first_if.h
  24. include/tbox/algorithm/remove_if.h
  25. include/tbox/algorithm/rfind.h
  26. include/tbox/algorithm/rfind_if.h
  27. include/tbox/algorithm/rfor.h
  28. include/tbox/algorithm/rfor_if.h
  29. include/tbox/algorithm/rwalk.h
  30. include/tbox/algorithm/sort.h
  31. include/tbox/algorithm/walk.h
  32. include/tbox/charset/charset.h
  33. include/tbox/charset/prefix.h
  34. include/tbox/charset/utf8.h
  35. include/tbox/config.h
  36. include/tbox/container/array_iterator.h
  37. include/tbox/container/bloom_filter.h
  38. include/tbox/container/circle_queue.h
  39. include/tbox/container/container.h
  40. include/tbox/container/element.h
  41. include/tbox/container/element/hash.h
  42. include/tbox/container/element/prefix.h
  43. include/tbox/container/hash_map.h
  44. include/tbox/container/hash_set.h
  45. include/tbox/container/heap.h
  46. include/tbox/container/iterator.h
  47. include/tbox/container/list.h
  48. include/tbox/container/list_entry.h
  49. include/tbox/container/prefix.h
  50. include/tbox/container/priority_queue.h
  51. include/tbox/container/queue.h
  52. include/tbox/container/single_list.h
  53. include/tbox/container/single_list_entry.h
  54. include/tbox/container/stack.h
  55. include/tbox/container/vector.h
  56. include/tbox/coroutine/channel.h
  57. include/tbox/coroutine/coroutine.h
  58. include/tbox/coroutine/impl/coroutine.h
  59. include/tbox/coroutine/impl/impl.h
  60. include/tbox/coroutine/impl/prefix.h
  61. include/tbox/coroutine/impl/scheduler.h
  62. include/tbox/coroutine/impl/scheduler_io.h
  63. include/tbox/coroutine/impl/stackless/coroutine.h
  64. include/tbox/coroutine/impl/stackless/prefix.h
  65. include/tbox/coroutine/impl/stackless/scheduler.h
  66. include/tbox/coroutine/impl/stackless/scheduler_io.h
  67. include/tbox/coroutine/impl/stackless/stackless.h
  68. include/tbox/coroutine/lock.h
  69. include/tbox/coroutine/prefix.h
  70. include/tbox/coroutine/scheduler.h
  71. include/tbox/coroutine/semaphore.h
  72. include/tbox/coroutine/stackless/core.h
  73. include/tbox/coroutine/stackless/coroutine.h
  74. include/tbox/coroutine/stackless/lock.h
  75. include/tbox/coroutine/stackless/prefix.h
  76. include/tbox/coroutine/stackless/scheduler.h
  77. include/tbox/coroutine/stackless/semaphore.h
  78. include/tbox/coroutine/stackless/stackless.h
  79. include/tbox/database/database.h
  80. include/tbox/database/impl/mysql.h
  81. include/tbox/database/impl/prefix.h
  82. include/tbox/database/impl/sqlite3.h
  83. include/tbox/database/prefix.h
  84. include/tbox/database/sql.h
  85. include/tbox/database/value.h
  86. include/tbox/hash/adler32.h
  87. include/tbox/hash/ap.h
  88. include/tbox/hash/arch/arm/crc32.S
  89. include/tbox/hash/arch/crc32.S
  90. include/tbox/hash/bkdr.h
  91. include/tbox/hash/blizzard.h
  92. include/tbox/hash/crc16.h
  93. include/tbox/hash/crc32.h
  94. include/tbox/hash/crc8.h
  95. include/tbox/hash/djb2.h
  96. include/tbox/hash/fnv32.h
  97. include/tbox/hash/fnv64.h
  98. include/tbox/hash/hash.h
  99. include/tbox/hash/md5.h
  100. include/tbox/hash/murmur.h
  101. include/tbox/hash/prefix.h
  102. include/tbox/hash/rs.h
  103. include/tbox/hash/sdbm.h
  104. include/tbox/hash/sha.h
  105. include/tbox/hash/uuid.h
  106. include/tbox/libc/impl/impl.h
  107. include/tbox/libc/impl/libc.h
  108. include/tbox/libc/impl/prefix.h
  109. include/tbox/libc/libc.h
  110. include/tbox/libc/misc/ctype.h
  111. include/tbox/libc/misc/limits.h
  112. include/tbox/libc/misc/misc.h
  113. include/tbox/libc/misc/prefix.h
  114. include/tbox/libc/misc/stdarg.h
  115. include/tbox/libc/misc/time/prefix.h
  116. include/tbox/libc/misc/time/time.h
  117. include/tbox/libc/misc/time/type.h
  118. include/tbox/libc/misc/wctype.h
  119. include/tbox/libc/prefix.h
  120. include/tbox/libc/stdio/prefix.h
  121. include/tbox/libc/stdio/printf_object.h
  122. include/tbox/libc/stdio/stdio.h
  123. include/tbox/libc/stdlib/prefix.h
  124. include/tbox/libc/stdlib/setlocale.h
  125. include/tbox/libc/stdlib/stdlib.h
  126. include/tbox/libc/string/impl/arm/prefix.h
  127. include/tbox/libc/string/impl/prefix.h
  128. include/tbox/libc/string/impl/sh4/prefix.h
  129. include/tbox/libc/string/impl/x86/prefix.h
  130. include/tbox/libc/string/prefix.h
  131. include/tbox/libc/string/string.h
  132. include/tbox/libm/ceil.h
  133. include/tbox/libm/fabs.h
  134. include/tbox/libm/floor.h
  135. include/tbox/libm/impl/impl.h
  136. include/tbox/libm/impl/libm.h
  137. include/tbox/libm/impl/prefix.h
  138. include/tbox/libm/inf.h
  139. include/tbox/libm/libm.h
  140. include/tbox/libm/maf.h
  141. include/tbox/libm/math.h
  142. include/tbox/libm/mif.h
  143. include/tbox/libm/nan.h
  144. include/tbox/libm/pi.h
  145. include/tbox/libm/prefix.h
  146. include/tbox/libm/round.h
  147. include/tbox/math/fixed.h
  148. include/tbox/math/fixed16.h
  149. include/tbox/math/fixed30.h
  150. include/tbox/math/fixed6.h
  151. include/tbox/math/impl/fixed16_arm.h
  152. include/tbox/math/impl/fixed30_arm.h
  153. include/tbox/math/impl/impl.h
  154. include/tbox/math/impl/math.h
  155. include/tbox/math/impl/prefix.h
  156. include/tbox/math/int32.h
  157. include/tbox/math/math.h
  158. include/tbox/math/prefix.h
  159. include/tbox/math/random/linear.h
  160. include/tbox/math/random/prefix.h
  161. include/tbox/math/random/random.h
  162. include/tbox/memory/allocator.h
  163. include/tbox/memory/buffer.h
  164. include/tbox/memory/default_allocator.h
  165. include/tbox/memory/fixed_pool.h
  166. include/tbox/memory/impl/impl.h
  167. include/tbox/memory/impl/memory.h
  168. include/tbox/memory/impl/native_large_allocator.h
  169. include/tbox/memory/impl/prefix.h
  170. include/tbox/memory/impl/static_fixed_pool.h
  171. include/tbox/memory/impl/static_large_allocator.h
  172. include/tbox/memory/large_allocator.h
  173. include/tbox/memory/memory.h
  174. include/tbox/memory/native_allocator.h
  175. include/tbox/memory/prefix.h
  176. include/tbox/memory/queue_buffer.h
  177. include/tbox/memory/small_allocator.h
  178. include/tbox/memory/static_allocator.h
  179. include/tbox/memory/static_buffer.h
  180. include/tbox/memory/string_pool.h
  181. include/tbox/memory/virtual_allocator.h
  182. include/tbox/network/cookies.h
  183. include/tbox/network/dns/cache.h
  184. include/tbox/network/dns/dns.h
  185. include/tbox/network/dns/looker.h
  186. include/tbox/network/dns/prefix.h
  187. include/tbox/network/dns/server.h
  188. include/tbox/network/http.h
  189. include/tbox/network/hwaddr.h
  190. include/tbox/network/impl/http/date.h
  191. include/tbox/network/impl/http/method.h
  192. include/tbox/network/impl/http/option.h
  193. include/tbox/network/impl/http/prefix.h
  194. include/tbox/network/impl/http/status.h
  195. include/tbox/network/impl/impl.h
  196. include/tbox/network/impl/network.h
  197. include/tbox/network/impl/prefix.h
  198. include/tbox/network/impl/ssl/prefix.h
  199. include/tbox/network/ipaddr.h
  200. include/tbox/network/ipv4.h
  201. include/tbox/network/ipv6.h
  202. include/tbox/network/network.h
  203. include/tbox/network/prefix.h
  204. include/tbox/network/ssl.h
  205. include/tbox/network/unixaddr.h
  206. include/tbox/network/url.h
  207. include/tbox/object/array.h
  208. include/tbox/object/boolean.h
  209. include/tbox/object/data.h
  210. include/tbox/object/date.h
  211. include/tbox/object/dictionary.h
  212. include/tbox/object/impl/impl.h
  213. include/tbox/object/impl/object.h
  214. include/tbox/object/impl/prefix.h
  215. include/tbox/object/impl/reader/bin.h
  216. include/tbox/object/impl/reader/bplist.h
  217. include/tbox/object/impl/reader/json.h
  218. include/tbox/object/impl/reader/prefix.h
  219. include/tbox/object/impl/reader/reader.h
  220. include/tbox/object/impl/reader/xml.h
  221. include/tbox/object/impl/reader/xplist.h
  222. include/tbox/object/impl/writer/bin.h
  223. include/tbox/object/impl/writer/bplist.h
  224. include/tbox/object/impl/writer/json.h
  225. include/tbox/object/impl/writer/prefix.h
  226. include/tbox/object/impl/writer/writer.h
  227. include/tbox/object/impl/writer/xml.h
  228. include/tbox/object/impl/writer/xplist.h
  229. include/tbox/object/null.h
  230. include/tbox/object/number.h
  231. include/tbox/object/object.h
  232. include/tbox/object/prefix.h
  233. include/tbox/object/string.h
  234. include/tbox/platform/addrinfo.h
  235. include/tbox/platform/android/android.h
  236. include/tbox/platform/android/prefix.h
  237. include/tbox/platform/arch/arm/context.S
  238. include/tbox/platform/arch/arm/frame.h
  239. include/tbox/platform/arch/arm/prefix.h
  240. include/tbox/platform/arch/arm64/context.S
  241. include/tbox/platform/arch/arm64/prefix.h
  242. include/tbox/platform/arch/atomic.h
  243. include/tbox/platform/arch/atomic32.h
  244. include/tbox/platform/arch/atomic64.h
  245. include/tbox/platform/arch/context.S
  246. include/tbox/platform/arch/frame.h
  247. include/tbox/platform/arch/mips/context.S
  248. include/tbox/platform/arch/mips/prefix.h
  249. include/tbox/platform/arch/prefix.h
  250. include/tbox/platform/arch/x64/atomic64.h
  251. include/tbox/platform/arch/x64/context.S
  252. include/tbox/platform/arch/x64/frame.h
  253. include/tbox/platform/arch/x64/prefix.h
  254. include/tbox/platform/arch/x86/atomic32.h
  255. include/tbox/platform/arch/x86/context.S
  256. include/tbox/platform/arch/x86/frame.h
  257. include/tbox/platform/arch/x86/prefix.h
  258. include/tbox/platform/atomic.h
  259. include/tbox/platform/atomic32.h
  260. include/tbox/platform/atomic64.h
  261. include/tbox/platform/backtrace.h
  262. include/tbox/platform/bsd/prefix.h
  263. include/tbox/platform/cache_time.h
  264. include/tbox/platform/compiler/gcc/atomic.h
  265. include/tbox/platform/compiler/gcc/atomic32.h
  266. include/tbox/platform/compiler/gcc/atomic64.h
  267. include/tbox/platform/compiler/gcc/prefix.h
  268. include/tbox/platform/compiler/prefix.h
  269. include/tbox/platform/context.h
  270. include/tbox/platform/cpu.h
  271. include/tbox/platform/deprecated/atomic.h
  272. include/tbox/platform/deprecated/atomic64.h
  273. include/tbox/platform/deprecated/deprecated.h
  274. include/tbox/platform/deprecated/prefix.h
  275. include/tbox/platform/directory.h
  276. include/tbox/platform/dynamic.h
  277. include/tbox/platform/environment.h
  278. include/tbox/platform/event.h
  279. include/tbox/platform/exception.h
  280. include/tbox/platform/file.h
  281. include/tbox/platform/filelock.h
  282. include/tbox/platform/fwatcher.h
  283. include/tbox/platform/hostname.h
  284. include/tbox/platform/ifaddrs.h
  285. include/tbox/platform/impl/charset.h
  286. include/tbox/platform/impl/dns.h
  287. include/tbox/platform/impl/exception.h
  288. include/tbox/platform/impl/impl.h
  289. include/tbox/platform/impl/mutex.h
  290. include/tbox/platform/impl/platform.h
  291. include/tbox/platform/impl/poller.h
  292. include/tbox/platform/impl/pollerdata.h
  293. include/tbox/platform/impl/prefix.h
  294. include/tbox/platform/impl/socket.h
  295. include/tbox/platform/impl/thread_local.h
  296. include/tbox/platform/libc/atomic.h
  297. include/tbox/platform/libc/atomic32.h
  298. include/tbox/platform/libc/atomic64.h
  299. include/tbox/platform/libc/exception.h
  300. include/tbox/platform/libc/prefix.h
  301. include/tbox/platform/linux/prefix.h
  302. include/tbox/platform/ltimer.h
  303. include/tbox/platform/mach/ios/prefix.h
  304. include/tbox/platform/mach/prefix.h
  305. include/tbox/platform/mutex.h
  306. include/tbox/platform/native_memory.h
  307. include/tbox/platform/page.h
  308. include/tbox/platform/path.h
  309. include/tbox/platform/pipe.h
  310. include/tbox/platform/platform.h
  311. include/tbox/platform/poller.h
  312. include/tbox/platform/posix/prefix.h
  313. include/tbox/platform/posix/sockaddr.h
  314. include/tbox/platform/prefix.h
  315. include/tbox/platform/print.h
  316. include/tbox/platform/process.h
  317. include/tbox/platform/sched.h
  318. include/tbox/platform/semaphore.h
  319. include/tbox/platform/socket.h
  320. include/tbox/platform/spinlock.h
  321. include/tbox/platform/stdfile.h
  322. include/tbox/platform/syserror.h
  323. include/tbox/platform/systemv/prefix.h
  324. include/tbox/platform/thread.h
  325. include/tbox/platform/thread_local.h
  326. include/tbox/platform/thread_pool.h
  327. include/tbox/platform/time.h
  328. include/tbox/platform/timer.h
  329. include/tbox/platform/unix/prefix.h
  330. include/tbox/platform/unix/syscall.h
  331. include/tbox/platform/virtual_memory.h
  332. include/tbox/platform/windows/atomic.h
  333. include/tbox/platform/windows/atomic32.h
  334. include/tbox/platform/windows/atomic64.h
  335. include/tbox/platform/windows/exception.h
  336. include/tbox/platform/windows/interface/dbghelp.h
  337. include/tbox/platform/windows/interface/interface.h
  338. include/tbox/platform/windows/interface/iphlpapi.h
  339. include/tbox/platform/windows/interface/kernel32.h
  340. include/tbox/platform/windows/interface/mswsock.h
  341. include/tbox/platform/windows/interface/ole32.h
  342. include/tbox/platform/windows/interface/prefix.h
  343. include/tbox/platform/windows/interface/shell32.h
  344. include/tbox/platform/windows/interface/user32.h
  345. include/tbox/platform/windows/interface/ws2_32.h
  346. include/tbox/platform/windows/iocp_object.h
  347. include/tbox/platform/windows/ntstatus.h
  348. include/tbox/platform/windows/prefix.h
  349. include/tbox/platform/windows/socket_pool.h
  350. include/tbox/platform/windows/windows.h
  351. include/tbox/prefix.h
  352. include/tbox/prefix/abort.h
  353. include/tbox/prefix/arch.h
  354. include/tbox/prefix/arm/prefix.S
  355. include/tbox/prefix/arm64/prefix.S
  356. include/tbox/prefix/assembler.h
  357. include/tbox/prefix/assert.h
  358. include/tbox/prefix/cache.h
  359. include/tbox/prefix/check.h
  360. include/tbox/prefix/compiler.h
  361. include/tbox/prefix/config.h
  362. include/tbox/prefix/cpu.h
  363. include/tbox/prefix/endian.h
  364. include/tbox/prefix/keyword.h
  365. include/tbox/prefix/limits.h
  366. include/tbox/prefix/malloc.h
  367. include/tbox/prefix/mips/prefix.S
  368. include/tbox/prefix/packed.h
  369. include/tbox/prefix/prefix.S
  370. include/tbox/prefix/prefix.h
  371. include/tbox/prefix/state.h
  372. include/tbox/prefix/trace.h
  373. include/tbox/prefix/type.h
  374. include/tbox/prefix/utils.h
  375. include/tbox/prefix/version.h
  376. include/tbox/prefix/x64/prefix.S
  377. include/tbox/prefix/x86/prefix.S
  378. include/tbox/regex/impl/impl.h
  379. include/tbox/regex/impl/prefix.h
  380. include/tbox/regex/prefix.h
  381. include/tbox/regex/regex.h
  382. include/tbox/stream/filter.h
  383. include/tbox/stream/impl/filter.h
  384. include/tbox/stream/impl/filter/prefix.h
  385. include/tbox/stream/impl/prefix.h
  386. include/tbox/stream/impl/stream.h
  387. include/tbox/stream/impl/stream/prefix.h
  388. include/tbox/stream/prefix.h
  389. include/tbox/stream/static_stream.h
  390. include/tbox/stream/stream.h
  391. include/tbox/stream/transfer.h
  392. include/tbox/string/prefix.h
  393. include/tbox/string/static_string.h
  394. include/tbox/string/string.h
  395. include/tbox/tbox.config.h
  396. include/tbox/tbox.h
  397. include/tbox/utils/base32.h
  398. include/tbox/utils/base64.h
  399. include/tbox/utils/bits.h
  400. include/tbox/utils/dump.h
  401. include/tbox/utils/impl/bits_arm.h
  402. include/tbox/utils/impl/bits_gcc.h
  403. include/tbox/utils/impl/bits_sh4.h
  404. include/tbox/utils/impl/bits_x86.h
  405. include/tbox/utils/impl/impl.h
  406. include/tbox/utils/impl/prefix.h
  407. include/tbox/utils/lock_profiler.h
  408. include/tbox/utils/option.h
  409. include/tbox/utils/prefix.h
  410. include/tbox/utils/singleton.h
  411. include/tbox/utils/trace.h
  412. include/tbox/utils/url.h
  413. include/tbox/utils/used.h
  414. include/tbox/utils/utils.h
  415. include/tbox/xml/node.h
  416. include/tbox/xml/prefix.h
  417. include/tbox/xml/reader.h
  418. include/tbox/xml/writer.h
  419. include/tbox/xml/xml.h
  420. include/tbox/zip/gzip.h
  421. include/tbox/zip/prefix.h
  422. include/tbox/zip/zip.h
  423. include/tbox/zip/zlib.h
  424. include/tbox/zip/zlibraw.h
  425. lib/libtbox.so
  426. lib/libtbox.so.1
  427. lib/libtbox.so.1.8.2
  428. @owner
  429. @group
  430. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • tbox>0:devel/tbox
To install the port:
cd /usr/ports/devel/tbox/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/tbox
  • pkg install tbox
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tbox
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1785838922 SHA256 (tboox-tbox-v1.8.2_GH0.tar.gz) = 8601bd1443ad3e3eb998406a71c3896f8563ed1aeb94a9ccf8c17543742d508e SIZE (tboox-tbox-v1.8.2_GH0.tar.gz) = 886588

Packages (timestamps in pop-ups are UTC):
tbox
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.8.01.8.0-1.7.71.8.0n/an/an/a
FreeBSD:13:quarterly1.8.01.8.0-1.7.71.8.0n/an/an/a
FreeBSD:14:latest1.8.11.8.1-1.7.71.8.1---
FreeBSD:14:quarterly1.8.11.8.1-1.7.71.8.1---
FreeBSD:15:latest1.8.11.8.1n/a1.7.7n/an/a--
FreeBSD:15:quarterly1.8.11.8.1n/a-n/an/a--
FreeBSD:16:latest1.8.11.8.1n/a-n/an/a--
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
This port is required by:
for Libraries
  1. devel/xmake-io

Configuration Options:
No options to configure
Options name:
devel_tbox
USES:
compiler:features gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/tboox/tbox/tar.gz/v1.8.2?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.8.2
06 Aug 2026 09:29:29
commit hash: eb4fc4987d67f7eb48401f3c46572f68a397308acommit hash: eb4fc4987d67f7eb48401f3c46572f68a397308acommit hash: eb4fc4987d67f7eb48401f3c46572f68a397308acommit hash: eb4fc4987d67f7eb48401f3c46572f68a397308a files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
devel/tbox: update to 1.8.2

A bug fix release.

Changelog: https://github.com/tboox/tbox/releases/tag/v1.8.2

MFH:		2026Q3
(cherry picked from commit e283b7963fd9ce7518ddd2b7e772e5f63d90e64e)
1.8.1
10 Jul 2026 08:59:24
commit hash: 4841f3c7a992bd1ff19f78732b874d3cb2419796commit hash: 4841f3c7a992bd1ff19f78732b874d3cb2419796commit hash: 4841f3c7a992bd1ff19f78732b874d3cb2419796commit hash: 4841f3c7a992bd1ff19f78732b874d3cb2419796 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
devel/tbox: update to 1.8.1

Changelog: https://github.com/tboox/tbox/releases/tag/v1.8.1

PR:		296620
MFH:		2026Q3
Reported by:	Lin <lin@sz.cn.eu.org>

(cherry picked from commit 977fe8308b57602e00d810cccf8123852fa78f78)

Number of commits found: 2