pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/brotli brotli: update to 1.0.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98d9d2e8177f
branches:  trunk
changeset: 307477:98d9d2e8177f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 07 11:03:42 2018 +0000
description:
brotli: update to 1.0.4.

    fix unaligned access for aarch64-cross-armhf build
    fix aarch64 target detection
    allow CLI to compress with enabled "large window" feature
    add NPOSTFIX / NDIRECT encoder parameters
    automatic NDIRECT/NPOSTFIX tuning (better compression)
    fix "memory leak" in python tests
    fix bug in durchschlag
    fix source file lists (add params.h)
    fix Bazel/MSVC compilator options
    fix "fall though" warnings

diffstat:

 archivers/brotli/Makefile |   7 +++----
 archivers/brotli/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r bca7f093a529 -r 98d9d2e8177f archivers/brotli/Makefile
--- a/archivers/brotli/Makefile Mon May 07 10:47:02 2018 +0000
+++ b/archivers/brotli/Makefile Mon May 07 11:03:42 2018 +0000
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2018/03/03 02:17:08 mef Exp $
+# $NetBSD: Makefile,v 1.4 2018/05/07 11:03:42 wiz Exp $
 
-DISTNAME=      brotli-1.0.3
+DISTNAME=      brotli-1.0.4
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/google/brotli
 COMMENT=       Generic-purpose lossless compression algorithm
 LICENSE=       mit
 
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
diff -r bca7f093a529 -r 98d9d2e8177f archivers/brotli/distinfo
--- a/archivers/brotli/distinfo Mon May 07 10:47:02 2018 +0000
+++ b/archivers/brotli/distinfo Mon May 07 11:03:42 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/03/03 02:17:08 mef Exp $
+$NetBSD: distinfo,v 1.4 2018/05/07 11:03:42 wiz Exp $
 
-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
+SHA1 (brotli-1.0.4.tar.gz) = 92dea066f875ab9c94e9114c0bf3c77b2a4f6090
+RMD160 (brotli-1.0.4.tar.gz) = ced744165daa383c7e26ab00202b6ff5bcc9c2de
+SHA512 (brotli-1.0.4.tar.gz) = 7d41ad37ca0755ba9e08e7355fb031e24a53a5f6d44ff827adee6d9712765af02142cb463ef558f92449ce3b73e559cffb52315a329ab702f4c46927f993b616
+Size (brotli-1.0.4.tar.gz) = 23819000 bytes



Home | Main Index | Thread Index | Old Index