From 3c04c63ef9e25107819ba2cceb112c82c2874aa8 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Mon, 12 Feb 2024 07:21:40 +0100
Subject: lzip: update to 1.24

---
 package/lzip/Makefile                |  4 ++--
 package/lzip/patches/patch-configure | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

(limited to 'package/lzip')

diff --git a/package/lzip/Makefile b/package/lzip/Makefile
index 564e8ee55..90fa5dbab 100644
--- a/package/lzip/Makefile
+++ b/package/lzip/Makefile
@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		lzip
-PKG_VERSION:=		1.21
+PKG_VERSION:=		1.24
 PKG_RELEASE:=		1
-PKG_HASH:=		e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b
+PKG_HASH:=		d42659229b10e066eeb6e81eb673cdd893b672e512d26719c2d95975556ca56c
 PKG_DESCR:=		compression utility
 PKG_SECTION:=		app/archive
 PKG_NEEDS:=		c++
diff --git a/package/lzip/patches/patch-configure b/package/lzip/patches/patch-configure
index 3ac80460f..f7e067a0e 100644
--- a/package/lzip/patches/patch-configure
+++ b/package/lzip/patches/patch-configure
@@ -1,9 +1,9 @@
---- lzip-1.17.orig/configure	2015-07-09 18:58:33.000000000 +0200
-+++ lzip-1.17/configure	2016-09-24 13:07:38.493476268 +0200
-@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin'
- datarootdir='$(prefix)/share'
- infodir='$(datarootdir)/info'
- mandir='$(datarootdir)/man'
+--- lzip-1.24.orig/configure	2024-01-26 14:01:44.000000000 +0100
++++ lzip-1.24/configure	2024-02-12 07:10:37.674941547 +0100
+@@ -23,10 +23,10 @@ mandir='$(datarootdir)/man'
+ build=no
+ check=no
+ installdir=
 -CXX=g++
 -CPPFLAGS=
 -CXXFLAGS='-Wall -W -O2'
@@ -12,6 +12,6 @@
 +CPPFLAGS?=
 +CXXFLAGS?='-Wall -W -O2'
 +LDFLAGS?=
+ MAKEINFO=makeinfo
  
  # checking whether we are using GNU C++.
- ${CXX} --version > /dev/null 2>&1
-- 
cgit v1.2.3