From 7983d366849527f7de3478e7dcda7cc1a0ba2e1c Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Wed, 19 Oct 2022 23:52:01 +0200 Subject: [PATCH] package/acpid: bump to version 2.0.34 Drop second patch (source code was merged with https://sourceforge.net/p/acpid2/code/ci/d0a058548d66fca8ae69438cd73ba8b00b6315b3 and moved with https://sourceforge.net/p/acpid2/code/ci/5ec0bfe959b5e04f2af814b7377c34635fd86f6d) https://sourceforge.net/p/acpid2/code/ci/2.0.34/tree/Changelog Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- package/acpid/0002-add-missing-defines.patch | 40 -------------------- package/acpid/acpid.hash | 6 +-- package/acpid/acpid.mk | 2 +- 3 files changed, 4 insertions(+), 44 deletions(-) delete mode 100644 package/acpid/0002-add-missing-defines.patch diff --git a/package/acpid/0002-add-missing-defines.patch b/package/acpid/0002-add-missing-defines.patch deleted file mode 100644 index a85315911f..0000000000 --- a/package/acpid/0002-add-missing-defines.patch +++ /dev/null @@ -1,40 +0,0 @@ -Add missing MSG_CMSG_CLOEXEC - -Unpatched uClibc toolchains, even using the latest 0.9.33.2, do not -have the MSG_CMSG_CLOEXEC definition. Even though the Buildroot -internal toolchain backend has a uClibc patch to provide it, it -doesn't apply to external toolchains. This patch provides the -definition of MSG_CMSG_CLOEXEC. - -Signed-off-by: Thomas Petazzoni - -Index: b/libnetlink.h -=================================================================== ---- a/libnetlink.h -+++ b/libnetlink.h -@@ -7,6 +7,10 @@ - #include - #include - -+#ifndef MSG_CMSG_CLOEXEC -+#define MSG_CMSG_CLOEXEC 0x40000000 -+#endif -+ - struct rtnl_handle - { - int fd; -Index: b/kacpimon/libnetlink.h -=================================================================== ---- a/kacpimon/libnetlink.h -+++ b/kacpimon/libnetlink.h -@@ -7,6 +7,10 @@ - #include - #include - -+#ifndef MSG_CMSG_CLOEXEC -+#define MSG_CMSG_CLOEXEC 0x40000000 -+#endif -+ - struct rtnl_handle - { - int fd; diff --git a/package/acpid/acpid.hash b/package/acpid/acpid.hash index d5e5bcc14b..8da0101264 100644 --- a/package/acpid/acpid.hash +++ b/package/acpid/acpid.hash @@ -1,7 +1,7 @@ # From https://sourceforge.net/projects/acpid2/files/ -md5 b2f2ca633b30ae893c47981fa4d3b258 acpid-2.0.33.tar.xz -sha1 b3e06c3f2213db8ee1a9024cf372fb30e2fab637 acpid-2.0.33.tar.xz +md5 988c2e3fd5ba0ea4492d3ba7273af295 acpid-2.0.34.tar.xz +sha1 9322112027e4aa5a8d1b97ec64ef1d150ff0f4fc acpid-2.0.34.tar.xz # Locally computed -sha256 0856f71b3eb34a1b663d0a8e6363dfcbc519e63d847330498898658e2972dbe8 acpid-2.0.33.tar.xz +sha256 2d095c8cfcbc847caec746d62cdc8d0bff1ec1bc72ef7c674c721e04da6ab333 acpid-2.0.34.tar.xz sha256 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad COPYING diff --git a/package/acpid/acpid.mk b/package/acpid/acpid.mk index 5d5138baa3..4bd93068ad 100644 --- a/package/acpid/acpid.mk +++ b/package/acpid/acpid.mk @@ -4,7 +4,7 @@ # ################################################################################ -ACPID_VERSION = 2.0.33 +ACPID_VERSION = 2.0.34 ACPID_SOURCE = acpid-$(ACPID_VERSION).tar.xz ACPID_SITE = http://downloads.sourceforge.net/project/acpid2 ACPID_LICENSE = GPL-2.0+