]> code.ossystems Code Review - openembedded-core.git/commitdiff
lzip: upgrade 1.22 -> 1.23
authorwangmy <wangmy@fujitsu.com>
Tue, 8 Feb 2022 08:26:34 +0000 (16:26 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Feb 2022 10:29:13 +0000 (10:29 +0000)
Changelog:
=========
* Decompression time has been reduced by 5-12% depending on the file.
* main.cc (getnum): Show option name and valid range if error.
* Improve several descriptions in manual, '--help', and man page.
* lzip.texi: Change GNU Texinfo category to 'Compression'.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/lzip/lzip_1.23.bb [moved from meta/recipes-extended/lzip/lzip_1.22.bb with 93% similarity]

similarity index 93%
rename from meta/recipes-extended/lzip/lzip_1.22.bb
rename to meta/recipes-extended/lzip/lzip_1.23.bb
index 33602694540bb87801e9c0c551a060c0befbf7fd..2bd249e787c8e6553ba32dac76c95af295abd1e1 100644 (file)
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
                     "
 
 SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz"
-SRC_URI[sha256sum] = "c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948"
+SRC_URI[sha256sum] = "4792c047ddf15ef29d55ba8e68a1a21e0cb7692d87ecdf7204419864582f280d"
 
 B = "${WORKDIR}/build"
 do_configure[cleandirs] = "${B}"