Signed-off-by: Peter Müller peter.mueller@ipfire.org --- 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/libevent2 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 info@ipfire.org # +# Copyright (C) 2007-2020 IPFire Team info@ipfire.org # # # # 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 @@
include Config
-VER = 2.1.8-stable +VER = 2.1.11-stable
THISAPP = libevent-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = f3eeaed018542963b7d2416ef1135ecc +$(DL_FILE)_MD5 = 7f35cfe69b82d879111ec0d7b7b1c531
install : $(TARGET)
This is required in order to ship Tor compiled against libevent 2.1.11-stable.
Signed-off-by: Peter Müller peter.mueller@ipfire.org --- lfs/tor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lfs/tor b/lfs/tor index b6a1639d9..83ffa7371 100644 --- a/lfs/tor +++ b/lfs/tor @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tor -PAK_VER = 47 +PAK_VER = 48
DEPS = libseccomp