Accepting request 724892 from home:dmdiss:libevent_2.1.10
- Update to 2.1.11 stable * Fix ABI breakage that had been introduced in 2.1.10. Strictly speaking this release breaks ABI again to make it compatible with <= 2.1.9. + See git commit 18104973 for more details * evdns: add new options -- so-rcvbuf/so-sndbuf * various autotools and cmake build changes * buffer: fix possible NULL dereference in evbuffer_setcb() on ENOMEM * Warn if forked from the event loop during event_reinit() * evutil: set the have_checked_interfaces in evutil_check_interfaces() * https-client: correction error checking OBS-URL: https://build.opensuse.org/request/show/724892 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=44
This commit is contained in:
parent
5047f5e9d6
commit
c04a5bd100
@ -1 +1 @@
|
||||
libevent-2_1-6
|
||||
libevent-2_1-7
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e864af41a336bb11dab1a23f32993afe963c1f69618bd9292b89ecf6904845b0
|
||||
size 1074897
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEnjrIOieXS4TRs0AduGCGhI74aG0FAlzpsLcACgkQuGCGhI74
|
||||
aG3kIwgAhHPbAWf0JTLZWGin/om10nA7dvS8+JB5tUNBcN5rWeo7vR7o6rFvhe1e
|
||||
Trtx90U99qzhjRhGU64IVp/AhaSBmE52Rar1nBu/zbAejmxUEz57FYwlBgSrtZbm
|
||||
gKX+xTaTEyTUU4c82iM2EnJRtDN7rf5ygrYPgqaQ3QXt9gaf9mWAbTs/XMLptRYi
|
||||
/PLlndXCPYa7PVExQKDwehebWD3+W6Y4HZCugHi/IjKumVtD3uGluU68U1tW/0WJ
|
||||
aUUF2AFW+ftvqs9VKfqbiqR8XreiA2+NRnpnbB5cJxHjBybG4HttiTE9OF/ENSRO
|
||||
dkKV7k94N+DRbFZn1QIHAt11tolt4A==
|
||||
=LcaB
|
||||
-----END PGP SIGNATURE-----
|
3
libevent-2.1.11-stable.tar.gz
Normal file
3
libevent-2.1.11-stable.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a65bac6202ea8c5609fd5c7e480e6d25de467ea1917c08290c521752f147283d
|
||||
size 1082234
|
11
libevent-2.1.11-stable.tar.gz.asc
Normal file
11
libevent-2.1.11-stable.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEnjrIOieXS4TRs0AduGCGhI74aG0FAl1DXRYACgkQuGCGhI74
|
||||
aG2tsQf9HT+gRadBJ5JIipU7PsjRgH+71KCDmK9QuboXv8Au12ZvBtw//eSyY2nT
|
||||
yMkGgzuVJXhVXpVu2KZ/d2RnMsFEYglXwiYcqL8eaoBBjH9KzPQPM4x208rw4ztG
|
||||
775cL7UfStNCcfRSEIfWv92Awta7OSul0LdwbisDVYnt8F59e+mThuTLyQnOPE2o
|
||||
ajy11rkSsVQm4bwBOwMxavIORA3uz79YJd+hUJ5a6e430BrD54hA+fMUf5qqC0Ju
|
||||
TeQl+A1Ugrb6x4C3NrP1K7CF4Q/K3bY3lqJBKsZgE/syL6VVxM89bcwo9VLC8APH
|
||||
hLQwgw6hhuELLghoxqZr4rgbQkxHqA==
|
||||
=XSk7
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 20 22:27:52 UTC 2019 - David Disseldorp <ddiss@suse.com>
|
||||
|
||||
- Update to 2.1.11 stable
|
||||
* Fix ABI breakage that had been introduced in 2.1.10. Strictly speaking
|
||||
this release breaks ABI again to make it compatible with <= 2.1.9.
|
||||
+ See git commit 18104973 for more details
|
||||
* evdns: add new options -- so-rcvbuf/so-sndbuf
|
||||
* various autotools and cmake build changes
|
||||
* buffer: fix possible NULL dereference in evbuffer_setcb() on ENOMEM
|
||||
* Warn if forked from the event loop during event_reinit()
|
||||
* evutil: set the have_checked_interfaces in evutil_check_interfaces()
|
||||
* https-client: correction error checking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 07:05:45 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
Name: libevent
|
||||
%define version_base 2
|
||||
%define version_minor 1
|
||||
%define version_release 10
|
||||
%define abi_release 6
|
||||
%define version_release 11
|
||||
%define abi_release 7
|
||||
%define version_suffix stable
|
||||
%define libsoname %{name}-%{version_base}_%{version_minor}-%{abi_release}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user