From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] libevent: Version bump. 2.1.12 -> 2.1.13
Date: Wed, 8 Jul 2026 19:45:08 +0200 [thread overview]
Message-ID: <20260708174508.621527-2-christian.melki@t2data.com> (raw)
In-Reply-To: <20260708174508.621527-1-christian.melki@t2data.com>
Mostly security, compile fixes.
https://raw.githubusercontent.com/libevent/libevent/release-2.1.13-stable/ChangeLog
* Adjust build options.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/libevent.make | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/rules/libevent.make b/rules/libevent.make
index e8cae6109..9d5c83d0b 100644
--- a/rules/libevent.make
+++ b/rules/libevent.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBEVENT) += libevent
#
# Paths and names
#
-LIBEVENT_VERSION := 2.1.12
-LIBEVENT_SHA256 := 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
+LIBEVENT_VERSION := 2.1.13
+LIBEVENT_SHA256 := f7e9383b8c0baa81b687e5b5eecc01beefaf1b19b64151d95ed61647fe7a315c
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)
@@ -47,7 +47,19 @@ LIBEVENT_CONF_OPT := \
--enable-function-sections \
--disable-verbose-debug \
--enable-clock-gettime \
- $(GLOBAL_LARGE_FILE_OPTION)
+ $(GLOBAL_LARGE_FILE_OPTION) \
+ --disable-doxygen-doc \
+ --disable-doxygen-dot \
+ --disable-doxygen-man \
+ --disable-doxygen-rtf \
+ --disable-doxygen-xml \
+ --disable-doxygen-chm \
+ --disable-doxygen-chi \
+ --disable-doxygen-html \
+ --disable-doxygen-ps \
+ --disable-doxygen-pdf \
+ --$(call ptx/endis, PTXDIST_Y2038)-year2038
+
# ----------------------------------------------------------------------------
# Target-Install
--
2.43.0
next prev parent reply other threads:[~2026-07-08 17:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-08 17:45 [ptxdist] [PATCH 2/2] host-libevent: Follow target libevent " Christian Melki
2026-07-08 17:45 ` Christian Melki [this message]
2026-07-15 10:01 ` [ptxdist] [APPLIED] libevent: Version " Michael Olbrich
2026-07-15 10:01 ` [ptxdist] [APPLIED] host-libevent: Follow target libevent " Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260708174508.621527-2-christian.melki@t2data.com \
--to=christian.melki@t2data.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox