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 Jun 28 15:58:43 UTC 2026

Modified Files:
        pkgsrc/textproc/py-pdf: Makefile distinfo

Log Message:
py-pdf: update to 6.14.2.

## Version 6.14.2, 2026-06-23

### Security (SEC)
- Avoid infinite loops for incomplete ASCII85 and ASCIIHex inline images (#3892)

[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.14.1...6.14.2)

## Version 6.14.1, 2026-06-23

### Security (SEC)
- Detect end of stream during inline image end marker detection (#3891)

[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.14.0...6.14.1)

## Version 6.14.0, 2026-06-22

### Security (SEC)
- Apply general limit for requested image size (#3888)
- Speed up recovery when reading broken cross-reference table (#3887)

### New Features (ENH)
- Check whether image is displayed on a given page (#3738)

### Robustness (ROB)
- Several fixes

[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.13.3...6.14.0)


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.64 -r1.65 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.71 pkgsrc/textproc/py-pdf/Makefile:1.72
--- pkgsrc/textproc/py-pdf/Makefile:1.71        Sun Jun 28 15:41:41 2026
+++ pkgsrc/textproc/py-pdf/Makefile     Sun Jun 28 15:58:43 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2026/06/28 15:41:41 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2026/06/28 15:58:43 wiz Exp $
 
-DISTNAME=      pypdf-6.13.3
+DISTNAME=      pypdf-6.14.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypdf/}
@@ -28,8 +28,8 @@ USE_LANGUAGES=        # none
 .if make(test)
 ALLOW_NETWORK_ACCESS=  yes
 .endif
-# as of 6.13.3
-# 90 failed, 1181 passed, 24 skipped, 3 xfailed
+# as of 6.14.2
+# 97 failed, 1213 passed, 24 skipped, 3 xfailed
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311

Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.64 pkgsrc/textproc/py-pdf/distinfo:1.65
--- pkgsrc/textproc/py-pdf/distinfo:1.64        Sun Jun 21 08:00:51 2026
+++ pkgsrc/textproc/py-pdf/distinfo     Sun Jun 28 15:58:43 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.64 2026/06/21 08:00:51 wiz Exp $
+$NetBSD: distinfo,v 1.65 2026/06/28 15:58:43 wiz Exp $
 
-BLAKE2s (pypdf-6.13.3.tar.gz) = dd495fd3c8d15888f4318a18926de72b02c8165be31c5788c49ec8a845fe2434
-SHA512 (pypdf-6.13.3.tar.gz) = 3e7c346391be28d337538fd4b4fab3c57f0c7ac873d53316891842db9bb07f37dbdbff403ada9f0c39222a861d2968d19576622a3c01332ba950129b3f899125
-Size (pypdf-6.13.3.tar.gz) = 6484063 bytes
+BLAKE2s (pypdf-6.14.2.tar.gz) = 6e88fc156f6b591d46b2727d148798bf089bc5246f51054fe1ef8edea6b3a206
+SHA512 (pypdf-6.14.2.tar.gz) = 84afddc4c2dd0b219bbda1d28d55814fe676d39d7c8919c8040886093383b7f0bbc256f059c3c121b08b5463999f766d0ecc5b69ff6cb243cf194515c948da20
+Size (pypdf-6.14.2.tar.gz) = 6491182 bytes



Home | Main Index | Thread Index | Old Index