pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/brotli



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan 27 12:38:19 UTC 2018

Modified Files:
        pkgsrc/archivers/brotli: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/brotli/Makefile \
    pkgsrc/archivers/brotli/PLIST pkgsrc/archivers/brotli/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/brotli/Makefile
diff -u pkgsrc/archivers/brotli/Makefile:1.1 pkgsrc/archivers/brotli/Makefile:1.2
--- pkgsrc/archivers/brotli/Makefile:1.1        Mon Oct 23 13:15:29 2017
+++ pkgsrc/archivers/brotli/Makefile    Sat Jan 27 12:38:19 2018
@@ -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/}
 
Index: pkgsrc/archivers/brotli/PLIST
diff -u pkgsrc/archivers/brotli/PLIST:1.1 pkgsrc/archivers/brotli/PLIST:1.2
--- pkgsrc/archivers/brotli/PLIST:1.1   Mon Oct 23 13:15:29 2017
+++ pkgsrc/archivers/brotli/PLIST       Sat Jan 27 12:38:19 2018
@@ -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
Index: pkgsrc/archivers/brotli/distinfo
diff -u pkgsrc/archivers/brotli/distinfo:1.1 pkgsrc/archivers/brotli/distinfo:1.2
--- pkgsrc/archivers/brotli/distinfo:1.1        Mon Oct 23 13:15:29 2017
+++ pkgsrc/archivers/brotli/distinfo    Sat Jan 27 12:38:19 2018
@@ -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