pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/thin
Module Name: pkgsrc
Committed By: taca
Date: Mon Aug 11 16:09:42 UTC 2025
Modified Files:
pkgsrc/www/thin: Makefile PLIST distinfo
Log Message:
www/thin: update to 2.0.1
2.0.0 (2025-06-23)
* Ensure SERVER_PORT is correct when using SSL (#397)
* Remove mention of ActionCable in README.md
* Fix broken workflows. (#421)
* Bump Rack maximum version
* Use lowercase header in validate_with_lint helper
* Remove HTTP_VERSION
* Support streaming response via #call
* Fix usage of Rack::File.
* Fix version assignment.
* Add rdoc to gemfile.
* Add missing logger gem dependency.
* Add missing benchmark dependency.
* Log tests to debug hangs.
* Add missing ostruct gem.
* Fix flaky daemonize specs. (#434)
* Support rack 3.x and rackup (#435)
* Rack 3 no longer required environments (#437)
* Fix "No such file or directory @ rb_io_reopen" error from test.
* Rakefile: rely on Rake's rakelib/ default to auto-load multiple .rake
files.
* Remove legacy Ruby 1.8 compatibility shims.
2.0.1 (2025-06-24)
* Correction to uninitialized constant. Fixes #445 (#446)
* Add license files for ruby and gpl (#438)
* Use bake for release management.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/thin/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/thin/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/thin/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/thin/Makefile
diff -u pkgsrc/www/thin/Makefile:1.24 pkgsrc/www/thin/Makefile:1.25
--- pkgsrc/www/thin/Makefile:1.24 Sun Apr 30 14:55:01 2023
+++ pkgsrc/www/thin/Makefile Mon Aug 11 16:09:42 2025
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.24 2023/04/30 14:55:01 taca Exp $
+# $NetBSD: Makefile,v 1.25 2025/08/11 16:09:42 taca Exp $
-DISTNAME= thin-1.8.2
+DISTNAME= thin-2.0.1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/macournoyer/thin
COMMENT= Fast and very simple Ruby web server
-LICENSE= mit
+LICENSE= ruby-license OR 2-clause-bsd OR gnu-gpl-v2
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.6.0:../../www/ruby-rack
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons
Index: pkgsrc/www/thin/PLIST
diff -u pkgsrc/www/thin/PLIST:1.11 pkgsrc/www/thin/PLIST:1.12
--- pkgsrc/www/thin/PLIST:1.11 Sat Jan 16 13:43:38 2021
+++ pkgsrc/www/thin/PLIST Mon Aug 11 16:09:42 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2021/01/16 13:43:38 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/08/11 16:09:42 taca Exp $
bin/thin${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
@@ -30,6 +30,7 @@ ${GEM_LIBDIR}/ext/thin_parser/thin.c
${GEM_LIBDIR}/lib/rack/adapter/loader.rb
${GEM_LIBDIR}/lib/rack/adapter/rails.rb
${GEM_LIBDIR}/lib/rack/handler/thin.rb
+${GEM_LIBDIR}/lib/rackup/handler/thin.rb
${GEM_LIBDIR}/lib/thin.rb
${GEM_LIBDIR}/lib/thin/backends/base.rb
${GEM_LIBDIR}/lib/thin/backends/swiftiply_client.rb
@@ -42,8 +43,10 @@ ${GEM_LIBDIR}/lib/thin/controllers/contr
${GEM_LIBDIR}/lib/thin/controllers/service.rb
${GEM_LIBDIR}/lib/thin/controllers/service.sh.erb
${GEM_LIBDIR}/lib/thin/daemonizing.rb
+${GEM_LIBDIR}/lib/thin/env.rb
${GEM_LIBDIR}/lib/thin/headers.rb
${GEM_LIBDIR}/lib/thin/logging.rb
+${GEM_LIBDIR}/lib/thin/rackup/handler.rb
${GEM_LIBDIR}/lib/thin/request.rb
${GEM_LIBDIR}/lib/thin/response.rb
${GEM_LIBDIR}/lib/thin/runner.rb
Index: pkgsrc/www/thin/distinfo
diff -u pkgsrc/www/thin/distinfo:1.21 pkgsrc/www/thin/distinfo:1.22
--- pkgsrc/www/thin/distinfo:1.21 Sun Apr 30 14:55:01 2023
+++ pkgsrc/www/thin/distinfo Mon Aug 11 16:09:42 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2023/04/30 14:55:01 taca Exp $
+$NetBSD: distinfo,v 1.22 2025/08/11 16:09:42 taca Exp $
-BLAKE2s (thin-1.8.2.gem) = fd0921622a7ad3b4682c441ee0ae9023570857ebe8cb4a2d361d264ac6367453
-SHA512 (thin-1.8.2.gem) = 8b031ea78b8051587fe93f7da417b6403d132f232b8bd01c843d4754be336705261d7081042662432d8d4ad9724ddf3321a85197cf15a784ace2a31f7164fadc
-Size (thin-1.8.2.gem) = 59904 bytes
+BLAKE2s (thin-2.0.1.gem) = 4e8adddff41ef8e5916c0a3ab0b98d15882e73013b73313292bee7ca9bf4a915
+SHA512 (thin-2.0.1.gem) = 1f0dc53d3643ee89056bb49f6d3de7e661e4099ea2358035ed91803acfc5ccd211b51deac598240236655aa1b6cbab750abd2ddb0fbf08984deed6fc05caf740
+Size (thin-2.0.1.gem) = 59904 bytes
Home |
Main Index |
Thread Index |
Old Index