libevent 2.0.21-stable-1 source package in Ubuntu

Changelog

libevent (2.0.21-stable-1) unstable; urgency=low


  * [dd23c3ce] Imported Upstream version 2.0.21-stable
    - fix memleaks in evdns (closes: 679217)
  * [bbc5530e] debian/control: use canonical VCS URL

 -- Leo Costela <email address hidden>  Sun, 19 May 2013 00:40:30 +0200

Upload details

Uploaded by:
Anibal Monsalve Salazar
Uploaded to:
Sid
Original maintainer:
Anibal Monsalve Salazar
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libevent_2.0.21-stable-1.dsc 1.7 KiB b788367774e3398dc397c5aa2bd6878a4607e740fda22776024e3c9c4c74b6aa
libevent_2.0.21-stable.orig.tar.gz 830.8 KiB 22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5
libevent_2.0.21-stable-1.debian.tar.xz 7.4 KiB 5c773d3bde810e6a09a05c76825df2fbf8234d59a95bf7d89f40c501cdb6e4fd

No changes file available.

Binary packages built by this source

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

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

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

No description available for libevent-core-2.0-5 in ubuntu saucy.

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

No description available for libevent-dbg in ubuntu saucy.

libevent-dev: No summary available for libevent-dev in ubuntu saucy.

No description available for libevent-dev in ubuntu saucy.

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

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

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.