* [ptxdist] [PATCH] libconfig: version bump 1.8 -> 1.8.1
@ 2025-07-25 9:12 Alexander Dahl via ptxdist
2025-08-29 9:46 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl via ptxdist @ 2025-07-25 9:12 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
License just changed header for contact address, license itself
unchanged, still LGPL.
Link: https://github.com/hyperrealm/libconfig/releases/tag/v1.8.1
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
patches/{libconfig-1.8 => libconfig-1.8.1}/autogen.sh | 0
rules/libconfig.make | 7 ++++---
2 files changed, 4 insertions(+), 3 deletions(-)
rename patches/{libconfig-1.8 => libconfig-1.8.1}/autogen.sh (100%)
diff --git a/patches/libconfig-1.8/autogen.sh b/patches/libconfig-1.8.1/autogen.sh
similarity index 100%
rename from patches/libconfig-1.8/autogen.sh
rename to patches/libconfig-1.8.1/autogen.sh
diff --git a/rules/libconfig.make b/rules/libconfig.make
index 5421c7d1b..fa951fa05 100644
--- a/rules/libconfig.make
+++ b/rules/libconfig.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBCONFIG) += libconfig
#
# Paths and names
#
-LIBCONFIG_VERSION := 1.8
-LIBCONFIG_MD5 := 7dc4b7c9767be2b68d5bd1e56f713ee2
+LIBCONFIG_VERSION := 1.8.1
+LIBCONFIG_MD5 := 873f8c5eab2fb450156bc1e8c1762bef
LIBCONFIG := libconfig-$(LIBCONFIG_VERSION)
LIBCONFIG_SUFFIX := tar.gz
LIBCONFIG_URL := https://github.com/hyperrealm/libconfig/archive/refs/tags/v$(LIBCONFIG_VERSION).$(LIBCONFIG_SUFFIX)
@@ -24,7 +24,7 @@ LIBCONFIG_DIR := $(BUILDDIR)/$(LIBCONFIG)
LIBCONFIG_LICENSE := LGPL-2.1-or-later
LIBCONFIG_LICENSE_FILES := \
file://lib/libconfig.c;startline=2;endline=15;md5=58ad0ed92e5b2a7e656128eba80a9c89 \
- file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29
+ file://COPYING.LIB;md5=17c8e32f0f72580cc2906b409d46b5ac
# ----------------------------------------------------------------------------
# Prepare
@@ -37,6 +37,7 @@ LIBCONFIG_CONF_TOOL := autoconf
LIBCONFIG_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--$(call ptx/endis, PTXCONF_LIBCONFIG_CXX)-cxx \
+ --disable-asserts \
--disable-doc \
--disable-examples \
--disable-tests
base-commit: 75e4262f20e561e2d1839ce82719c5546b66dd7d
--
2.39.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] libconfig: version bump 1.8 -> 1.8.1
2025-07-25 9:12 [ptxdist] [PATCH] libconfig: version bump 1.8 -> 1.8.1 Alexander Dahl via ptxdist
@ 2025-08-29 9:46 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-08-29 9:46 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Thanks, applied as 6e48cdeb9e6078743f7e2384d25c51cf53fa468b.
Michael
[sent from post-receive hook]
On Fri, 29 Aug 2025 11:46:13 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> License just changed header for contact address, license itself
> unchanged, still LGPL.
>
> Link: https://github.com/hyperrealm/libconfig/releases/tag/v1.8.1
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20250725091207.321285-1-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/libconfig-1.8/autogen.sh b/patches/libconfig-1.8.1/autogen.sh
> similarity index 100%
> rename from patches/libconfig-1.8/autogen.sh
> rename to patches/libconfig-1.8.1/autogen.sh
> diff --git a/rules/libconfig.make b/rules/libconfig.make
> index 5421c7d1bc64..fa951fa05d84 100644
> --- a/rules/libconfig.make
> +++ b/rules/libconfig.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBCONFIG) += libconfig
> #
> # Paths and names
> #
> -LIBCONFIG_VERSION := 1.8
> -LIBCONFIG_MD5 := 7dc4b7c9767be2b68d5bd1e56f713ee2
> +LIBCONFIG_VERSION := 1.8.1
> +LIBCONFIG_MD5 := 873f8c5eab2fb450156bc1e8c1762bef
> LIBCONFIG := libconfig-$(LIBCONFIG_VERSION)
> LIBCONFIG_SUFFIX := tar.gz
> LIBCONFIG_URL := https://github.com/hyperrealm/libconfig/archive/refs/tags/v$(LIBCONFIG_VERSION).$(LIBCONFIG_SUFFIX)
> @@ -24,7 +24,7 @@ LIBCONFIG_DIR := $(BUILDDIR)/$(LIBCONFIG)
> LIBCONFIG_LICENSE := LGPL-2.1-or-later
> LIBCONFIG_LICENSE_FILES := \
> file://lib/libconfig.c;startline=2;endline=15;md5=58ad0ed92e5b2a7e656128eba80a9c89 \
> - file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29
> + file://COPYING.LIB;md5=17c8e32f0f72580cc2906b409d46b5ac
>
> # ----------------------------------------------------------------------------
> # Prepare
> @@ -37,6 +37,7 @@ LIBCONFIG_CONF_TOOL := autoconf
> LIBCONFIG_CONF_OPT := \
> $(CROSS_AUTOCONF_USR) \
> --$(call ptx/endis, PTXCONF_LIBCONFIG_CXX)-cxx \
> + --disable-asserts \
> --disable-doc \
> --disable-examples \
> --disable-tests
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-29 9:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-25 9:12 [ptxdist] [PATCH] libconfig: version bump 1.8 -> 1.8.1 Alexander Dahl via ptxdist
2025-08-29 9:46 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox