summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2018-01-27 12:38:19 +0000
committermef <mef@pkgsrc.org>2018-01-27 12:38:19 +0000
commita6f3de5db53e3aca1b6f59bbbca205ecd9b7e26e (patch)
treeadc962e9a4ff6bcf3119fd1d79d067bd9fbd5891 /archivers
parentde595990e1b4d06ddd327d668cff3b20f2dd4940 (diff)
downloadpkgsrc-a6f3de5db53e3aca1b6f59bbbca205ecd9b7e26e.tar.gz
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 (limited to 'archivers')
-rw-r--r--archivers/brotli/Makefile4
-rw-r--r--archivers/brotli/PLIST11
-rw-r--r--archivers/brotli/distinfo10
3 files changed, 14 insertions, 11 deletions
diff --git a/archivers/brotli/Makefile b/archivers/brotli/Makefile
index d40a7b51690..5a464c08afa 100644
--- a/archivers/brotli/Makefile
+++ b/archivers/brotli/Makefile
@@ -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 --git a/archivers/brotli/PLIST b/archivers/brotli/PLIST
index 691ae8bad02..09ecbd4f9df 100644
--- a/archivers/brotli/PLIST
+++ b/archivers/brotli/PLIST
@@ -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/port.h
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 --git a/archivers/brotli/distinfo b/archivers/brotli/distinfo
index 890c9284a69..06be9ecec7d 100644
--- a/archivers/brotli/distinfo
+++ b/archivers/brotli/distinfo
@@ -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