From: Florian La Roche Date: Fri, 4 Jan 2019 10:53:41 +0000 (+0100) Subject: package/irqbalance: bump to version 1.5.0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ebee3fd13964af2fa91f90bf60a94fa5eb0c8e44;p=buildroot.git package/irqbalance: bump to version 1.5.0 >From the upstream changelog: New Features in irqbalance 1.5.0 * file based socket ipc mechanism * support for multiple policy scripts * add some sandboxing support * enhanced debug output * Imroved irq type determination for ARM Bugs fixed: * Fixed xen event interrupt detection * Fix node parsing in sysfs * Covscan fixes * Fix use on systems without a pci bus * Various other cleanups Signed-off-by: Florian La Roche Signed-off-by: Peter Korsgaard --- diff --git a/package/irqbalance/irqbalance.hash b/package/irqbalance/irqbalance.hash index 9bbbc7e4fb..dfe14c9003 100644 --- a/package/irqbalance/irqbalance.hash +++ b/package/irqbalance/irqbalance.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 62de71510a2496fcf027efb0b288dd48e53e9efc931fa573c95580cad6264d07 irqbalance-v1.4.0.tar.gz +sha256 3318eddc03782cfdad22b20eff18eaf378c498c5de286e8cbaa5521ddf4f810b irqbalance-v1.5.0.tar.gz sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING diff --git a/package/irqbalance/irqbalance.mk b/package/irqbalance/irqbalance.mk index c7676e13cf..063b02bb68 100644 --- a/package/irqbalance/irqbalance.mk +++ b/package/irqbalance/irqbalance.mk @@ -4,7 +4,7 @@ # ################################################################################ -IRQBALANCE_VERSION = v1.4.0 +IRQBALANCE_VERSION = v1.5.0 IRQBALANCE_SITE = $(call github,irqbalance,irqbalance,$(IRQBALANCE_VERSION)) IRQBALANCE_LICENSE = GPL-2.0 IRQBALANCE_LICENSE_FILES = COPYING