CVS commit: pkgsrc/archivers/py-rarfile
"Adam Ciarcinski" <[email protected]> Mon, 3 Aug 2026 09:47:31 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--_----------=_178575045173080
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 3 09:47:31 UTC 2026
Modified Files:
pkgsrc/archivers/py-rarfile: Makefile distinfo
Log Message:
py-rarfile: updated to 4.5
4.5 (2026-08-02)
Security fixes:
* Skip comments that are larger than 256k.
Fixes:
* Truncate filenames at NUL byte.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/archivers/py-rarfile/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/py-rarfile/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--_----------=_178575045173080
Content-Disposition: inline
Content-Length: 1591
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii
Modified files:
Index: pkgsrc/archivers/py-rarfile/Makefile
diff -u pkgsrc/archivers/py-rarfile/Makefile:1.11 pkgsrc/archivers/py-rarfile/Makefile:1.12
--- pkgsrc/archivers/py-rarfile/Makefile:1.11 Thu Jul 23 07:34:01 2026
+++ pkgsrc/archivers/py-rarfile/Makefile Mon Aug 3 09:47:31 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2026/07/23 07:34:01 adam Exp $
+# $NetBSD: Makefile,v 1.12 2026/08/03 09:47:31 adam Exp $
-DISTNAME= rarfile-4.4
+DISTNAME= rarfile-4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= archivers python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rarfile/}
Index: pkgsrc/archivers/py-rarfile/distinfo
diff -u pkgsrc/archivers/py-rarfile/distinfo:1.10 pkgsrc/archivers/py-rarfile/distinfo:1.11
--- pkgsrc/archivers/py-rarfile/distinfo:1.10 Thu Jul 23 07:34:01 2026
+++ pkgsrc/archivers/py-rarfile/distinfo Mon Aug 3 09:47:31 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2026/07/23 07:34:01 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/08/03 09:47:31 adam Exp $
-BLAKE2s (rarfile-4.4.tar.gz) = a77fc58f6a666b0bd835ce1be3ef1cfb01a042fc7db06115392cd2b51d4ad048
-SHA512 (rarfile-4.4.tar.gz) = bb193496516381c3e031b99d95aef89af1c7667805a6fdc58111edaad9331dc25cb4648e6eeeb909e24c3526fb3dc890e675da06f8e8406884ae0e4826d93670
-Size (rarfile-4.4.tar.gz) = 155437 bytes
+BLAKE2s (rarfile-4.5.tar.gz) = 0f88cbedf42e973507d5991dc983e4e4fadf712dd5a5dff1cfa97afd7b8d5ac3
+SHA512 (rarfile-4.5.tar.gz) = f6b9ec0b5096f8d4ea31da9bbf40a4115be16de3fbaae2ff8fb0a99b289d498a4c27a8daaffe8d803bb1930522bef8a88581a1f053309c7ffb9306a114ad2972
+Size (rarfile-4.5.tar.gz) = 155541 bytes
--_----------=_178575045173080--