pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-rarfile



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 23 07:34:01 UTC 2026

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

Log Message:
py-rarfile: updated to 4.4

4.4
Security fixes:

* Skip CRC check for some old subblocks.  Previously
  `rarfile` tried to calculate header CRC by reading
  data payload for those, but that could cause excessive
  allocations.

Fixes:

* RAR5: Reattempt passwords after trying wrong password
  when header encryption is used.

* Restore fd position in file type detection functions.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/py-rarfile/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/py-rarfile/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-rarfile/Makefile
diff -u pkgsrc/archivers/py-rarfile/Makefile:1.10 pkgsrc/archivers/py-rarfile/Makefile:1.11
--- pkgsrc/archivers/py-rarfile/Makefile:1.10   Mon Jul 13 12:14:41 2026
+++ pkgsrc/archivers/py-rarfile/Makefile        Thu Jul 23 07:34:01 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2026/07/13 12:14:41 adam Exp $
+# $NetBSD: Makefile,v 1.11 2026/07/23 07:34:01 adam Exp $
 
-DISTNAME=      rarfile-4.3
+DISTNAME=      rarfile-4.4
 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.9 pkgsrc/archivers/py-rarfile/distinfo:1.10
--- pkgsrc/archivers/py-rarfile/distinfo:1.9    Mon Jul 13 12:14:41 2026
+++ pkgsrc/archivers/py-rarfile/distinfo        Thu Jul 23 07:34:01 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2026/07/13 12:14:41 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/07/23 07:34:01 adam Exp $
 
-BLAKE2s (rarfile-4.3.tar.gz) = 7008545a44d50c37279dd3875bb4da3afdbfa33170a6d278f88e61538f20bfdb
-SHA512 (rarfile-4.3.tar.gz) = 9bf8e878a7e1182bdad1d9551a1d6d0503f4396159e4dd154f808a33300d52acfa51f93c202a861553c094166a26cd637982cb7ab42a37a4f51c57031be67baa
-Size (rarfile-4.3.tar.gz) = 154855 bytes
+BLAKE2s (rarfile-4.4.tar.gz) = a77fc58f6a666b0bd835ce1be3ef1cfb01a042fc7db06115392cd2b51d4ad048
+SHA512 (rarfile-4.4.tar.gz) = bb193496516381c3e031b99d95aef89af1c7667805a6fdc58111edaad9331dc25cb4648e6eeeb909e24c3526fb3dc890e675da06f8e8406884ae0e4826d93670
+Size (rarfile-4.4.tar.gz) = 155437 bytes



Home | Main Index | Thread Index | Old Index