pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-http_parser.rb
Module Name: pkgsrc
Committed By: taca
Date: Sun Jan 18 15:10:47 UTC 2026
Modified Files:
pkgsrc/www/ruby-http_parser.rb: Makefile PLIST distinfo
Log Message:
www/ruby-http_parser.rb: update to 0.8.1
0.8.1 (2025-12-23)
* Merge pull request #76 from tmm1/ci-ruby-3.2
CI: Update Ruby
* Merge pull request #77 from tmm1/replace-file_exists
Replace obsolete File.exists? with File exist?
* Merge pull request #82 from amatsuda/exclude_specs_from_gem_package
Exclude spec files from gem package
* Merge pull request #83 from kenhys/ci-update
Add missing Ruby 3.3/3.4 for CI
* Merge pull request #86 from mtasaka/ruby35-ractor-fix
bugfix: support ruby3.5.0dev Ractor change
* Merge pull request #87 from nobu/typed-data
Use typed data APIs
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-http_parser.rb/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-http_parser.rb/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ruby-http_parser.rb/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_parser.rb/Makefile
diff -u pkgsrc/www/ruby-http_parser.rb/Makefile:1.7 pkgsrc/www/ruby-http_parser.rb/Makefile:1.8
--- pkgsrc/www/ruby-http_parser.rb/Makefile:1.7 Sat Dec 11 15:34:30 2021
+++ pkgsrc/www/ruby-http_parser.rb/Makefile Sun Jan 18 15:10:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/12/11 15:34:30 taca Exp $
+# $NetBSD: Makefile,v 1.8 2026/01/18 15:10:47 taca Exp $
-DISTNAME= http_parser.rb-0.8.0
+DISTNAME= http_parser.rb-0.8.1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/ruby-http_parser.rb/PLIST
diff -u pkgsrc/www/ruby-http_parser.rb/PLIST:1.6 pkgsrc/www/ruby-http_parser.rb/PLIST:1.7
--- pkgsrc/www/ruby-http_parser.rb/PLIST:1.6 Sat Dec 11 15:34:30 2021
+++ pkgsrc/www/ruby-http_parser.rb/PLIST Sun Jan 18 15:10:47 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/12/11 15:34:30 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/01/18 15:10:47 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/ruby_http_parser.${RUBY_DLEXT}
@@ -81,10 +81,6 @@ ${GEM_LIBDIR}/http_parser.rb.gemspec
${GEM_LIBDIR}/lib/http/parser.rb
${GEM_LIBDIR}/lib/http_parser.rb
${GEM_LIBDIR}/lib/ruby_http_parser.${RUBY_DLEXT}
-${GEM_LIBDIR}/spec/parser_spec.rb
-${GEM_LIBDIR}/spec/spec_helper.rb
-${GEM_LIBDIR}/spec/support/requests.json
-${GEM_LIBDIR}/spec/support/responses.json
${GEM_LIBDIR}/tasks/compile.rake
${GEM_LIBDIR}/tasks/fixtures.rake
${GEM_LIBDIR}/tasks/spec.rake
Index: pkgsrc/www/ruby-http_parser.rb/distinfo
diff -u pkgsrc/www/ruby-http_parser.rb/distinfo:1.8 pkgsrc/www/ruby-http_parser.rb/distinfo:1.9
--- pkgsrc/www/ruby-http_parser.rb/distinfo:1.8 Sat Dec 11 15:34:30 2021
+++ pkgsrc/www/ruby-http_parser.rb/distinfo Sun Jan 18 15:10:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/12/11 15:34:30 taca Exp $
+$NetBSD: distinfo,v 1.9 2026/01/18 15:10:47 taca Exp $
-BLAKE2s (http_parser.rb-0.8.0.gem) = 944278a889084b30f47f71f05b7d10ea68065ae2b1de06c9184111d36d9f3f31
-SHA512 (http_parser.rb-0.8.0.gem) = 228e8a617154411c43a548f10d2d8d2cae2d97970f621b4ef2955de94ed1943611cff22659cd75d63a09a0a02396993ab646ee29303d99856b46a80253a618c8
-Size (http_parser.rb-0.8.0.gem) = 195072 bytes
+BLAKE2s (http_parser.rb-0.8.1.gem) = 602334a36b5e88ad39924c9478201366c6f9a48c8ce666ced535cbaa5fa399a6
+SHA512 (http_parser.rb-0.8.1.gem) = d57b1a47da8a55ef15b12933db48f7089c27119d138eb449d1b35c861d85e5d4d6da3a24140b156761933d303611870a738405af65b0b890c7eafaa0d053c420
+Size (http_parser.rb-0.8.1.gem) = 188416 bytes
Home |
Main Index |
Thread Index |
Old Index