freebsd-glue 0.1.12 source package in Ubuntu

Changelog

freebsd-glue (0.1.12) unstable; urgency=low


  * Fix improper allocation in funopen(). (Closes: #726970)
  * Add _PATH_UFSSUSPEND.
  * Add arc4random_stir() prototype (for libbsd).
  * Work around broken macro argument in TAILQ_FOREACH_REVERSE_SAFE

 -- Robert Millan <email address hidden>  Sat, 26 Oct 2013 16:09:29 +0200

Upload details

Uploaded by:
GNU/kFreeBSD Maintainers
Uploaded to:
Sid
Original maintainer:
GNU/kFreeBSD Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
freebsd-glue_0.1.12.dsc 1.0 KiB 4d7a82d32cecce2400c600b2c3ad715141f23e61145673c3a209444dc268e6ae
freebsd-glue_0.1.12.tar.gz 36.9 KiB d21baac51f44e9d2d6aa6dea8b6208a7bf46ae199f9dcfd14019f1a8205ae3e4

Available diffs

No changes file available.

Binary packages built by this source

freebsd-glue: Emulate a FreeBSD build environment

 This package provides a set of glue headers and symbolic links to emulate
 a FreeBSD build environment.
 .
 Its goal is to make it as easy as possible to build source code written for
 FreeBSD on Debian, by adding the necessary glue so that equivalent interfaces
 in packages like freebsd-buildutils, libbsd-dev or libexpat-dev are directly
 available to pristine FreeBSD code.
 .
 freebsd-glue strives for bug-for-bug compatibility and will even attempt
 to accommodate for unspecified features (such as implicit header inclusion),
 as long as this doesn't cause breakage in other areas.