Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6F1781A9239 for ; Wed, 9 Feb 2022 11:32:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 888C984ED1; Wed, 9 Feb 2022 11:32:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B808584E82 for ; Wed, 9 Feb 2022 11:32:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id kNURu5FCHRXb for ; Wed, 9 Feb 2022 11:32:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3560984EC2 for ; Wed, 9 Feb 2022 11:32:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2EE82FB24; Wed, 9 Feb 2022 11:32:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164440636177880" MIME-Version: 1.0 Date: Wed, 9 Feb 2022 11:32:41 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/archivers/lzip To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20220209113241.2EE82FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164440636177880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Wed Feb 9 11:32:41 UTC 2022 Modified Files: pkgsrc/archivers/lzip: Makefile distinfo Log Message: lzip: update to 1.23. 2022-01-24 Antonio Diaz Diaz * Version 1.23 released. * 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'. (Reported by Alfred M. Szmidt). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/archivers/lzip/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/archivers/lzip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164440636177880 Content-Disposition: inline Content-Length: 1493 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/lzip/Makefile diff -u pkgsrc/archivers/lzip/Makefile:1.18 pkgsrc/archivers/lzip/Makefile:1.19 --- pkgsrc/archivers/lzip/Makefile:1.18 Wed Jan 13 11:34:19 2021 +++ pkgsrc/archivers/lzip/Makefile Wed Feb 9 11:32:41 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2021/01/13 11:34:19 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2022/02/09 11:32:41 fcambus Exp $ -DISTNAME= lzip-1.22 +DISTNAME= lzip-1.23 CATEGORIES= archivers MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/ Index: pkgsrc/archivers/lzip/distinfo diff -u pkgsrc/archivers/lzip/distinfo:1.15 pkgsrc/archivers/lzip/distinfo:1.16 --- pkgsrc/archivers/lzip/distinfo:1.15 Tue Oct 26 09:57:09 2021 +++ pkgsrc/archivers/lzip/distinfo Wed Feb 9 11:32:41 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2021/10/26 09:57:09 nia Exp $ +$NetBSD: distinfo,v 1.16 2022/02/09 11:32:41 fcambus Exp $ -BLAKE2s (lzip-1.22.tar.gz) = f56ce0d932d9f47663bf68dce1b8525a81d089825d23ec8c24a3c55d780198c2 -SHA512 (lzip-1.22.tar.gz) = 318de74effdbdfa79070d28919459a85bf1efe662b818b8af2a3daa964b6c24e3386c37de360c6d5b8b624d549b5c9ed777c6234561129c477e03d92ac2db206 -Size (lzip-1.22.tar.gz) = 120769 bytes +BLAKE2s (lzip-1.23.tar.gz) = 70c879563aeba84aab86a5ffc71990f57395675c998ae636e0294ab72bd8cede +SHA512 (lzip-1.23.tar.gz) = 482804205b6e92fdf9cb17fb9482df7987227c7b1bef9e42d78787acfabe73995f5b1a66f847d2176423f22dce56f1122c5b1c9670f0b778c0bdad2852369c85 +Size (lzip-1.23.tar.gz) = 121817 bytes --_----------=_164440636177880--