mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libconfuse: Version bump. 3.0 -> 3.3.
@ 2022-11-21 22:03 Christian Melki
  2022-11-23  6:57 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-11-21 22:03 UTC (permalink / raw)
  To: ptxdist

Almost 6 years since last update.
Bunch of bugfixes, leaks and whatnots.
https://github.com/libconfuse/libconfuse/releases

* Change URL, stands on its own libconfuse github page.
* Change compression format, as we are given choices on the download.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/libconfuse.make | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/libconfuse.make b/rules/libconfuse.make
index 93ca3c8f6..bcbf31704 100644
--- a/rules/libconfuse.make
+++ b/rules/libconfuse.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBCONFUSE) += libconfuse
 #
 # Paths and names
 #
-LIBCONFUSE_VERSION	:= 3.0
-LIBCONFUSE_MD5		:= bf03099ef213647451c70e54ad4b6e81
+LIBCONFUSE_VERSION	:= 3.3
+LIBCONFUSE_MD5		:= a183cef2cecdd3783436ff8de500d274
 LIBCONFUSE		:= confuse-$(LIBCONFUSE_VERSION)
-LIBCONFUSE_SUFFIX	:= tar.gz
-LIBCONFUSE_URL		:= https://github.com/martinh/libconfuse/releases/download/v$(LIBCONFUSE_VERSION)/$(LIBCONFUSE).$(LIBCONFUSE_SUFFIX)
+LIBCONFUSE_SUFFIX	:= tar.xz
+LIBCONFUSE_URL		:= https://github.com/libconfuse/libconfuse/releases/download/v$(LIBCONFUSE_VERSION)/$(LIBCONFUSE).$(LIBCONFUSE_SUFFIX)
 LIBCONFUSE_SOURCE	:= $(SRCDIR)/$(LIBCONFUSE).$(LIBCONFUSE_SUFFIX)
 LIBCONFUSE_DIR		:= $(BUILDDIR)/$(LIBCONFUSE)
 LIBCONFUSE_LICENSE	:= ISC
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-23  6:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 22:03 [ptxdist] [PATCH] libconfuse: Version bump. 3.0 -> 3.3 Christian Melki
2022-11-23  6:57 ` [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