pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/ruby-pdf-reader
Module Name: pkgsrc
Committed By: taca
Date: Thu Aug 14 15:11:41 UTC 2025
Modified Files:
pkgsrc/print/ruby-pdf-reader: Makefile distinfo
Log Message:
print/ruby-pdf-reader: update to 2.15.0
2.15.0 (2025-08-13)
* Overhaul sorbet types, moving from an external RBI file to inline comments
in RBS syntax
- multiple PRs, but mainly https://github.com/yob/pdf-reader/pull/562
- See https://railsatscale.com/2025-04-23-rbs-support-for-sorbet/
- No impact expected for most users, but projects that use sorbet may find
subtle changes in the RBI file that is shipped with the gem
* Relax version requirements for dependency afm, allow 1.x
(https://github.com/yob/pdf-reader/pull/557)
* Improve text positioning logic in some PDFs
(https://github.com/yob/pdf-reader/pull/554)
* Multiple fixes for encrypted files
- Some files with passwords > 32 bytes long
(https://github.com/yob/pdf-reader/pull/555)
- Some files that contain cipher text with a 16 byte IV and no further
blocks (https://github.com/yob/pdf-reader/pull/561)
- Some files that encrypted data with no padding
(https://github.com/yob/pdf-reader/pull/564)
* Add jruby 10 to CI matrix (https://github.com/yob/pdf-reader/pull/552)
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/print/ruby-pdf-reader/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/print/ruby-pdf-reader/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/ruby-pdf-reader/Makefile
diff -u pkgsrc/print/ruby-pdf-reader/Makefile:1.32 pkgsrc/print/ruby-pdf-reader/Makefile:1.33
--- pkgsrc/print/ruby-pdf-reader/Makefile:1.32 Sun Feb 9 14:46:22 2025
+++ pkgsrc/print/ruby-pdf-reader/Makefile Thu Aug 14 15:11:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2025/02/09 14:46:22 taca Exp $
+# $NetBSD: Makefile,v 1.33 2025/08/14 15:11:41 taca Exp $
-DISTNAME= pdf-reader-2.14.1
+DISTNAME= pdf-reader-2.15.0
CATEGORIES= print
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,7 +11,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-Ascii85>=1.0.0:../../converters/ruby-Ascii85
DEPENDS+= ${RUBY_PKGPREFIX}-rc4>=0:../../security/ruby-rc4
DEPENDS+= ${RUBY_PKGPREFIX}-hashery>=2.0<3:../../devel/ruby-hashery
-DEPENDS+= ${RUBY_PKGPREFIX}-afm>=0.2.1<0.3:../../fonts/ruby-afm
+DEPENDS+= ${RUBY_PKGPREFIX}-afm>=0.2.1<2:../../fonts/ruby-afm
DEPENDS+= ${RUBY_PKGPREFIX}-ttfunk>=0:../../fonts/ruby-ttfunk
USE_LANGUAGES= # none
Index: pkgsrc/print/ruby-pdf-reader/distinfo
diff -u pkgsrc/print/ruby-pdf-reader/distinfo:1.31 pkgsrc/print/ruby-pdf-reader/distinfo:1.32
--- pkgsrc/print/ruby-pdf-reader/distinfo:1.31 Sun Feb 9 14:46:22 2025
+++ pkgsrc/print/ruby-pdf-reader/distinfo Thu Aug 14 15:11:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2025/02/09 14:46:22 taca Exp $
+$NetBSD: distinfo,v 1.32 2025/08/14 15:11:41 taca Exp $
-BLAKE2s (pdf-reader-2.14.1.gem) = f5458f46f850d7c72c687787b908f2882244e5eec87dc7ebfb9e56868e8463d1
-SHA512 (pdf-reader-2.14.1.gem) = a123b3671fccae382ba979df3bce5c5d8e35fa6f55755ad97a486551f246297dfc1aee14627dfdd98882eadc6051ddede40d13e2fbe52434e18116af647257c2
-Size (pdf-reader-2.14.1.gem) = 236032 bytes
+BLAKE2s (pdf-reader-2.15.0.gem) = 3c3edcf4afa497045941c957d5d3aa02c8a9ce12ae0cf1bdc8de55bb9dc7018e
+SHA512 (pdf-reader-2.15.0.gem) = 92d7e68f288350001b1975cd63ce706c9baf60e76e6980dc47b9a47c2268e6b9df9f2dffe3a5748307afdf8a79d0cfc5e0c47d3dbed86a9ee50bce842dc0c726
+Size (pdf-reader-2.15.0.gem) = 240640 bytes
Home |
Main Index |
Thread Index |
Old Index