libnih 1.0.3-4ubuntu24 source package in Ubuntu

Changelog

libnih (1.0.3-4ubuntu24) trusty; urgency=low

  * Do not blindly use passed pointer to the TEST_FUNCTION (et.al),
    instead make a strncpy of it. Since passed pointer can be freed behind
    our back, when we still need it.
 -- Dmitrijs Ledkovs <email address hidden>   Tue, 12 Nov 2013 13:20:50 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libnih_1.0.3.orig.tar.gz 1.1 MiB 897572df7565c0a90a81532671e23c63f99b4efde2eecbbf11e7857fbc61f405
libnih_1.0.3-4ubuntu24.diff.gz 261.8 KiB 48822be008e8a7d390c52f86fc65e89e605eda354fc3f431a01e43fd9f9529e9
libnih_1.0.3-4ubuntu24.dsc 2.3 KiB c05752e135a3410d8f6e7b24bc136f98a956423dc7027254be99c1e4eeab41bb

Available diffs

View changes file

Binary packages built by this source

libnih-dbus-dev: NIH D-Bus Bindings Library (development files)

 libnih-dbus is a D-Bus bindings library that integrates with the main
 loop provided by libnih.
 .
 This package contains the static library and C header files which are
 needed for developing software using libnih-dbus.

libnih-dbus1: NIH D-Bus Bindings Library

 libnih-dbus is a D-Bus bindings library that integrates with the main
 loop provided by libnih.
 .
 This package contains the shared library.

libnih-dev: NIH Utility Library (development files)

 libnih is a light-weight "standard library" of C functions to ease the
 development of other libraries and applications, especially those
 normally found in /lib.
 .
 This package contains the static library and C header files which are
 needed for developing software using libnih.

libnih1: NIH Utility Library

 libnih is a light-weight "standard library" of C functions to ease the
 development of other libraries and applications, especially those
 normally found in /lib.
 .
 This package contains the shared library.

nih-dbus-tool: NIH D-Bus Binding Tool

 nih-dbus-tool generates C source code from the D-Bus Introspection XML
 data provided by most services; either to make implementing the
 described objects in C programs or to make proxying to the described
 remote objects easier.
 .
 The generated code requires libnih-dbus-dev to be compiled.