summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2021-06-02 12:57:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-06-11 11:14:02 +0200
commitade9c8718f47180da36832f7c9a3e6197e4244c3 (patch)
tree25dcb8ff6d0bbc498e13955b05d77a2ed04f40db
parenteaa36402f56e484a65674acc33ffeee4e46a8b5d (diff)
downloadptxdist-ade9c8718f47180da36832f7c9a3e6197e4244c3.tar.gz
ptxdist-ade9c8718f47180da36832f7c9a3e6197e4244c3.tar.xz
libevent: version bump. 2.1.8 -> 2.1.12
Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20210602105704.32314-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libevent.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libevent.make b/rules/libevent.make
index df3d29744..73470c59e 100644
--- a/rules/libevent.make
+++ b/rules/libevent.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBEVENT) += libevent
#
# Paths and names
#
-LIBEVENT_VERSION := 2.1.8
-LIBEVENT_MD5 := f3eeaed018542963b7d2416ef1135ecc
+LIBEVENT_VERSION := 2.1.12
+LIBEVENT_MD5 := b5333f021f880fe76490d8a799cd79f4
LIBEVENT := libevent-$(LIBEVENT_VERSION)-stable
LIBEVENT_SUFFIX := tar.gz
LIBEVENT_URL := https://github.com/libevent/libevent/releases/download/release-$(LIBEVENT_VERSION)-stable/$(LIBEVENT).$(LIBEVENT_SUFFIX)