mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/libevent: security bump version to 2.1.13
https://github.com/libevent/libevent/releases/tag/release-2.1.13-stable
https://seclists.org/oss-sec/2026/q3/7
"[None of the GHSA's list CVE id's at this time. -alan-]"
Switched to sha256 tarball hash provided by Github, drop sha1 hash.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit e224289c14)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
0dfac4dd3f
commit
596b580f04
@@ -1,4 +1,4 @@
|
||||
# From https://github.com/libevent/libevent/releases/tag/release-2.1.13-stable
|
||||
sha256 f7e9383b8c0baa81b687e5b5eecc01beefaf1b19b64151d95ed61647fe7a315c libevent-2.1.13-stable.tar.gz
|
||||
# locally computed
|
||||
sha1 cd55656a9b5bed630b08f05495230affb7996b21 libevent-2.1.12-stable.tar.gz
|
||||
sha256 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb libevent-2.1.12-stable.tar.gz
|
||||
sha256 ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670 LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBEVENT_VERSION = 2.1.12
|
||||
LIBEVENT_VERSION = 2.1.13
|
||||
LIBEVENT_SITE = https://github.com/libevent/libevent/releases/download/release-$(LIBEVENT_VERSION)-stable
|
||||
LIBEVENT_SOURCE = libevent-$(LIBEVENT_VERSION)-stable.tar.gz
|
||||
LIBEVENT_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user