pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-amq-protocol



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep  6 15:08:56 UTC 2026

Modified Files:
        pkgsrc/net/ruby-amq-protocol: Makefile distinfo

Log Message:
net/ruby-amq-protocol: update to 2.9.0

2.9.0 (2026-08-27)

amq-protocol Now Requires Ruby 3.2

  Ruby 3.0 and 3.1 are end of life. The URI parser now uses
  URI.decode_uri_component, which Ruby 3.2 provides.

URI Components Are Percent-Decoded, Not Form-Decoded

  AMQ::URI.parse decoded the username, password and virtual host with
  CGI.unescape, so a password such as pa+ss was parsed as pa ss and failed
  to authenticate.  They are now percent-decoded; use %20 where a + used to
  mean a space.

Contributed by @Garaio-REM.

GitHub issue: #89


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/ruby-amq-protocol/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/ruby-amq-protocol/distinfo

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

Modified files:

Index: pkgsrc/net/ruby-amq-protocol/Makefile
diff -u pkgsrc/net/ruby-amq-protocol/Makefile:1.23 pkgsrc/net/ruby-amq-protocol/Makefile:1.24
--- pkgsrc/net/ruby-amq-protocol/Makefile:1.23  Tue May  5 13:11:37 2026
+++ pkgsrc/net/ruby-amq-protocol/Makefile       Sun Sep  6 15:08:56 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2026/05/05 13:11:37 taca Exp $
+# $NetBSD: Makefile,v 1.24 2026/09/06 15:08:56 taca Exp $
 
-DISTNAME=      amq-protocol-2.8.0
+DISTNAME=      amq-protocol-2.9.0
 CATEGORIES=    net
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/net/ruby-amq-protocol/distinfo
diff -u pkgsrc/net/ruby-amq-protocol/distinfo:1.24 pkgsrc/net/ruby-amq-protocol/distinfo:1.25
--- pkgsrc/net/ruby-amq-protocol/distinfo:1.24  Tue May  5 13:11:37 2026
+++ pkgsrc/net/ruby-amq-protocol/distinfo       Sun Sep  6 15:08:56 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2026/05/05 13:11:37 taca Exp $
+$NetBSD: distinfo,v 1.25 2026/09/06 15:08:56 taca Exp $
 
-BLAKE2s (amq-protocol-2.8.0.gem) = 05bf43352aa6df289be049c376472f4d75bae52327897718c8fa122e6d390745
-SHA512 (amq-protocol-2.8.0.gem) = c770ac620cb26eca371ea66c74ffe61b8245bbcc04284c519a222bf18156f86eda5a15e6eefe727470c299d7241b9165887be31ea0b7a947b6275d0b79966c3c
-Size (amq-protocol-2.8.0.gem) = 26112 bytes
+BLAKE2s (amq-protocol-2.9.0.gem) = cfe4dcec1a29c3187db07bd364f87c9957eb120139fea14cb207c831d951e693
+SHA512 (amq-protocol-2.9.0.gem) = 7a94924d78d3bd8723349a14bb6b4e78bc099095bf98a3e8e9291f73e3f3d62a802c8f15802a8771a67ce81d41a7117ed369834f631cd753ed61c3ac3b372512
+Size (amq-protocol-2.9.0.gem) = 26624 bytes



Home | Main Index | Thread Index | Old Index