libbsd 0.8.7-1 source package in Ubuntu

Changelog

libbsd (0.8.7-1) unstable; urgency=medium

  * New upstream release.
    - Handle several functions now being provided by glibc.
    - Fix nlist(3) unit test on IA64. Closes: #881611
  * Now using Standards-Version 4.1.3 (no changes needed).
  * Switch to debhelper compatibility level 11.

 -- Guillem Jover <email address hidden>  Sat, 13 Jan 2018 17:32:01 +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 Pocket Published Component Section
Bionic release main libs

Downloads

File Size SHA-256 Checksum
libbsd_0.8.7-1.dsc 2.1 KiB 4354dc5d963ba909589b3a26a5e135c5a552710cdaa96fc0e76d88e9f78fe72e
libbsd_0.8.7.orig.tar.xz 363.1 KiB f548f10e5af5a08b1e22889ce84315b1ebe41505b015c9596bad03fd13a12b31
libbsd_0.8.7.orig.tar.xz.asc 833 bytes 93ae025cc6430971572ce3c52af30a9ea8d8ae760e8759afe41fa955528617b4
libbsd_0.8.7-1.debian.tar.xz 15.4 KiB 137b8bedc3dfed65a318e12642759b61bd1a469f0f02bc551fc352d889792d89

Available diffs

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, strtonum, fmtcheck.
  * explicit_bzero.
  * errc, verrc, vwarnc, warnc.
  * fgetln, fparseln, fgetwln, flopen, fpurge, funopen.
  * getbsize.
  * getmode, setmode, strmode,
  * getpeereid.
  * getprogname, setprogname.
  * heapsort, radixsort, mergesort, sradixsort.
  * nlist (ELF and a.out support).
  * pidfile_open, pidfile_write, pidfile_close, pidfile_remove.
  * readpassphrase.
  * reallocarray, reallocf.
  * setproctitle (initialized via libbsd-ctor or setproctitle_init).
  * sl_init, sl_add, sl_free, sl_find.
  * strlcpy, strlcat.
  * strnstr.
  * strnvis, strnunvis, strunvis, strunvisx, strvis, strvisx, unvis, vis.
  * timeradd, timersub, timerclear, timerisset, timercmp.
  * timespecadd, timespecsub, timespecclear, timespecisset, timespeccmp.
  * wcslcat, wcslcpy.
 .
 Also included are some queue macro definitions not present on includes
 from glibc.

libbsd0: No summary available for libbsd0 in ubuntu cosmic.

No description available for libbsd0 in ubuntu cosmic.

libbsd0-dbgsym: debug symbols for libbsd0
libbsd0-udeb: 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.