diff --git a/baselibs.conf b/baselibs.conf index d80e765..1dfa579 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libevent-2_1-6 +libevent-2_1-7 diff --git a/libevent-2.1.10-stable.tar.gz b/libevent-2.1.10-stable.tar.gz deleted file mode 100644 index 527f0e2..0000000 --- a/libevent-2.1.10-stable.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e864af41a336bb11dab1a23f32993afe963c1f69618bd9292b89ecf6904845b0 -size 1074897 diff --git a/libevent-2.1.10-stable.tar.gz.asc b/libevent-2.1.10-stable.tar.gz.asc deleted file mode 100644 index 7060968..0000000 --- a/libevent-2.1.10-stable.tar.gz.asc +++ /dev/null @@ -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----- diff --git a/libevent-2.1.11-stable.tar.gz b/libevent-2.1.11-stable.tar.gz new file mode 100644 index 0000000..dbd14ca --- /dev/null +++ b/libevent-2.1.11-stable.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65bac6202ea8c5609fd5c7e480e6d25de467ea1917c08290c521752f147283d +size 1082234 diff --git a/libevent-2.1.11-stable.tar.gz.asc b/libevent-2.1.11-stable.tar.gz.asc new file mode 100644 index 0000000..62a84fb --- /dev/null +++ b/libevent-2.1.11-stable.tar.gz.asc @@ -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----- diff --git a/libevent.changes b/libevent.changes index ab234f8..c1bc37d 100644 --- a/libevent.changes +++ b/libevent.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Aug 20 22:27:52 UTC 2019 - David Disseldorp + +- 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 + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Mon Jul 1 09:40:17 UTC 2019 - Andreas Schwab diff --git a/libevent.spec b/libevent.spec index f71c47d..65df807 100644 --- a/libevent.spec +++ b/libevent.spec @@ -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} @@ -116,6 +116,7 @@ This package holds the static libraries for libevent2. %patch0 -p1 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects ./autogen.sh %configure \ --disable-libevent-regress