CVS commit: pkgsrc/www/ruby-cgi
"Takahiro Kambe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: taca Date: Sun Jul 26 14:23:44 UTC 2026 Modified Files: pkgsrc/www/ruby-cgi: Makefile distinfo Log Message: www/ruby-cgi: update to 0.5.2 0.5.2 (2026-06-23) What's Changed * Improve readme copy/paste + update URLs to HTTPS by @tas50 in #101 * Add changelog URI to cgi.gemspec metadata by @phallstrom in #105 * Fix escape_html/h aliases to use C extension instead of pure Ruby fallback by @ianks in #110 * [DOC] More on CGI.new by @BurdetteLamar in #95 * [DOC] Doc for CGI#http_header by @BurdetteLamar in #98 * [DOC] Doc for accept_charset and accept_charset= by @BurdetteLamar in #97 * [DOC] Fix examples in accept_charset and http_header docs by @hsbt in #125 * Add 'digest' option by @nobu in #62 * Handle POST without Content-Length by @hsbt in #126 * Fix CGI.unescapeHTML CompatibilityError in the pure-Ruby fallback by @hsbt in #127 New Contributors * @tas50 made their first contribution in #101 * @phallstrom made their first contribution in #105 * @ianks made their first contribution in #110 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-cgi/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-cgi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 1.4 KB)
Modified files: Index: pkgsrc/www/ruby-cgi/Makefile diff -u pkgsrc/www/ruby-cgi/Makefile:1.6 pkgsrc/www/ruby-cgi/Makefile:1.7 --- pkgsrc/www/ruby-cgi/Makefile:1.6 Sun Jan 18 14:55:55 2026 +++ pkgsrc/www/ruby-cgi/Makefile Sun Jul 26 14:23:43 2026 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2026/01/18 14:55:55 taca Exp $ +# $NetBSD: Makefile,v 1.7 2026/07/26 14:23:43 taca Exp $ -DISTNAME= cgi-0.5.1 +DISTNAME= cgi-0.5.2 CATEGORIES= www MAINTAINER= [email protected] Index: pkgsrc/www/ruby-cgi/distinfo diff -u pkgsrc/www/ruby-cgi/distinfo:1.3 pkgsrc/www/ruby-cgi/distinfo:1.4 --- pkgsrc/www/ruby-cgi/distinfo:1.3 Sun Jan 18 14:55:55 2026 +++ pkgsrc/www/ruby-cgi/distinfo Sun Jul 26 14:23:43 2026 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2026/01/18 14:55:55 taca Exp $ +$NetBSD: distinfo,v 1.4 2026/07/26 14:23:43 taca Exp $ -BLAKE2s (cgi-0.5.1.gem) = 392322378f9b5c0b4bcca7900545598da705ca866253676666d5bd20549a910a -SHA512 (cgi-0.5.1.gem) = df230e79a27575ea1035b103112e5a5ec2463e6f0a117554ff4be56738c2e434d651b0dc9dd194734cb6e09e7050017e43e0f8289b4e54f9309c5e5198bac7b0 -Size (cgi-0.5.1.gem) = 39424 bytes +BLAKE2s (cgi-0.5.2.gem) = 48a23a477a2a123b94cd3aa3c17423b8ed8d1085e4599a7c8fb6d5d5cce57dc9 +SHA512 (cgi-0.5.2.gem) = ea9deb93a464cf8b9d5a2c80a7ff67428dbb64e76a068cdfe951da478c105f6e389edcc84bfea4414ca2fb8f00a472705b576f41772f479c702befdfe2b89ce7 +Size (cgi-0.5.2.gem) = 41984 bytes