]> Git Repo - buildroot-mgba.git/commitdiff
package/libuev: bump version to v2.4.0
authorJoachim Wiberg <[email protected]>
Sat, 9 Oct 2021 09:41:44 +0000 (11:41 +0200)
committerThomas Petazzoni <[email protected]>
Sat, 9 Oct 2021 20:45:04 +0000 (22:45 +0200)
This update is critical for linking against GLIBC v2.34, due to the
changes related to 64-bit time_t on 32-bit systems.  See ChangeLog
for details:

  https://github.com/troglobit/libuev/releases/tag/v2.4.0

Signed-off-by: Joachim Wiberg <[email protected]>
Reviewed-by: Peter Seiderer <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/libuev/libuev.hash
package/libuev/libuev.mk

index d52d210d1005a2f01c8a9b5008bfd7eabf00a432..e5c9660a0292d679c9cda6c42390b1db7bd982cf 100644 (file)
@@ -1,4 +1,4 @@
-# From https://github.com/troglobit/libuev/releases/download/v2.3.2/libuev-2.3.2.tar.xz.sha256
-sha256  af31ffe1058a2ff6c56fee26ec8749688704d297189b6a898380a601efefbec9  libuev-2.3.2.tar.xz
+# From https://github.com/troglobit/libuev/releases/download/v2.4.0/libuev-2.4.0.tar.xz.sha256
+sha256  31f1aa4f492ba4f6a5dd6b19968ae6a732968dc05cae6575930560b6cee1f5ef  libuev-2.4.0.tar.xz
 # License files
 sha256  694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab  LICENSE
index 8a6759a2d78ce0293ad33f3a6ddbd5984302b45c..a32381dcc5e4c5f16b931e3b012ef84e62c8e2a3 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBUEV_VERSION = 2.3.2
+LIBUEV_VERSION = 2.4.0
 LIBUEV_SOURCE = libuev-$(LIBUEV_VERSION).tar.xz
 LIBUEV_SITE = https://github.com/troglobit/libuev/releases/download/v$(LIBUEV_VERSION)
 LIBUEV_LICENSE = MIT
This page took 0.036718 seconds and 4 git commands to generate.