From a2601e963c053b5dbf4aba1d148762f566f7a6fd Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Thu, 1 May 2025 21:49:02 +0200 Subject: [PATCH] freeipmi: update to 1.6.15 Update freeipmi to 1.6.15 in order to fix compilation with GCC14. Signed-off-by: Robert Marko --- admin/freeipmi/Makefile | 4 ++-- .../patches/001-cross-compile-with-dev-urandom-support.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/freeipmi/Makefile b/admin/freeipmi/Makefile index 3f1cd59cc..24b0d9e12 100644 --- a/admin/freeipmi/Makefile +++ b/admin/freeipmi/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freeipmi -PKG_VERSION:=1.6.11 +PKG_VERSION:=1.6.15 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://ftp.gnu.org/gnu/$(PKG_NAME) -PKG_HASH:=65fbd6910fc010457748695414f27c5755b4e8d75734221221f3858c6230a897 +PKG_HASH:=d6929c354639f5ce75b5b1897e8b366eb63625c23e5c4590a7aea034fe2b8caf PKG_LICENSE:=GPLv3 PKG_LICENSE_FILES:=COPYING diff --git a/admin/freeipmi/patches/001-cross-compile-with-dev-urandom-support.patch b/admin/freeipmi/patches/001-cross-compile-with-dev-urandom-support.patch index 6b2103c31..2b378038d 100644 --- a/admin/freeipmi/patches/001-cross-compile-with-dev-urandom-support.patch +++ b/admin/freeipmi/patches/001-cross-compile-with-dev-urandom-support.patch @@ -18,7 +18,7 @@ Signed-off-by: Bjørn Mork --- a/configure.ac +++ b/configure.ac -@@ -749,11 +749,8 @@ AC_ARG_WITH([random-device], +@@ -763,11 +763,8 @@ AC_ARG_WITH([random-device], ]) AC_MSG_RESULT([${ac_with_random_device=yes}])