libxo: update to 1.7.5

This commit is contained in:
elbachir-one 2025-07-31 02:50:32 +01:00 committed by Duncan Overbruck
parent 8976f6fbea
commit 64bf50fcbb
2 changed files with 12 additions and 9 deletions

View file

@ -1,10 +1,13 @@
--- a/libxo/xo_syslog.c
+++ b/libxo/xo_syslog.c
@@ -58,7 +58,6 @@
#include <stdarg.h>
#include <sys/time.h>
#include <sys/types.h>
-#include <sys/sysctl.h>
--- a/libxo/xo_syslog.c 2025-07-31 11:43:06.269460078 +0100
+++ b/libxo/xo_syslog.c 2025-07-31 11:44:06.576758358 +0100
@@ -59,10 +59,6 @@
#include "xo_config.h"
-#ifdef HAVE_SYSCTLBYNAME
-#include <sys/sysctl.h>
-#endif /* HAVE_SYSCTLBYNAME */
-
#include "xo.h"
#include "xo_private.h"
#include "xo_encoder.h" /* For xo_realloc */

View file

@ -1,6 +1,6 @@
# Template file for 'libxo'
pkgname=libxo
version=1.6.0
version=1.7.5
revision=1
build_style=gnu-configure
short_desc="Library for programs to output XML, JSON and HTML"
@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://juniper.github.io/libxo/libxo-manual.html"
distfiles="https://github.com/Juniper/libxo/releases/download/${version}/libxo-${version}.tar.gz"
checksum=9f2f276d7a5f25ff6fbfc0f38773d854c9356e7f985501627d0c0ee336c19006
checksum=d12249ffad3ef04b160e6419adf1bbe7e593a60bb23f0a0a077fa780b214934a
case $XBPS_TARGET_MACHINE in
*-musl)