libevent 2.0.21-stable-1ubuntu1 source package in Ubuntu

Changelog

libevent (2.0.21-stable-1ubuntu1) trusty; urgency=medium

  * Build using dh-autoreconf.
  * Fix build failure with autoconf-1.14.
 -- Matthias Klose <email address hidden>   Thu, 05 Dec 2013 16:09:05 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Anibal Monsalve Salazar
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main libs

Downloads

File Size SHA-256 Checksum
libevent_2.0.21-stable.orig.tar.gz 830.8 KiB 22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5
libevent_2.0.21-stable-1ubuntu1.debian.tar.xz 7.8 KiB adfbed22991fc031ef5e3912d8f95763514679fdddac25f6a8f42987f1ae5156
libevent_2.0.21-stable-1ubuntu1.dsc 1.7 KiB ce60ca7a2b4a0157cac5cdfa3274981e44a2421b96b75f6112b1f55710d324db

View changes file

Binary packages built by this source

libevent-2.0-5: No summary available for libevent-2.0-5 in ubuntu utopic.

No description available for libevent-2.0-5 in ubuntu utopic.

libevent-core-2.0-5: Asynchronous event notification library (core)

 Libevent is an asynchronous event notification library that provides a
 mechanism to execute a callback function when a specific event occurs
 on a file descriptor or after a timeout has been reached.
 .
 It is meant to replace the asynchronous event loop found in
 event driven network servers. Currently, libevent supports /dev/poll,
 kqueue(2), event ports, select(2), poll(2) and epoll(4).
 .
 The libevent_core library includes event loops, timers, buffer code,
 and various small compatibility functions.
 .
 If you're writing software that only uses libevent's event loop, you
 should link against only the libevent_core library.

libevent-dbg: No summary available for libevent-dbg in ubuntu vivid.

No description available for libevent-dbg in ubuntu vivid.

libevent-dev: Asynchronous event notification library (development files)

 Libevent is an asynchronous event notification library that provides a
 mechanism to execute a callback function when a specific event occurs
 on a file descriptor or after a timeout has been reached.
 .
 This package includes development files for compiling against libevent.

libevent-extra-2.0-5: No summary available for libevent-extra-2.0-5 in ubuntu vivid.

No description available for libevent-extra-2.0-5 in ubuntu vivid.

libevent-openssl-2.0-5: Asynchronous event notification library (openssl)

 Libevent is an asynchronous event notification library that provides a
 mechanism to execute a callback function when a specific event occurs
 on a file descriptor or after a timeout has been reached.
 .
 It is meant to replace the asynchronous event loop found in
 event driven network servers. Currently, libevent supports /dev/poll,
 kqueue(2), event ports, select(2), poll(2) and epoll(4).
 .
 There is now a bufferevent type that supports SSL/TLS using the
 OpenSSL library. The code for this is build in a separate
 library, libevent_openssl, so that your programs don't need to
 link against OpenSSL unless they actually want SSL support.

libevent-pthreads-2.0-5: Asynchronous event notification library (pthreads)

 Libevent is an asynchronous event notification library that provides a
 mechanism to execute a callback function when a specific event occurs
 on a file descriptor or after a timeout has been reached.
 .
 It is meant to replace the asynchronous event loop found in
 event driven network servers. Currently, libevent supports /dev/poll,
 kqueue(2), event ports, select(2), poll(2) and epoll(4).
 .
 If you want threading support and you're using pthreads, you'll need
 to link against the libevent_pthreads library in addition to
 libevent_core.