Received: by mail.netbsd.org (Postfix, from userid 605) id 5A09284DB2; Sat, 4 Feb 2023 13:37:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 89CD484D9B for ; Sat, 4 Feb 2023 13:37:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id p83sW8AJpVOH for ; Sat, 4 Feb 2023 13:37:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 980BF84D05 for ; Sat, 4 Feb 2023 13:37:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C8CEFA90; Sat, 4 Feb 2023 13:37:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675517877116010" MIME-Version: 1.0 Date: Sat, 4 Feb 2023 13:37:57 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-webrick To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230204133757.8C8CEFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675517877116010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 4 13:37:57 UTC 2023 Modified Files: pkgsrc/www/ruby-webrick: Makefile PLIST distinfo Log Message: www/ruby-webrick: update to 1.8.1 1.7.0 (2022-11-17) What's Changed * Extract creation of Net::HTTP in httpproxy by @wishdev in #41 * Fix httpd error in CJK directory by @jeremyevans in #42 * Use GitHub Actions instead of Travis CI (retry) by @deivid-rodriguez in #40 * Skip env-locale-sensitive CGI test on the "java" platform by @headius in #46 * Make readpartial limit chunk to appropriate size by @wishdev in #45 * Do not use ensure in a block without begin by @jeremyevans in #49 * Allow empty POST and PUT requests without content length by @jeremyevans in #50 * Only run test_big_bodies test on Ruby 2.5+ by @jeremyevans in #51 * Fix test when run with US-ASCII encoding by @jeremyevans in #52 * Allow shutdown_pipe to be passed in via @config by @wishdev in #44 * Ensure server port numbers are numeric and ensure they are stored as ... by @wishdev in #55 * Fix shutdown_pipe test issue by @wishdev in #54 * Allow EPROTOTYPE error when writing junk to a socket by @jeremyevans in #56 * Use ruby/setup-ruby instead of actions/setup-ruby by @hsbt in #58 * Refix test_shutdown_pipe by @wishdev in #59 * add mime type of extention mjs by @paulownia in #60 * Make it more strict to interpret some headers by @mame in #61 1.8.0 (2023-01-27) What's Changed * Use frozen strings by @kirs in #65 * Use test-unit by @hsbt in #66 * More rubies on CI, deprecating ruby 2.3 due to test failure by @mathieujobin in #68 * Adds common mime types by @gotoken in #75 * add mime type for .webmanifest extension by @olleolleolle in #76 * CI: use bundler-cache: true by @olleolleolle in #79 * Typo by @printfinn in #78 * s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #82 * Fix invalid use of IP addresses in SNI by @jeremyevans in #83 * Bump actions/checkout from 2 to 3 by @dependabot in #91 * remove unneeded bin/console and bin/setup files from gemspec by @Benjamin-L in #94 * Accept put requests by @bharjr01 in #70 * Move the host request parsing to a separate method. by @wishdev in #85 * Only output prime information to $stderr if $VERBOSE by @jeremyevans in #88 * Better support for connection upgrade and bi-directional streaming. by @ioquatix in #101 1.8.1 (2023-01-27) What's Changed * Body should be non-frozen by default. by @ioquatix in #103 * Join test thread. by @ioquatix in #104 * Fix several regexp warnings. by @ioquatix in #105 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/ruby-webrick/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-webrick/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-webrick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675517877116010 Content-Disposition: inline Content-Length: 2152 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-webrick/Makefile diff -u pkgsrc/www/ruby-webrick/Makefile:1.18 pkgsrc/www/ruby-webrick/Makefile:1.19 --- pkgsrc/www/ruby-webrick/Makefile:1.18 Mon Jan 18 15:41:09 2021 +++ pkgsrc/www/ruby-webrick/Makefile Sat Feb 4 13:37:57 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2021/01/18 15:41:09 taca Exp $ +# $NetBSD: Makefile,v 1.19 2023/02/04 13:37:57 taca Exp $ -DISTNAME= webrick-1.7.0 +DISTNAME= webrick-1.8.1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-webrick/PLIST diff -u pkgsrc/www/ruby-webrick/PLIST:1.4 pkgsrc/www/ruby-webrick/PLIST:1.5 --- pkgsrc/www/ruby-webrick/PLIST:1.4 Mon Jan 18 15:41:09 2021 +++ pkgsrc/www/ruby-webrick/PLIST Sat Feb 4 13:37:57 2023 @@ -1,11 +1,9 @@ -@comment $NetBSD: PLIST,v 1.4 2021/01/18 15:41:09 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2023/02/04 13:37:57 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/LICENSE.txt ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/bin/console -${GEM_LIBDIR}/bin/setup ${GEM_LIBDIR}/lib/webrick.rb ${GEM_LIBDIR}/lib/webrick/accesslog.rb ${GEM_LIBDIR}/lib/webrick/cgi.rb Index: pkgsrc/www/ruby-webrick/distinfo diff -u pkgsrc/www/ruby-webrick/distinfo:1.9 pkgsrc/www/ruby-webrick/distinfo:1.10 --- pkgsrc/www/ruby-webrick/distinfo:1.9 Tue Oct 26 11:31:06 2021 +++ pkgsrc/www/ruby-webrick/distinfo Sat Feb 4 13:37:57 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:31:06 nia Exp $ +$NetBSD: distinfo,v 1.10 2023/02/04 13:37:57 taca Exp $ -BLAKE2s (webrick-1.7.0.gem) = e49d1e9fe9a7f58ba988af614c9bfe2cce6675b198ccb4e7f27d3614b906a29a -SHA512 (webrick-1.7.0.gem) = 5f242b50300046fe7c22ecd1640a73e5815e05a72bedfebe6bc39c24c92bd61abdd180860de0d194c0eebbc640b507b6892de181d3b577c5372ace0ca6faf2a3 -Size (webrick-1.7.0.gem) = 59392 bytes +BLAKE2s (webrick-1.8.1.gem) = d00e8666aaf86df0f82be93616b97642e347bf6efb4767c67415741aeaa7556f +SHA512 (webrick-1.8.1.gem) = 3bf45e3a52190dccaa6e883923448b745a420eff2a1533eacdd2aed0e4c67f5c6d813c85606f8fc12952c004e4984fd97ebc3c361a42b49cebe5b84c8fc6e99d +Size (webrick-1.8.1.gem) = 59392 bytes --_----------=_1675517877116010--