From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 1/2] libevent2: update to 2.1.11-stable Date: Sat, 18 Apr 2020 14:49:05 +0200 Message-ID: <31a84953-dc17-8e37-e9e5-40445cbb1cea@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7380341803019229866==" List-Id: --===============7380341803019229866== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- config/rootfiles/common/libevent2 | 20 ++++++++++---------- lfs/libevent2 | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/config/rootfiles/common/libevent2 b/config/rootfiles/common/libe= vent2 index d5c60c233..e5b5730a4 100644 --- a/config/rootfiles/common/libevent2 +++ b/config/rootfiles/common/libevent2 @@ -25,18 +25,18 @@ #usr/include/event2/thread.h #usr/include/event2/util.h #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-2.1.so.7 +usr/lib/libevent-2.1.so.7.0.0 +usr/lib/libevent_core-2.1.so.7 +usr/lib/libevent_core-2.1.so.7.0.0 +usr/lib/libevent_extra-2.1.so.7 +usr/lib/libevent_extra-2.1.so.7.0.0 +usr/lib/libevent_openssl-2.1.so.7 +usr/lib/libevent_openssl-2.1.so.7.0.0 #usr/lib/libevent_openssl.la usr/lib/libevent_openssl.so -usr/lib/libevent_pthreads-2.1.so.6 -usr/lib/libevent_pthreads-2.1.so.6.0.2 +usr/lib/libevent_pthreads-2.1.so.7 +usr/lib/libevent_pthreads-2.1.so.7.0.0 #usr/lib/libevent_pthreads.la usr/lib/libevent_pthreads.so #usr/lib/pkgconfig/libevent.pc diff --git a/lfs/libevent2 b/lfs/libevent2 index 08bba486e..9976d5fde 100644 --- a/lfs/libevent2 +++ b/lfs/libevent2 @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2020 IPFire Team = # # = # # 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.1.8-stable +VER =3D 2.1.11-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 f3eeaed018542963b7d2416ef1135ecc +$(DL_FILE)_MD5 =3D 7f35cfe69b82d879111ec0d7b7b1c531 =20 install : $(TARGET) =20 --=20 2.16.4 --===============7380341803019229866==--