From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Re: [PATCH] libevent2: Update to 2.1.8-stable Date: Tue, 11 Apr 2017 16:20:25 +0200 Message-ID: <1d5e8841-2a3b-6e57-e2c4-bee848abc1ac@ipfire.org> In-Reply-To: <1491908759.11653.20.camel@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2249139375465970128==" List-Id: --===============2249139375465970128== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On 11.04.2017 13:05, Michael Tremer wrote: > Hi, >=20 > this patch looks alright except that it introduces an soname change. Hm... > That therefore requires a -compat package for the old version. We already h= ave > one for libevent 1.4.x. For 1.4.x? I didn't notice - where? > Would you add one for 2.0, too in an extra patch? No problem - I'll see what I can do. ;-) Best, Matthias >=20 > Best, > -Michael >=20 > On Mon, 2017-04-10 at 00:35 +0200, Matthias Fischer wrote: >> Contains lots of build- and bugfixes since 2.0.22 - for details see: >> https://raw.githubusercontent.com/libevent/libevent/release-2.1.8-stable/C= hang >> eLog >>=20 >> Best, >> Matthias >>=20 >> Signed-off-by: Matthias Fischer >> --- >> config/rootfiles/common/libevent2 | 25 +++++++++++++------------ >> lfs/libevent2 | 6 +++--- >> 2 files changed, 16 insertions(+), 15 deletions(-) >>=20 >> diff --git a/config/rootfiles/common/libevent2 >> b/config/rootfiles/common/libevent2 >> index aab354ebe..d5c60c233 100644 >> --- a/config/rootfiles/common/libevent2 >> +++ b/config/rootfiles/common/libevent2 >> @@ -24,22 +24,23 @@ >> #usr/include/event2/tag_compat.h >> #usr/include/event2/thread.h >> #usr/include/event2/util.h >> -usr/lib/libevent-2.0.so.5 >> -usr/lib/libevent-2.0.so.5.1.9 >> -usr/lib/libevent_core-2.0.so.5 >> -usr/lib/libevent_core-2.0.so.5.1.9 >> -usr/lib/libevent_extra-2.0.so.5 >> -usr/lib/libevent_extra-2.0.so.5.1.9 >> -usr/lib/libevent_openssl-2.0.so.5 >> -usr/lib/libevent_openssl-2.0.so.5.1.9 >> -#usr/lib/libevent_openssl.a >> +#usr/include/event2/visibility.h >> +usr/lib/libevent-2.1.so.6 >> +usr/lib/libevent-2.1.so.6.0.2 >> +usr/lib/libevent_core-2.1.so.6 >> +usr/lib/libevent_core-2.1.so.6.0.2 >> +usr/lib/libevent_extra-2.1.so.6 >> +usr/lib/libevent_extra-2.1.so.6.0.2 >> +usr/lib/libevent_openssl-2.1.so.6 >> +usr/lib/libevent_openssl-2.1.so.6.0.2 >> #usr/lib/libevent_openssl.la >> usr/lib/libevent_openssl.so >> -usr/lib/libevent_pthreads-2.0.so.5 >> -usr/lib/libevent_pthreads-2.0.so.5.1.9 >> -#usr/lib/libevent_pthreads.a >> +usr/lib/libevent_pthreads-2.1.so.6 >> +usr/lib/libevent_pthreads-2.1.so.6.0.2 >> #usr/lib/libevent_pthreads.la >> usr/lib/libevent_pthreads.so >> #usr/lib/pkgconfig/libevent.pc >> +#usr/lib/pkgconfig/libevent_core.pc >> +#usr/lib/pkgconfig/libevent_extra.pc >> #usr/lib/pkgconfig/libevent_openssl.pc >> #usr/lib/pkgconfig/libevent_pthreads.pc >> diff --git a/lfs/libevent2 b/lfs/libevent2 >> index 2482dda17..014086403 100644 >> --- a/lfs/libevent2 >> +++ b/lfs/libevent2 >> @@ -1,7 +1,7 @@ >> #########################################################################= #### >> ## >> # = =20 >> # >> # IPFire.org - A linux based >> firewall # >> -# Copyright (C) 2007-2015 IPFire Team = =20 >> # >> +# Copyright (C) 2007-2017 IPFire Team = =20 >> # >> # = =20 >> # >> # This program is free software: you can redistribute it and/or >> modify # >> # it under the terms of the GNU General Public License as published >> by # >> @@ -24,7 +24,7 @@ >> =20 >> include Config >> =20 >> -VER =3D 2.0.22-stable >> +VER =3D 2.1.8-stable >> =20 >> THISAPP =3D libevent-$(VER) >> DL_FILE =3D $(THISAPP).tar.gz >> @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >> =20 >> $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >> =20 >> -$(DL_FILE)_MD5 =3D c4c56f986aa985677ca1db89630a2e11 >> +$(DL_FILE)_MD5 =3D f3eeaed018542963b7d2416ef1135ecc >> =20 >> install : $(TARGET) >> =20 >=20 --===============2249139375465970128==--