pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-pdf
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 22 07:10:40 UTC 2026
Modified Files:
pkgsrc/textproc/py-pdf: Makefile distinfo
Log Message:
py-pdf: update to 6.9.1.
Security fix.
## Version 6.9.1, 2026-03-17
### Security (SEC)
- Improve performance and limit length of array-based content streams (#3686)
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.9.0...6.9.1)
## Version 6.9.0, 2026-03-15
### New Features (ENH)
- Expose /Perms verification result on Encryption object (#3672)
### Performance Improvements (PI)
- Fix O(n²) performance in NameObject read/write (#3679)
- Batch-parse all objects in ObjStm on first access (#3677)
### Bug Fixes (BUG)
- Avoid sharing array-based content streams between pages (#3681)
- Avoid accessing invalid page when inserting blank page under some conditions (#3529)
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.8.0...6.9.0)
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/textproc/py-pdf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-pdf/Makefile
diff -u pkgsrc/textproc/py-pdf/Makefile:1.58 pkgsrc/textproc/py-pdf/Makefile:1.59
--- pkgsrc/textproc/py-pdf/Makefile:1.58 Wed Mar 11 10:38:31 2026
+++ pkgsrc/textproc/py-pdf/Makefile Sun Mar 22 07:10:40 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2026/03/11 10:38:31 adam Exp $
+# $NetBSD: Makefile,v 1.59 2026/03/22 07:10:40 wiz Exp $
-DISTNAME= pypdf-6.8.0
+DISTNAME= pypdf-6.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pypdf/}
@@ -24,8 +24,8 @@ USE_LANGUAGES= # none
.if make(test)
ALLOW_NETWORK_ACCESS= yes
.endif
-# as of 6.7.4
-# 88 failed, 1016 passed, 24 skipped, 3 xfailed
+# as of 6.9.1
+# 89 failed, 1050 passed, 24 skipped, 3 xfailed, 1 error
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 311
Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.52 pkgsrc/textproc/py-pdf/distinfo:1.53
--- pkgsrc/textproc/py-pdf/distinfo:1.52 Wed Mar 11 10:38:31 2026
+++ pkgsrc/textproc/py-pdf/distinfo Sun Mar 22 07:10:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2026/03/11 10:38:31 adam Exp $
+$NetBSD: distinfo,v 1.53 2026/03/22 07:10:40 wiz Exp $
-BLAKE2s (pypdf-6.8.0.tar.gz) = 1096709dfd1981e66e7eb072e4fd2851d07b3f379e0f3ff802d16fa04732abaf
-SHA512 (pypdf-6.8.0.tar.gz) = e3046bdbe48c5dc2f190a93e5af7cfdb93087297047a608ec9734f0aa1ed8223f4da17e8a0de7d71e466ea2da722cb1c0baaff30e187b0a924477f50859a95e3
-Size (pypdf-6.8.0.tar.gz) = 5307831 bytes
+BLAKE2s (pypdf-6.9.1.tar.gz) = 881ece333e51f89b8cfa6f02e61a792b8ea57376c34d2eaec9e4f419ae4522a7
+SHA512 (pypdf-6.9.1.tar.gz) = 1b716d5cf6118f31f90cad57ba906d10e07f9f71b234eb0acfe483fa05cd301ea91794a42a654b783b430baa1ce0e81d0ecf275a0b31c61c4a9750dcc84f6624
+Size (pypdf-6.9.1.tar.gz) = 5311551 bytes
Home |
Main Index |
Thread Index |
Old Index