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.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce346cab2d9e
branches:  trunk
changeset: 326193:ce346cab2d9e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 01 17:22:04 2018 +0000

description:
brotli: update to 1.0.7.

1.0.7

    cross compilation support:
        added ability to run cross-compiled ARM tests in qemu
        added arm-linux-gnueabihf-gcc entry to Travis build matrix
    faster decoding on ARM:
        implemented prefetching HuffmanCode entry as uint32_t if target platform is ARM
        fixed NEON extension detection
        combed Huffman table building code for better readability
    improved precision of window size calculation in CLI
    minor fixes:
        fixed typos
        improved internal comments / parameter names
        fixed BROTLI_PREDICT_TRUE/_FALSE detection for SunPro compiler
        unburdened JNI (Bazel) builds from fetching the full JDK

1.0.6

Fixes

    fix unaligned 64-bit accesses on AArch32
    add missing files to the sources list
    add ASAN/MSAN unaligned read specializations
    fix CoverityScan "unused assignment" warning
    fix JDK 8<->9 incompatibility
    unbreak Travis builds
    fix auto detect of bundled mode in cmake

diffstat:

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

diffs (27 lines):

diff -r 9dfddf827c5a -r ce346cab2d9e archivers/brotli/Makefile
--- a/archivers/brotli/Makefile Sat Dec 01 17:19:42 2018 +0000
+++ b/archivers/brotli/Makefile Sat Dec 01 17:22:04 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/08/16 08:44:21 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/12/01 17:22:04 wiz Exp $
 
-DISTNAME=      brotli-1.0.5
+DISTNAME=      brotli-1.0.7
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 9dfddf827c5a -r ce346cab2d9e archivers/brotli/distinfo
--- a/archivers/brotli/distinfo Sat Dec 01 17:19:42 2018 +0000
+++ b/archivers/brotli/distinfo Sat Dec 01 17:22:04 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/08/16 08:44:21 wiz Exp $
+$NetBSD: distinfo,v 1.6 2018/12/01 17:22:04 wiz Exp $
 
-SHA1 (brotli-1.0.5.tar.gz) = 647133b7caa03f55c69c0ea35bb64d7d3f1b8cd3
-RMD160 (brotli-1.0.5.tar.gz) = a460d339ddbe825c2e5508b384d51c4518aafe57
-SHA512 (brotli-1.0.5.tar.gz) = 703cad94c7f250133d2cfe222f3183612c7649b184bba218907b805f423568046d42695f33acf7da95daf684be118c9d631cfa5706e5a195b611c716db4c839a
-Size (brotli-1.0.5.tar.gz) = 23825684 bytes
+SHA1 (brotli-1.0.7.tar.gz) = ee64a380152aa20fbc1098fe3799104884c570c1
+RMD160 (brotli-1.0.7.tar.gz) = f46d51bb06fa08ed80d9d2d6bc72cbd243b0653e
+SHA512 (brotli-1.0.7.tar.gz) = a82362aa36d2f2094bca0b2808d9de0d57291fb3a4c29d7c0ca0a37e73087ec5ac4df299c8c363e61106fccf2fe7f58b5cf76eb97729e2696058ef43b1d3930a
+Size (brotli-1.0.7.tar.gz) = 23827908 bytes



Home | Main Index | Thread Index | Old Index