SHA256
1
0
forked from pool/libevent

Accepting request 141610 from devel:libraries:c_c++

update to 2.0.20 (forwarded request 141597 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/141610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=26
This commit is contained in:
Ismail Dönmez 2012-11-18 19:30:16 +00:00 committed by Git OBS Bridge
commit 09594317df
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