Received: by mail.netbsd.org (Postfix, from userid 605) id 749F384D8D; Fri, 18 Jan 2019 10:03:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F89684D7F for ; Fri, 18 Jan 2019 10:03:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mUcbL-Cx8sxU for ; Fri, 18 Jan 2019 10:03: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 EE2EA84CCF for ; Fri, 18 Jan 2019 10:03:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE056FB16; Fri, 18 Jan 2019 10:03:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154780582042920" MIME-Version: 1.0 Date: Fri, 18 Jan 2019 10:03:40 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/archivers/lzip To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190118100340.DE056FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154780582042920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 18 10:03:40 UTC 2019 Modified Files: pkgsrc/archivers/lzip: Makefile distinfo Log Message: lzip: updated to 1.21 Changes in version 1.21: Detection of forbidden combinations of characters in trailing data has been improved. Errors are now also checked when closing the input file. Lzip now compiles on DOS with DJGPP. (Patch from Robert Riebisch). The descriptions of '-0..-9', '-m' and '-s' in the manual have been improved. The configure script now accepts appending options to CXXFLAGS using the syntax 'CXXFLAGS+=OPTIONS'. It has been documented in INSTALL the use of CXXFLAGS+='-D __USE_MINGW_ANSI_STDIO' when compiling on MinGW. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/archivers/lzip/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/archivers/lzip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154780582042920 Content-Disposition: inline Content-Length: 1836 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.15 pkgsrc/archivers/lzip/Makefile:1.16 --- pkgsrc/archivers/lzip/Makefile:1.15 Sun Feb 25 21:07:53 2018 +++ pkgsrc/archivers/lzip/Makefile Fri Jan 18 10:03:40 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2018/02/25 21:07:53 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2019/01/18 10:03:40 adam Exp $ -DISTNAME= lzip-1.20 +DISTNAME= lzip-1.21 CATEGORIES= archivers MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/ @@ -15,6 +15,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR} CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} INFO_FILES= yes +TEST_TARGET= check MAKE_FLAGS+= CXX=${CXX:Q} MAKE_FLAGS+= CPPFLAGS=${CPPFLAGS:Q} Index: pkgsrc/archivers/lzip/distinfo diff -u pkgsrc/archivers/lzip/distinfo:1.11 pkgsrc/archivers/lzip/distinfo:1.12 --- pkgsrc/archivers/lzip/distinfo:1.11 Sun Feb 25 21:07:53 2018 +++ pkgsrc/archivers/lzip/distinfo Fri Jan 18 10:03:40 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2018/02/25 21:07:53 wiz Exp $ +$NetBSD: distinfo,v 1.12 2019/01/18 10:03:40 adam Exp $ -SHA1 (lzip-1.20.tar.gz) = d89e6dd737e6566fbe18e3c247782120a7104bfb -RMD160 (lzip-1.20.tar.gz) = 72868e3b290a7c5ece0919978f3cf19714dc5f10 -SHA512 (lzip-1.20.tar.gz) = 0349b4c6c0b41e601b7ee381c3254d741397beb3ef9354c08162f346f131f4f48f6613ee0a610cdc6d827530df634f884ecfeee35215b10045a40fee76f8e938 -Size (lzip-1.20.tar.gz) = 103426 bytes +SHA1 (lzip-1.21.tar.gz) = 08bea2f275d639bfe85fe30887d269b96eac34e1 +RMD160 (lzip-1.21.tar.gz) = 5e37348c9061d14f7776b99ac816ad730c9fade4 +SHA512 (lzip-1.21.tar.gz) = 02e31a8fc9431e88edbb0fd467e9dd0947203e693e6581be1a8d25d96c74d9c3794f1fef9e4c993553ba74330c8f5851cad6315b49f263fe9cf2444225af4362 +Size (lzip-1.21.tar.gz) = 105558 bytes --_----------=_154780582042920--