Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7DB7A7A0F8 for ; Tue, 11 Apr 2017 14:23:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 298E184D79; Tue, 11 Apr 2017 14:23:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE81A84D72 for ; Tue, 11 Apr 2017 14:23:35 +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 bXMpvqXdnizC for ; Tue, 11 Apr 2017 14:23:35 +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 3017784CF0 for ; Tue, 11 Apr 2017 14:23:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 268FCFBE4; Tue, 11 Apr 2017 14:23:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1491920615196040" MIME-Version: 1.0 Date: Tue, 11 Apr 2017 14:23:35 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/archivers/zstd To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170411142335.268FCFBE4@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. --_----------=_1491920615196040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Apr 11 14:23:35 UTC 2017 Modified Files: pkgsrc/archivers/zstd: Makefile distinfo Log Message: Update archivers/zstd to 1.1.4 ------------------------------- v1.1.4 cli : new : can compress in *.gz format, using --format=gzip command, by Przemyslaw Skibinski cli : new : advanced benchmark command --priority=rt cli : fix : write on sparse-enabled file systems in 32-bits mode, by @ds77 cli : fix : --rm remains silent when input is stdin cli : experimental : xzstd, with support for xz/lzma decoding, by Przemyslaw Skibinski speed : improved decompression speed in streaming mode for single shot scenarios (+5%) memory : DDict (decompression dictionary) memory usage down from 150 KB to 20 KB arch : 32-bits variant able to generate and decode very long matches (>32 MB), by Sean Purcell API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize() API : changed : dropped support of legacy versions <= v0.3 (can be changed by modifying ZSTD_LEGACY_SUPPORT value) build: new: meson build system in contrib/meson, by Dima Krasner build: improved cmake script, by @Majlen build: added -Wformat-security flag, as recommended by Padraig Brady doc : new : educational decoder, by Sean Purcell (pkgsrc changes) + MAKE_JOBS_SAFE= no To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/zstd/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/zstd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1491920615196040 Content-Disposition: inline Content-Length: 1907 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/zstd/Makefile diff -u pkgsrc/archivers/zstd/Makefile:1.5 pkgsrc/archivers/zstd/Makefile:1.6 --- pkgsrc/archivers/zstd/Makefile:1.5 Wed Feb 22 11:56:26 2017 +++ pkgsrc/archivers/zstd/Makefile Tue Apr 11 14:23:34 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2017/02/22 11:56:26 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/04/11 14:23:34 mef Exp $ -DISTNAME= zstd-1.1.3 +DISTNAME= zstd-1.1.4 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GITHUB:=facebook/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -11,7 +11,9 @@ COMMENT= Fast real-time compression algo LICENSE= modified-bsd USE_TOOLS+= gmake pkg-config +USE_LANGUAGES+= c c++ MAKE_FLAGS= MANDIR=${PREFIX}/${PKGMANDIR}/man1 +MAKE_JOBS_SAFE= no PKGCONFIG_OVERRIDE+= lib/libzstd.pc.in Index: pkgsrc/archivers/zstd/distinfo diff -u pkgsrc/archivers/zstd/distinfo:1.6 pkgsrc/archivers/zstd/distinfo:1.7 --- pkgsrc/archivers/zstd/distinfo:1.6 Wed Feb 22 11:56:26 2017 +++ pkgsrc/archivers/zstd/distinfo Tue Apr 11 14:23:34 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2017/02/22 11:56:26 wiz Exp $ +$NetBSD: distinfo,v 1.7 2017/04/11 14:23:34 mef Exp $ -SHA1 (zstd-1.1.3.tar.gz) = 6f6650eb3535bdbdbad01e8a88389e5002aaf3eb -RMD160 (zstd-1.1.3.tar.gz) = 02f28da7f5974bc1f148ceae3b2b4ae6b8c1d9cd -SHA512 (zstd-1.1.3.tar.gz) = 6c025ca3899d0487bf2b4a9b333b47c6e2bb525ae3fc7328cc040f50d6f3c53a1bb9bd17e104352ddbc7b96b240c250c60d5be99e0a980332dbd3c518b2a81e1 -Size (zstd-1.1.3.tar.gz) = 845902 bytes +SHA1 (zstd-1.1.4.tar.gz) = 42ebbcaae6ef38ae3a5955d9e84bc5984dbba7a1 +RMD160 (zstd-1.1.4.tar.gz) = f6b1a8308b1dc4f4b5831f4787e431e57303246a +SHA512 (zstd-1.1.4.tar.gz) = 8d18635494a584d13ab29645af5f20b6c1d2fb72895854c381c783b6fda0950575632d04a72e6901ae178535d5f6319ab25fdb097ef8c6db559d60acf558a437 +Size (zstd-1.1.4.tar.gz) = 923381 bytes SHA1 (patch-lib_Makefile) = 79a5e99595f4d7a124fc012cc6893701f8143685 --_----------=_1491920615196040--