pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-http



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May  5 13:44:56 UTC 2026

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

Log Message:
www/ruby-http: update to 6.0.3

6.0.3 (2026-04-20)

Fixed

* Ship RBS signatures for downstream consumers.  Previously only
  sig/http.rbs was packaged, but it referenced LLHttp::Parser and
  LLHttp::Delegate (defined only in the unshipped sig/deps.rbs), causing
  Cannot find type LLHttp::Delegate errors in Steep when loading library
  "http".  Public LLHttp stubs are now shipped in sig/llhttp.rbs, and
  sig/manifest.yaml declares stdlib dependencies so consumers don't need to
  re-list them.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/ruby-http/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/ruby-http/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/ruby-http/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/Makefile
diff -u pkgsrc/www/ruby-http/Makefile:1.19 pkgsrc/www/ruby-http/Makefile:1.20
--- pkgsrc/www/ruby-http/Makefile:1.19  Sun Mar 29 13:42:24 2026
+++ pkgsrc/www/ruby-http/Makefile       Tue May  5 13:44:56 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2026/03/29 13:42:24 taca Exp $
+# $NetBSD: Makefile,v 1.20 2026/05/05 13:44:56 taca Exp $
 #
 
-DISTNAME=      http-6.0.2
+DISTNAME=      http-6.0.3
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-http/PLIST
diff -u pkgsrc/www/ruby-http/PLIST:1.16 pkgsrc/www/ruby-http/PLIST:1.17
--- pkgsrc/www/ruby-http/PLIST:1.16     Sun Mar 29 13:42:24 2026
+++ pkgsrc/www/ruby-http/PLIST  Tue May  5 13:44:56 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2026/03/29 13:42:24 taca Exp $
+@comment $NetBSD: PLIST,v 1.17 2026/05/05 13:44:56 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/LICENSE.txt
 ${GEM_LIBDIR}/README.md
@@ -65,4 +65,6 @@ ${GEM_LIBDIR}/lib/http/uri/normalizer.rb
 ${GEM_LIBDIR}/lib/http/uri/parsing.rb
 ${GEM_LIBDIR}/lib/http/version.rb
 ${GEM_LIBDIR}/sig/http.rbs
+${GEM_LIBDIR}/sig/llhttp.rbs
+${GEM_LIBDIR}/sig/manifest.yaml
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/www/ruby-http/distinfo
diff -u pkgsrc/www/ruby-http/distinfo:1.21 pkgsrc/www/ruby-http/distinfo:1.22
--- pkgsrc/www/ruby-http/distinfo:1.21  Sun Mar 29 13:42:24 2026
+++ pkgsrc/www/ruby-http/distinfo       Tue May  5 13:44:56 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2026/03/29 13:42:24 taca Exp $
+$NetBSD: distinfo,v 1.22 2026/05/05 13:44:56 taca Exp $
 
-BLAKE2s (http-6.0.2.gem) = fc1959e8fb403cd8ff92a8d726e41595c907818274f73257ab0787557f8a0ce4
-SHA512 (http-6.0.2.gem) = a94f407eed64236f7ff24d0e06d2a2110eb4ae5ecf988e4643d8cb6d70679dcd5f80bf66ece5063a9b5f430689173fc498c5edf26f55eb629bede71c9e57ef79
-Size (http-6.0.2.gem) = 78336 bytes
+BLAKE2s (http-6.0.3.gem) = f227d9146f6a5a370d1bdc1247ae19a88a1d912e9e1ddb1fe536cf8bbe4f8bce
+SHA512 (http-6.0.3.gem) = 5527b7d853b25a6f247b387dbb63907c94e7da3777ce26b32792cf895f8bff2752bd8bfe840182c7ec81a2df678e917bc534f4f173ee9da8c466ad8086156163
+Size (http-6.0.3.gem) = 78336 bytes



Home | Main Index | Thread Index | Old Index