pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/ruby-Ascii85
Module Name: pkgsrc
Committed By: taca
Date: Wed Sep 18 14:37:18 UTC 2024
Modified Files:
pkgsrc/converters/ruby-Ascii85: Makefile PLIST distinfo
Log Message:
converters/ruby-Ascii85: update to 2.0.1
2.0.0 (2024-08-20)
BREAKING CHANGES
* The minimum required Ruby version has been raised to 2.7.0.
Added
* Ascii85.decode_raw method that doesn't expect the input to be wrapped in
<~ and ~> delimiters.
* Ascii85.extract method to extract encoded text from between <~ and ~> for
feeding to #decode_raw.
* Option to pass an IO-object as input to #encode and #decode_raw instead of
a String.
* Option to pass an IO-object to #encode and #decode_raw for output. Output
is written to the object instead of being returned as a String.
* Streaming capability for #encode and #decode_raw when both input and
output are IO objects, using constant memory.
2.0.1 (2024-09-15)
Fixed
* Decoding binary data could lead to Encoding errors (Issue #8)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/converters/ruby-Ascii85/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/converters/ruby-Ascii85/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/converters/ruby-Ascii85/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/ruby-Ascii85/Makefile
diff -u pkgsrc/converters/ruby-Ascii85/Makefile:1.7 pkgsrc/converters/ruby-Ascii85/Makefile:1.8
--- pkgsrc/converters/ruby-Ascii85/Makefile:1.7 Sun May 12 15:02:36 2024
+++ pkgsrc/converters/ruby-Ascii85/Makefile Wed Sep 18 14:37:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/05/12 15:02:36 taca Exp $
+# $NetBSD: Makefile,v 1.8 2024/09/18 14:37:18 taca Exp $
-DISTNAME= Ascii85-1.1.1
+DISTNAME= Ascii85-2.0.1
CATEGORIES= converters
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/converters/ruby-Ascii85/PLIST
diff -u pkgsrc/converters/ruby-Ascii85/PLIST:1.5 pkgsrc/converters/ruby-Ascii85/PLIST:1.6
--- pkgsrc/converters/ruby-Ascii85/PLIST:1.5 Sun May 12 15:02:36 2024
+++ pkgsrc/converters/ruby-Ascii85/PLIST Wed Sep 18 14:37:18 2024
@@ -1,14 +1,15 @@
-@comment $NetBSD: PLIST,v 1.5 2024/05/12 15:02:36 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/09/18 14:37:18 taca Exp $
bin/ascii85${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Ascii85.gemspec
+${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/ascii85
${GEM_LIBDIR}/lib/Ascii85/version.rb
${GEM_LIBDIR}/lib/ascii85.rb
+${GEM_LIBDIR}/spec/bin/cli_spec.rb
${GEM_LIBDIR}/spec/lib/ascii85_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/converters/ruby-Ascii85/distinfo
diff -u pkgsrc/converters/ruby-Ascii85/distinfo:1.8 pkgsrc/converters/ruby-Ascii85/distinfo:1.9
--- pkgsrc/converters/ruby-Ascii85/distinfo:1.8 Sun May 12 15:02:36 2024
+++ pkgsrc/converters/ruby-Ascii85/distinfo Wed Sep 18 14:37:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/05/12 15:02:36 taca Exp $
+$NetBSD: distinfo,v 1.9 2024/09/18 14:37:18 taca Exp $
-BLAKE2s (Ascii85-1.1.1.gem) = e6d0bf66bccfa3259273d6901fbc3358c37c8ed86cbde204bd61f2d2a6a2bf54
-SHA512 (Ascii85-1.1.1.gem) = 6d2f9941ed88d4e7c3867a8c9da1bf56696195447be5f9edd5fc0f62231e60c2786363823703c26da9d614d776866a93a983d7e64a631532315c51b6eb258045
-Size (Ascii85-1.1.1.gem) = 12288 bytes
+BLAKE2s (Ascii85-2.0.1.gem) = 83607667ac0b08c751e51bd306a54d548eace3aa8053c485b503d4f62acc26c1
+SHA512 (Ascii85-2.0.1.gem) = 91396977e688f6e3607cff2da741f002c3e1702e5def27eaa3be55589bc7f1eb8c67895911be718269b9dd8229dd0b7fa35b9a30ea52c30d23e28ad23672c65e
+Size (Ascii85-2.0.1.gem) = 15360 bytes
Home |
Main Index |
Thread Index |
Old Index