tevent 0.14.0-2 source package in Ubuntu
Changelog
tevent (0.14.0-2) unstable; urgency=medium * new upstream release (0.14.0, from samba 4.18): - Support python 3.12 - remove solaris port backend (it's not maintainable) - make tevent_find_ops_byname() available for callers. - allow the "standard" backend to be overloaded - add interface for request/subrequest call depth tracking: tevent_thread_call_depth_activate tevent_thread_call_depth_deactivate tevent_thread_call_depth_start tevent_thread_call_depth_stop tevent_thread_call_depth_reset_from_req * d/libtevent0.symbols: add new symbols and version * d/control: build-depend on more recent libtalloc (2.4.0) -- Michael Tokarev <email address hidden> Sat, 21 Jan 2023 10:43:30 +0300
Upload details
- Uploaded by:
- Debian Samba Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Samba Maintainers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
tevent_0.14.0-2.dsc | 1.8 KiB | c0890bb76ae8c4be4703000b4832a9950c378ddd3fe7974a6b79a7777cf7399c |
tevent_0.14.0.orig.tar.gz | 857.6 KiB | 745d08de0c98b1cdb095a1df996ebb737b9cda909edf0d05667896a2c5059c04 |
tevent_0.14.0-2.debian.tar.xz | 14.2 KiB | 45658d882945b20f2bc148878bca1c2f7b8648a34eb5339f1c0e4830b9e6435c |
Available diffs
- diff from 0.13.0-3 to 0.14.0-2 (28.6 KiB)
No changes file available.
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