diff options
author | mef <mef@pkgsrc.org> | 2018-03-03 02:17:08 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2018-03-03 02:17:08 +0000 |
commit | 7b5b837c3510e173ff7776fb30879f5ecd8e6ee8 (patch) | |
tree | 1186a27c4084b0f4652cda10790c982ea394d428 /archivers | |
parent | a0790000ba16746404af2e646769d540c7b7960c (diff) | |
download | pkgsrc-7b5b837c3510e173ff7776fb30879f5ecd8e6ee8.tar.gz |
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
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/brotli/Makefile | 4 | ||||
-rw-r--r-- | archivers/brotli/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/brotli/Makefile b/archivers/brotli/Makefile index 5a464c08afa..e7747e25aef 100644 --- a/archivers/brotli/Makefile +++ b/archivers/brotli/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/01/27 12:38:19 mef Exp $ +# $NetBSD: Makefile,v 1.3 2018/03/03 02:17:08 mef Exp $ -DISTNAME= brotli-1.0.2 +DISTNAME= brotli-1.0.3 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} diff --git a/archivers/brotli/distinfo b/archivers/brotli/distinfo index 06be9ecec7d..d59ff8631df 100644 --- a/archivers/brotli/distinfo +++ b/archivers/brotli/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/01/27 12:38:19 mef Exp $ +$NetBSD: distinfo,v 1.3 2018/03/03 02:17:08 mef Exp $ -SHA1 (brotli-1.0.2.tar.gz) = a273816c8af0ed037c8d7b6d3c65806182a1b561 -RMD160 (brotli-1.0.2.tar.gz) = 50ffccd3c23b219224b99fee76848736ae9ec06a -SHA512 (brotli-1.0.2.tar.gz) = b3ec98159e63b4169dea3e958d60d89247dc1c0f78aab27bfffb2ece659fa024df990d410aa15c12b2082d42e3785e32ec248dce2b116c7f34e98bb6337f9fc9 -Size (brotli-1.0.2.tar.gz) = 23736359 bytes +SHA1 (brotli-1.0.3.tar.gz) = 5a16a12214ae3fec1b990f4a0e54b175c670fe1a +RMD160 (brotli-1.0.3.tar.gz) = 301f34b19c431b151e7f5b3f930d3935c72779e7 +SHA512 (brotli-1.0.3.tar.gz) = 93adcf437d730ac403e444285ac8aefbb2c8a6b5e1b064e8ee33684c067287a8159e0ee73d2217c167881e87da73fa494792d963a15508fd42b2ac4a5b52823c +Size (brotli-1.0.3.tar.gz) = 23815300 bytes |