pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-reline



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jul 27 15:54:17 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-reline: Makefile distinfo

Log Message:
devel/ruby-reline: update to 0.6.2

0.6.2 (2025-07-21)

What's Changed

Enhancements

* Implement end-of-history by @etiennebarrie in #826

Bug Fixes

* Rescue more errors in get/set_screen_size by @tompng in #824
* Fix cursor positioning for invalid halfwidth dakuten/handakuten
  combinations by @moznion in #832
* Fix quoted insert with invalid byte input by @tompng in #836
* Don't print useless prompt before escape sequence by @tompng in #839

Other Changes

* Enabled trusted publisher for rubygems.org by @hsbt in #828
* Bump step-security/harden-runner from 2.12.0 to 2.12.1 by @dependabot[bot]
  in #830
* Add validation for Encoding.default_external by @ksaito422 in #829
* Bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot[bot]
  in #831
* Add a test for non-ascii char input escaped with C-v by @tompng in #835
* Update grapheme cluster width calculation by @tompng in #837
* Support grapheme cluster that has width >= 3 by @tompng in #834
* Bump version to 0.6.2 by @ima1zumi in #843

New Contributors

* @ksaito422 made their first contribution in #829
* @moznion made their first contribution in #832


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-reline/Makefile \
    pkgsrc/devel/ruby-reline/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-reline/Makefile
diff -u pkgsrc/devel/ruby-reline/Makefile:1.4 pkgsrc/devel/ruby-reline/Makefile:1.5
--- pkgsrc/devel/ruby-reline/Makefile:1.4       Sat May 17 07:19:58 2025
+++ pkgsrc/devel/ruby-reline/Makefile   Sun Jul 27 15:54:17 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2025/05/17 07:19:58 taca Exp $
+# $NetBSD: Makefile,v 1.5 2025/07/27 15:54:17 taca Exp $
 
-DISTNAME=      reline-0.6.1
+DISTNAME=      reline-0.6.2
 CATEGORIES=    devel
 
 MAINTAINER=    wen%NetBSD.org@localhost
-HOMEPAGE=      https://rubygems.org/gems/reline/
+HOMEPAGE=      https://github.com/ruby/reline
 COMMENT=       Alternative GNU Readline or Editline implementation by pure Ruby
 LICENSE=       2-clause-bsd OR ruby-license
 
Index: pkgsrc/devel/ruby-reline/distinfo
diff -u pkgsrc/devel/ruby-reline/distinfo:1.4 pkgsrc/devel/ruby-reline/distinfo:1.5
--- pkgsrc/devel/ruby-reline/distinfo:1.4       Sat May 17 07:19:58 2025
+++ pkgsrc/devel/ruby-reline/distinfo   Sun Jul 27 15:54:17 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/05/17 07:19:58 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/07/27 15:54:17 taca Exp $
 
-BLAKE2s (reline-0.6.1.gem) = 03d72c63cb0da918645fd2dcdd388482cfd507e141d3d3106da2294d13c38d84
-SHA512 (reline-0.6.1.gem) = 83d1aad2d1d21a7ebea4ac2af1d31079be77e245b7751305dfab93f28e9afe24a41233282fc6828e7ee958e87ffef5c77454d6abaf5bca056b8962632d2730d0
-Size (reline-0.6.1.gem) = 51712 bytes
+BLAKE2s (reline-0.6.2.gem) = 9026324bee3d019322607d1dd204756ccbb4aac7ceeb364e37fb229812cbb132
+SHA512 (reline-0.6.2.gem) = eb2c98295722481a5d33fcfa5a6ac1f2dfba626dfcad5e5cf9deec2cca486f04e51d5e23b6281493453871df18dc19c33f503dad024f37678403317a7c8a6b5d
+Size (reline-0.6.2.gem) = 51712 bytes



Home | Main Index | Thread Index | Old Index