mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
libevent2: Update to 2.0.21-stable
This commit is contained in:
@@ -25,18 +25,18 @@
|
|||||||
#usr/include/event2/thread.h
|
#usr/include/event2/thread.h
|
||||||
#usr/include/event2/util.h
|
#usr/include/event2/util.h
|
||||||
usr/lib/libevent-2.0.so.5
|
usr/lib/libevent-2.0.so.5
|
||||||
usr/lib/libevent-2.0.so.5.1.2
|
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
|
||||||
usr/lib/libevent_core-2.0.so.5.1.2
|
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
|
||||||
usr/lib/libevent_extra-2.0.so.5.1.2
|
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
|
||||||
usr/lib/libevent_openssl-2.0.so.5.1.2
|
usr/lib/libevent_openssl-2.0.so.5.1.9
|
||||||
#usr/lib/libevent_openssl.a
|
#usr/lib/libevent_openssl.a
|
||||||
#usr/lib/libevent_openssl.la
|
#usr/lib/libevent_openssl.la
|
||||||
#usr/lib/libevent_openssl.so
|
#usr/lib/libevent_openssl.so
|
||||||
usr/lib/libevent_pthreads-2.0.so.5
|
usr/lib/libevent_pthreads-2.0.so.5
|
||||||
usr/lib/libevent_pthreads-2.0.so.5.1.2
|
usr/lib/libevent_pthreads-2.0.so.5.1.9
|
||||||
#usr/lib/libevent_pthreads.a
|
#usr/lib/libevent_pthreads.a
|
||||||
#usr/lib/libevent_pthreads.la
|
#usr/lib/libevent_pthreads.la
|
||||||
#usr/lib/libevent_pthreads.so
|
#usr/lib/libevent_pthreads.so
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2007-2011 IPFire Team <info@ipfire.de> #
|
# Copyright (C) 2007-2014 IPFire Team <info@ipfire.de> #
|
||||||
# #
|
# #
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
# 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 #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 2.0.13-stable
|
VER = 2.0.21-stable
|
||||||
|
|
||||||
THISAPP = libevent-$(VER)
|
THISAPP = libevent-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
|
|||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
PROG = libevent2
|
PROG = libevent2
|
||||||
PAK_VER = 1
|
PAK_VER = 2
|
||||||
|
|
||||||
DEPS = ""
|
DEPS = ""
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = af786b4b3f790c9d3279792edf7867fc
|
$(DL_FILE)_MD5 = b2405cc9ebf264aa47ff615d9de527a2
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user