libbsd 0.11.8-1 source package in Ubuntu
Changelog
libbsd (0.11.8-1) unstable; urgency=medium * New upstream release. - Portability fixes for Solaris, macOS and AIX. - Build fixes for the modern C effort. - Adjust declaration shadowing to match new glibc additions. - Manual page sync to get rid of the last BSD-4-Clause license. - Manual pages, documentation and build system cleanups. * Update copyright file, all BSD-4-Clause manual pages have been replaced. * Remove upstream patches. * Switch autopkgtest dependency from pkg-config to pkgconf. * Wrap fields in debian/tests/control. -- Guillem Jover <email address hidden> Mon, 08 Jan 2024 03:49:23 +0100
Upload details
- Uploaded by:
- Guillem Jover
- Uploaded to:
- Sid
- Original maintainer:
- Guillem Jover
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libbsd_0.11.8-1.dsc | 2.3 KiB | ca60717663ed359f4ec7a854976242a9c4307923e5c6f9eb87a06707e8b447ba |
libbsd_0.11.8.orig.tar.xz | 422.2 KiB | 55fdfa2696fb4d55a592fa9ad14a9df897c7b0008ddb3b30c419914841f85f33 |
libbsd_0.11.8.orig.tar.xz.asc | 931 bytes | 938fcc5b81422c36aae2417c0aacbc3bb782ab8e5def916c5ae473ed2b45df6a |
libbsd_0.11.8-1.debian.tar.xz | 17.9 KiB | 6764507e51c10c135d98b66693fd17e0d41673ce0352340c4396788cf904a0a5 |
Available diffs
- diff from 0.11.7-4 to 0.11.8-1 (53.8 KiB)
No changes file available.
Binary packages built by this source
- libbsd-dev: utility functions from BSD systems - development files
This library provides some functions commonly available on BSD systems but
not on others like GNU systems.
.
The currently provided functions are:
.
* _time32_to_time, _time_to_time32, _time64_to_time, _time_to_time64,
_time_to_long, _long_to_time, _time_to_int, _int_to_time.
* TIMEVAL_TO_TIMESPEC, TIMESPEC_ TO_TIMEVAL.
* MD5Data, MD5End, MD5File, MD5FileChunk, MD5Final, MD5Init, MD5Pad,
MD5Transform, MD5Update.
* arc4random, arc4random_addrandom, arc4random_buf, arc4random_stir,
arc4random_uniform.
* bsd_getopt.
* be16dec, be32dec, be64dec, le16dec, le32dec, le64dec.
* be16enc, be32enc, be64enc, le16enc, le32enc, le64enc.
* bit_alloc, bit_decl, bit_clear, bit_ffc, bit_ffs, bit_nclear, bit_nset,
bit_set, bitstr_size, bit_test.
* closefrom.
* expand_number, dehumanize_number, humanize_number.
* explicit_bzero.
* errc, verrc, vwarnc, warnc.
* fmtcheck.
* fgetln, fparseln, fgetwln, flopen, flopenat, fpurge, funopen.
* freezero.
* getbsize.
* getmode, setmode, strmode,
* getpeereid.
* getprogname, setprogname.
* gid_from_group, group_from_gid.
* heapsort, radixsort, mergesort, sradixsort.
* nlist (ELF and a.out support).
* pidfile_open, ppidfile_filen, oidfile_write, pidfile_close, pidfile_remove.
* readpassphrase.
* reallocarray, reallocf, recallocarray.
* setproctitle (initialized via libbsd-ctor or setproctitle_init).
* sl_init, sl_add, sl_free, sl_find.
* strlcpy, strlcat.
* strnstr.
* nvis, snvis, stravis, strenvisx, strnunvis, strnunvisx, strnvis, strnvisx,
strsenvisx, strsnvis, strsnvisx, strsvis, strsvisx, strunvis, strunvisx,
strvis, strvisx, svis, unvis, vis.
* strtoi, strtonum, strtou.
* timeradd, timersub, timerclear, timerisset, timercmp.
* timespecadd, timespecsub, timespecclear, timespecisset, timespeccmp.
* uid_from_user, user_from_uid.
* wcslcat, wcslcpy.
.
Also included are some queue macro definitions not present on includes
from glibc.
- libbsd0: utility functions from BSD systems - shared library
This library provides some C functions such as strlcpy() that are commonly
available on BSD systems but not on others like GNU systems.
.
For a detailed list of the provided functions, please see the libbsd-dev
package description.
- libbsd0-dbgsym: debug symbols for libbsd0