mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
libevent2: update to 2.1.11-stable
Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
2d2ab33358
commit
bcd854f6c9
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user