pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/brotli Updated archivers/brotli to 1.0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/4b7eb485d530
branches: trunk
changeset: 374675:4b7eb485d530
user: mef <mef%pkgsrc.org@localhost>
date: Sat Jan 27 12:38:19 2018 +0000
description:
Updated archivers/brotli to 1.0.2
This is a build-maintenance release. Major changes:
added Autotools build files
switched shared library version to libtool scheme
In this release semantic suffix and libtool suffix are the same: 1.0.2.
Don't expect them to match in future releases.
Minor changes:
BrotliDictionary members are not const now
ZopfliNode distance could be up to 128MiB
fixed API documentation typos
total_out is always set by decoder
fixed BROTLI_ENSURE_CAPACITY macro; no-op in preprocessed output
Other changes:
fixed scripts for oss-fuzz, test them with Travis
made Bazel JNI tests less messy
fixed linter warnings in JS decoder
fixed permissions of various files
added Bazel build to Appveyor matrix
added Sieve dictionary generator
diffstat:
archivers/brotli/Makefile | 4 ++--
archivers/brotli/PLIST | 11 +++++++----
archivers/brotli/distinfo | 10 +++++-----
3 files changed, 14 insertions(+), 11 deletions(-)
diffs (56 lines):
diff -r 2763b67f4fd4 -r 4b7eb485d530 archivers/brotli/Makefile
--- a/archivers/brotli/Makefile Sat Jan 27 11:00:51 2018 +0000
+++ b/archivers/brotli/Makefile Sat Jan 27 12:38:19 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/10/23 13:15:29 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/01/27 12:38:19 mef Exp $
-DISTNAME= brotli-1.0.1
+DISTNAME= brotli-1.0.2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
diff -r 2763b67f4fd4 -r 4b7eb485d530 archivers/brotli/PLIST
--- a/archivers/brotli/PLIST Sat Jan 27 11:00:51 2018 +0000
+++ b/archivers/brotli/PLIST Sat Jan 27 12:38:19 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/23 13:15:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/01/27 12:38:19 mef Exp $
bin/brotli
include/brotli/decode.h
include/brotli/encode.h
@@ -6,13 +6,16 @@
include/brotli/types.h
lib/libbrotlicommon-static.a
lib/libbrotlicommon.so
-lib/libbrotlicommon.so.1.0.1
+lib/libbrotlicommon.so.1
+lib/libbrotlicommon.so.${PKGVERSION}
lib/libbrotlidec-static.a
lib/libbrotlidec.so
-lib/libbrotlidec.so.1.0.1
+lib/libbrotlidec.so.1
+lib/libbrotlidec.so.${PKGVERSION}
lib/libbrotlienc-static.a
lib/libbrotlienc.so
-lib/libbrotlienc.so.1.0.1
+lib/libbrotlienc.so.1
+lib/libbrotlienc.so.${PKGVERSION}
lib/pkgconfig/libbrotlicommon.pc
lib/pkgconfig/libbrotlidec.pc
lib/pkgconfig/libbrotlienc.pc
diff -r 2763b67f4fd4 -r 4b7eb485d530 archivers/brotli/distinfo
--- a/archivers/brotli/distinfo Sat Jan 27 11:00:51 2018 +0000
+++ b/archivers/brotli/distinfo Sat Jan 27 12:38:19 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/10/23 13:15:29 adam Exp $
+$NetBSD: distinfo,v 1.2 2018/01/27 12:38:19 mef Exp $
-SHA1 (brotli-1.0.1.tar.gz) = 33719c380ca2623f748f783666cea242a3b0339a
-RMD160 (brotli-1.0.1.tar.gz) = 13a391d712dea9675e7d5267a07f626895b39ebc
-SHA512 (brotli-1.0.1.tar.gz) = de6f787012243fdc5eafa559ffc765e1d69bf78cf337efdd743bb422706b5ae86b4966f07a8410165044b988b7ca2999065efc4693bda7111e53fe64917e24c0
-Size (brotli-1.0.1.tar.gz) = 23731694 bytes
+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
Home |
Main Index |
Thread Index |
Old Index