Accepting request 141597 from home:AndreasStieger:branches:devel:libraries:c_c++

update to 2.0.20

OBS-URL: https://build.opensuse.org/request/show/141597
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=19
This commit is contained in:
Cristian Rodríguez 2012-11-17 04:18:11 +00:00 committed by Git OBS Bridge
parent 511485c55c
commit c7af3fe8f3
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1591fb411a67876a514a33df54b85417b31e01800284bcc6894fc410c3eaea21
size 842961

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10698a0e6abb3ca00b1c9e8cfddc66933bcc4c9c78b5600a7064c4c3ef9c6a24
size 845446

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Nov 16 21:24:42 UTC 2012 - andreas.stieger@gmx.de
- update to 2.0.20
* core: Make event_pending() threadsafe
* evhttp: Fix a memory leak on error in evhttp_uriencode
* evbuffer: Avoid possible needless call to writev
* evdns: memset sockaddr_in before using it
* evhttp: Check more setsockopt return values when binding sockets
* evdns: Avoid segfault on weird timeout during name lookup
* bufferevent_ssl: Correctly invoke callbacks when a SSL
bufferevent reads some and then blocks
-------------------------------------------------------------------
Mon Jul 30 22:21:50 UTC 2012 - crrodriguez@opensuse.org

View File

@ -19,13 +19,13 @@
Name: libevent
%define libsoname %{name}-2_0-5
Version: 2.0.19
Version: 2.0.20
Release: 0
Summary: Library Providing an Event Handling API
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: http://monkey.org/~provos/libevent/
Source0: http://cloud.github.com/downloads/libevent/libevent/%{name}-%{version}-stable.tar.gz
Url: http://libevent.org/
Source0: https://github.com/downloads/libevent/libevent/%{name}-%{version}-stable.tar.gz
Source1: baselibs.conf
BuildRequires: openssl-devel
BuildRequires: pkgconfig