All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcus Hoffmann via buildroot <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: Paul Cercueil <paul@crapouillou.net>
Subject: [Buildroot] [PATCH] package/libiio: bump to 0.26
Date: Wed, 14 May 2025 14:18:25 +0200	[thread overview]
Message-ID: <20250514121826.2156543-1-buildroot@bubu1.eu> (raw)

Drop patch that is now merged upstream.

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
 ...l-Fix-compatibility-with-libxml-2-12.patch | 33 -------------------
 package/libiio/libiio.hash                    |  2 +-
 package/libiio/libiio.mk                      |  2 +-
 3 files changed, 2 insertions(+), 35 deletions(-)
 delete mode 100644 package/libiio/0001-xml-Fix-compatibility-with-libxml-2-12.patch

diff --git a/package/libiio/0001-xml-Fix-compatibility-with-libxml-2-12.patch b/package/libiio/0001-xml-Fix-compatibility-with-libxml-2-12.patch
deleted file mode 100644
index 56c272aad3..0000000000
--- a/package/libiio/0001-xml-Fix-compatibility-with-libxml-2-12.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From b1170cacff24cdfd3858edc2285c51cadef11488 Mon Sep 17 00:00:00 2001
-From: Jan Tojnar <jtojnar@gmail.com>
-Date: Sun, 10 Dec 2023 21:52:05 +0100
-Subject: [PATCH] xml: Fix compatibility with libxml 2.12
-
-libxml 2.12.0 reorganized includes, resulting in the following no longer being in scope:
-
-- XML_PARSE_DTDVALID
-- xmlReadMemory
-- xmlReadFile
-- xmlCleanupParser
-
-Signed-off-by: Jan Tojnar <jtojnar@gmail.com>
-(cherry picked from commit bb688d04294dda45e68dfaf13e3bc1187841e52a)
-
-Upstream: https://github.com/analogdevicesinc/libiio/commit/b1170cacff24cdfd3858edc2285c51cadef11488
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- xml.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/xml.c b/xml.c
-index 33f026103..3eaed92b3 100644
---- a/xml.c
-+++ b/xml.c
-@@ -10,6 +10,7 @@
- #include "iio-private.h"
- 
- #include <errno.h>
-+#include <libxml/parser.h>
- #include <libxml/tree.h>
- #include <string.h>
- 
diff --git a/package/libiio/libiio.hash b/package/libiio/libiio.hash
index 0f024af78c..65b4d5e5fb 100644
--- a/package/libiio/libiio.hash
+++ b/package/libiio/libiio.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  21972599a3c143ab1f98002ad2b3f28f4aff927fde5f677478311cd4e517730c  libiio-0.25.tar.gz
+sha256  fb445fb860ef1248759f45d4273a4eff360534480ec87af64c6b8db3b99be7e5  libiio-0.26.tar.gz
 sha256  102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b  COPYING.txt
diff --git a/package/libiio/libiio.mk b/package/libiio/libiio.mk
index 733a0c90ed..b85bb9786a 100644
--- a/package/libiio/libiio.mk
+++ b/package/libiio/libiio.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBIIO_VERSION = 0.25
+LIBIIO_VERSION = 0.26
 LIBIIO_SITE = $(call github,analogdevicesinc,libiio,v$(LIBIIO_VERSION))
 LIBIIO_INSTALL_STAGING = YES
 LIBIIO_LICENSE = LGPL-2.1+
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2025-05-14 12:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-14 12:18 Marcus Hoffmann via buildroot [this message]
2025-05-16 11:54 ` [Buildroot] [PATCH] package/libiio: bump to 0.26 Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250514121826.2156543-1-buildroot@bubu1.eu \
    --to=buildroot@buildroot.org \
    --cc=buildroot@bubu1.eu \
    --cc=paul@crapouillou.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.