pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-brotli



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov  5 22:14:08 UTC 2025

Modified Files:
        pkgsrc/archivers/py-brotli: Makefile distinfo

Log Message:
py-brotli: update to 1.2.0.

SECURITY

    python: added Decompressor::can_accept_more_data method and optional
    output_buffer_limit argument Decompressor::process;
    that allows mitigation of unexpectedly large output;
    reported by Charles Chan (https://github.com/charleswhchan)

Added

    decoder / encoder: added static initialization to reduce binary size
    python: allow limiting decoder output (see SECURITY section)
    CLI: brcat alias; allow decoding concatenated brotli streams
    build: Bazel modules

Improved

    build: install man pages
    build: updated / fixed / refined Bazel buildfiles
    encoder: faster encoding
    python: modernize extension / allow multi-phase module initialization

Changed

    decoder / encoder: static tables use "small" model (allows 2GiB+ binaries)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/py-brotli/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/py-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/py-brotli/Makefile
diff -u pkgsrc/archivers/py-brotli/Makefile:1.9 pkgsrc/archivers/py-brotli/Makefile:1.10
--- pkgsrc/archivers/py-brotli/Makefile:1.9     Tue Apr 22 13:11:57 2025
+++ pkgsrc/archivers/py-brotli/Makefile Wed Nov  5 22:14:08 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2025/04/22 13:11:57 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/11/05 22:14:08 wiz Exp $
 
-DISTNAME=      Brotli-1.1.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
+DISTNAME=      brotli-1.2.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/brotli/}
 # distfile is distinct from brotli's but filename differs only by case
@@ -17,7 +16,5 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= c c++
 
-WHEEL_NAME=    ${DISTNAME:tl}
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/py-brotli/distinfo
diff -u pkgsrc/archivers/py-brotli/distinfo:1.6 pkgsrc/archivers/py-brotli/distinfo:1.7
--- pkgsrc/archivers/py-brotli/distinfo:1.6     Wed Nov 22 18:32:47 2023
+++ pkgsrc/archivers/py-brotli/distinfo Wed Nov  5 22:14:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/11/22 18:32:47 schmonz Exp $
+$NetBSD: distinfo,v 1.7 2025/11/05 22:14:08 wiz Exp $
 
-BLAKE2s (py-brotli/Brotli-1.1.0.tar.gz) = bf5e9f564bd25b1d2565e9c04416b1bcefa8c67d8f7bdb97a8dd6e33b4bbe04a
-SHA512 (py-brotli/Brotli-1.1.0.tar.gz) = af48fb2c00e05090c607385f0fcdec2aa813bec0214fb428a250740f1adb9a4b7bdfa46cb44aa450e524badc0334f9760bc4327a42b0254205884556343587ce
-Size (py-brotli/Brotli-1.1.0.tar.gz) = 7372270 bytes
+BLAKE2s (py-brotli/brotli-1.2.0.tar.gz) = 82658e37148bac6dea1aed78fdc3cfd104addb79212896bc6b1c8f0d7a1982f3
+SHA512 (py-brotli/brotli-1.2.0.tar.gz) = 1988be2dc6a0f26de7223598b0eba57aed0b52f9ba2bdc3054b7acb6cdb7ad4cbace3776d3ccc80f8c34948c42cc6f508e4efd0a283b81242dceb042c6e60d70
+Size (py-brotli/brotli-1.2.0.tar.gz) = 7388632 bytes



Home | Main Index | Thread Index | Old Index