Sat Mar 3 02:17:08 2018 UTC ()
Updated archivers/brotli to 1.0.3

Brotli v1.0.3
Key changes:
 - new feature: "Large Window Brotli"
 - new dictionary generator

Other changes:
 - improved compression ratio: sub-blocks stitching
 - improved compression ratio: eliminated floating numbers rounding
 - improved compression ratio: make the zopflification aware
   of NDIRECT, NPOSTFIX
 - improve automake build
 - improve BrotliEncoderMaxCompressedSize precision
 - fix API documentation / typos
 - fix code style
 - make hashers host-endianness-independent
 - Java: added "eager" decoding both to JNI wrapper and pure decoder
 - CLI: window size is auto-adjusted
 - added dictionaryless compressed dictionary


(mef)
diff -r1.2 -r1.3 pkgsrc/archivers/brotli/Makefile
diff -r1.2 -r1.3 pkgsrc/archivers/brotli/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/archivers/brotli/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/brotli/Makefile 2018/01/27 12:38:19 1.2
+++ pkgsrc/archivers/brotli/Makefile 2018/03/03 02:17:08 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2018/01/27 12:38:19 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2018/03/03 02:17:08 mef Exp $
2 2
3DISTNAME= brotli-1.0.2 3DISTNAME= brotli-1.0.3
4CATEGORIES= archivers 4CATEGORIES= archivers
5MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/google/brotli 8HOMEPAGE= https://github.com/google/brotli
9COMMENT= Generic-purpose lossless compression algorithm 9COMMENT= Generic-purpose lossless compression algorithm
10LICENSE= mit 10LICENSE= mit
11 11
12GITHUB_TAG= v${PKGVERSION_NOREV} 12GITHUB_TAG= v${PKGVERSION_NOREV}
13 13
14USE_CMAKE= yes 14USE_CMAKE= yes
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16 16

cvs diff -r1.2 -r1.3 pkgsrc/archivers/brotli/distinfo (expand / switch to unified diff)

--- pkgsrc/archivers/brotli/distinfo 2018/01/27 12:38:19 1.2
+++ pkgsrc/archivers/brotli/distinfo 2018/03/03 02:17:08 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2018/01/27 12:38:19 mef Exp $ 1$NetBSD: distinfo,v 1.3 2018/03/03 02:17:08 mef Exp $
2 2
3SHA1 (brotli-1.0.2.tar.gz) = a273816c8af0ed037c8d7b6d3c65806182a1b561 3SHA1 (brotli-1.0.3.tar.gz) = 5a16a12214ae3fec1b990f4a0e54b175c670fe1a
4RMD160 (brotli-1.0.2.tar.gz) = 50ffccd3c23b219224b99fee76848736ae9ec06a 4RMD160 (brotli-1.0.3.tar.gz) = 301f34b19c431b151e7f5b3f930d3935c72779e7
5SHA512 (brotli-1.0.2.tar.gz) = b3ec98159e63b4169dea3e958d60d89247dc1c0f78aab27bfffb2ece659fa024df990d410aa15c12b2082d42e3785e32ec248dce2b116c7f34e98bb6337f9fc9 5SHA512 (brotli-1.0.3.tar.gz) = 93adcf437d730ac403e444285ac8aefbb2c8a6b5e1b064e8ee33684c067287a8159e0ee73d2217c167881e87da73fa494792d963a15508fd42b2ac4a5b52823c
6Size (brotli-1.0.2.tar.gz) = 23736359 bytes 6Size (brotli-1.0.3.tar.gz) = 23815300 bytes