tevent 0.10.2-0ubuntu0.20.04.1 source package in Ubuntu

Changelog

tevent (0.10.2-0ubuntu0.20.04.1) focal-security; urgency=medium

  * Updated to upstream 0.10.2 as required by Samba security update.
    - debian/libtevent0.symbols: updated for new version.
    - debian/control: bump talloc Build-Depends to 2.3.1.

 -- Marc Deslauriers <email address hidden>  Mon, 01 Nov 2021 14:47:04 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tevent_0.10.2.orig.tar.gz 782.0 KiB f8427822e5b2878fb8b28d6f50d96848734f3f3130612fb574fdd2d2148a6696
tevent_0.10.2-0ubuntu0.20.04.1.debian.tar.xz 12.9 KiB b916f67079cc102520333c8f980b5fc66b65f7fca90a4bffc9bc985d6427dd47
tevent_0.10.2-0ubuntu0.20.04.1.dsc 2.2 KiB 4502325058ca488500b2f8bb3611d24e67f3237f1e6c3dfbac8e0763caa755c3

View changes file

Binary packages built by this source

libtevent-dev: talloc-based event loop library - development files

 tevent is a simple library that can handle the main event loop for an
 application. It supports three kinds of events: timed events, file
 descriptors becoming readable or writable and signals.
 .
 Talloc is used for memory management, both internally and for private
 data provided by users of the library.
 .
 This package provides the development files.

libtevent0: talloc-based event loop library - shared library

 tevent is a simple library that can handle the main event loop for an
 application. It supports three kinds of events: timed events, file
 descriptors becoming readable or writable and signals.
 .
 Talloc is used for memory management, both internally and for private
 data provided by users of the library.
 .
 This package provides the shared library file.

libtevent0-dbgsym: debug symbols for libtevent0