pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-brotlicffi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 24 09:21:48 UTC 2025

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

Log Message:
py-brotlicffi: update to 1.2.0.0.

1.2.0.0 (2025-11-21)
--------------------

- Upgraded libbrotli to v1.2.0.
- Added ``output_buffer_limit`` parameter to ``Decompressor.decompress()`` and
  ``Decompressor.process()`` methods to allow mitigation of unexpectedly large
  output. This addresses potential security concerns where maliciously crafted
  compressed data could result in excessive memory usage during decompression.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/py-brotlicffi/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/py-brotlicffi/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-brotlicffi/Makefile
diff -u pkgsrc/archivers/py-brotlicffi/Makefile:1.3 pkgsrc/archivers/py-brotlicffi/Makefile:1.4
--- pkgsrc/archivers/py-brotlicffi/Makefile:1.3 Tue Apr 22 13:13:26 2025
+++ pkgsrc/archivers/py-brotlicffi/Makefile     Mon Nov 24 09:21:48 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2025/04/22 13:13:26 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/11/24 09:21:48 wiz Exp $
 
-DISTNAME=      brotlicffi-1.1.0.0
+DISTNAME=      brotlicffi-1.2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/brotlicffi/}
 

Index: pkgsrc/archivers/py-brotlicffi/distinfo
diff -u pkgsrc/archivers/py-brotlicffi/distinfo:1.2 pkgsrc/archivers/py-brotlicffi/distinfo:1.3
--- pkgsrc/archivers/py-brotlicffi/distinfo:1.2 Wed Sep 27 15:30:38 2023
+++ pkgsrc/archivers/py-brotlicffi/distinfo     Mon Nov 24 09:21:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/09/27 15:30:38 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/11/24 09:21:48 wiz Exp $
 
-BLAKE2s (brotlicffi-1.1.0.0.tar.gz) = 6fc651278a19436fb9503908ada6fdc0719ebb8515ce0a8460ee7e098495ff3e
-SHA512 (brotlicffi-1.1.0.0.tar.gz) = b9eb2ce00e5ca4fed3b57476bda9029f14f0bca49dcf7152d5f88ebc22d167007fcb97b24630ee2ad04789141619a7aea54f7d130e84333bd655b567b14175d3
-Size (brotlicffi-1.1.0.0.tar.gz) = 465192 bytes
+BLAKE2s (brotlicffi-1.2.0.0.tar.gz) = f73114e892d7eae01facaf1a459b0a1bc94e56a551fbe0b6f6790883f1f65f4b
+SHA512 (brotlicffi-1.2.0.0.tar.gz) = d49fcd39d8429a40fb99c734956037d6022627e09a49595d2cd908100974c6b77da376406315bc2d339b6fb6278c596a29956f9b6b80b241e1c7f12b707a2ffb
+Size (brotlicffi-1.2.0.0.tar.gz) = 476682 bytes



Home | Main Index | Thread Index | Old Index