pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-http-cookie



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Apr 12 15:27:21 UTC 2026

Modified Files:
        pkgsrc/www/ruby-http-cookie: Makefile distinfo

Log Message:
www/ruby-http-cookie: update to 1.1.4

1.1.1 (2026-04-06)

* Fix thread-unsafe runtime requires. (#43 by @brasic, #57)
* Replace require 'cgi' with require 'cgi/escape' to suppress Ruby 4.0
  warning. (#56 by @dominion525)
* Do not define MozillaStore on JRuby; leave the constant undefined instead.
* Relax sqlite3 development dependency to >= 1.3.

1.1.2 (2026-04-06)

* Stop requiring sqlite3 at load time by changing MozillaStore::Database
  from inheritance to composition.

1.1.3 (2026-04-06)

* Restore compatibility with Ruby 2.6.

1.1.4 (2026-04-07)

* Fix require "http/cookie_jar" raising NameError: uninitialized constant
  HTTP. (#61)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ruby-http-cookie/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-http-cookie/distinfo

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

Modified files:

Index: pkgsrc/www/ruby-http-cookie/Makefile
diff -u pkgsrc/www/ruby-http-cookie/Makefile:1.8 pkgsrc/www/ruby-http-cookie/Makefile:1.9
--- pkgsrc/www/ruby-http-cookie/Makefile:1.8    Mon Nov  3 06:02:40 2025
+++ pkgsrc/www/ruby-http-cookie/Makefile        Sun Apr 12 15:27:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2025/11/03 06:02:40 taca Exp $
+# $NetBSD: Makefile,v 1.9 2026/04/12 15:27:21 taca Exp $
 
-DISTNAME=      http-cookie-1.1.0
+DISTNAME=      http-cookie-1.1.4
 CATEGORIES=    www
 
 MAINTAINER=    taca%NetBSD.org@localhost

Index: pkgsrc/www/ruby-http-cookie/distinfo
diff -u pkgsrc/www/ruby-http-cookie/distinfo:1.11 pkgsrc/www/ruby-http-cookie/distinfo:1.12
--- pkgsrc/www/ruby-http-cookie/distinfo:1.11   Mon Nov  3 06:02:40 2025
+++ pkgsrc/www/ruby-http-cookie/distinfo        Sun Apr 12 15:27:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/11/03 06:02:40 taca Exp $
+$NetBSD: distinfo,v 1.12 2026/04/12 15:27:21 taca Exp $
 
-BLAKE2s (http-cookie-1.1.0.gem) = b3682c8bd5d386c1bea051107fd67adf60aa38bbfa22dfc5d78082cb7f4c6233
-SHA512 (http-cookie-1.1.0.gem) = c360d8ffa7b3febf544e96e9408759a4aa5289f7b6ff5829ee4d880ac0802e80a80b65eaa042df1dc4ac77c171f4b809f11a4e2f4b3960561a914785636d837a
-Size (http-cookie-1.1.0.gem) = 26624 bytes
+BLAKE2s (http-cookie-1.1.4.gem) = f49882aa5f16480ae8385e2bb248dda00a76056091cdabab12551d2789855a07
+SHA512 (http-cookie-1.1.4.gem) = 7d8c85bc043b15bf26b258399c305b3f8257f95f5da90d99065009688cb122e6d26de3393bedbd62694f10d42a825b9aa99bcdb3e0b4bc4f8919044d624cdf4a
+Size (http-cookie-1.1.4.gem) = 26112 bytes



Home | Main Index | Thread Index | Old Index