pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-raindrops



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 19 13:35:33 UTC 2023

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

Log Message:
www/ruby-raindrops: update to 0.20.1

0.20.1 (2023-02-25)

* Fix queue stats for sockets with SO_REUSEPORT
* Fix off by one error in test


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-raindrops/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ruby-raindrops/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ruby-raindrops/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-raindrops/Makefile
diff -u pkgsrc/www/ruby-raindrops/Makefile:1.15 pkgsrc/www/ruby-raindrops/Makefile:1.16
--- pkgsrc/www/ruby-raindrops/Makefile:1.15     Sat Dec 11 15:44:20 2021
+++ pkgsrc/www/ruby-raindrops/Makefile  Sun Mar 19 13:35:33 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2021/12/11 15:44:20 taca Exp $
+# $NetBSD: Makefile,v 1.16 2023/03/19 13:35:33 taca Exp $
 
-DISTNAME=      raindrops-0.20.0
+DISTNAME=      raindrops-0.20.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-raindrops/PLIST
diff -u pkgsrc/www/ruby-raindrops/PLIST:1.8 pkgsrc/www/ruby-raindrops/PLIST:1.9
--- pkgsrc/www/ruby-raindrops/PLIST:1.8 Mon Jun  5 15:34:33 2017
+++ pkgsrc/www/ruby-raindrops/PLIST     Sun Mar 19 13:35:33 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2017/06/05 15:34:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2023/03/19 13:35:33 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/raindrops_ext.${RUBY_DLEXT}
@@ -54,6 +54,7 @@ ${GEM_LIBDIR}/test/test_linux_all_tcp_li
 ${GEM_LIBDIR}/test/test_linux_all_tcp_listen_stats_leak.rb
 ${GEM_LIBDIR}/test/test_linux_ipv6.rb
 ${GEM_LIBDIR}/test/test_linux_middleware.rb
+${GEM_LIBDIR}/test/test_linux_reuseport_tcp_listen_stats.rb
 ${GEM_LIBDIR}/test/test_middleware.rb
 ${GEM_LIBDIR}/test/test_middleware_unicorn.rb
 ${GEM_LIBDIR}/test/test_middleware_unicorn_ipv6.rb

Index: pkgsrc/www/ruby-raindrops/distinfo
diff -u pkgsrc/www/ruby-raindrops/distinfo:1.17 pkgsrc/www/ruby-raindrops/distinfo:1.18
--- pkgsrc/www/ruby-raindrops/distinfo:1.17     Sat Dec 11 15:44:20 2021
+++ pkgsrc/www/ruby-raindrops/distinfo  Sun Mar 19 13:35:33 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/12/11 15:44:20 taca Exp $
+$NetBSD: distinfo,v 1.18 2023/03/19 13:35:33 taca Exp $
 
-BLAKE2s (raindrops-0.20.0.gem) = 60462e1b32835e93bb61798ba050011ca522d87458547a79c74b54468757a30f
-SHA512 (raindrops-0.20.0.gem) = e3ef6b51e9498d8e8c978e745a15484ea8dd6970c94f7bb82be542e3b612f6abd862bdc5e5bd5f01c4f07982cda3fc98b9e504fb6c6c2a0b0048476cf202b1b0
-Size (raindrops-0.20.0.gem) = 62976 bytes
+BLAKE2s (raindrops-0.20.1.gem) = 2484f8d0473f5f58bf06a544b8f9e18c64ab5e61d97e209ec9e607ab63c78ffc
+SHA512 (raindrops-0.20.1.gem) = 967ea89547846ac753d96812c11591bc6d52f780e3bd37eb9fc28c895304422d1c8969ab95c9c2cd11e153802608824f63e39e2cf800261322808a7e15332aac
+Size (raindrops-0.20.1.gem) = 63488 bytes



Home | Main Index | Thread Index | Old Index