pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-faye-websocket
Module Name: pkgsrc
Committed By: taca
Date: Sun Jun 14 16:16:05 UTC 2020
Modified Files:
pkgsrc/www/ruby-faye-websocket: Makefile distinfo
Log Message:
www/ruby-faye-websocket: update to 0.10.9
Update ruby-faye-websocket to 0.10.9.
pkgsrc changes:
* Add "USE_LANGUAGES= # none".
* Update LICENSE to apache-2.0.
### 0.10.9 / 2019-06-13
- Use the EventMachine API rather than `IO#write` to write data; this uses the
event loop and avoids getting blocked by slow clients
### 0.10.8 / 2019-06-10
- In the case of a close timeout, don't block on waiting for writing to the
socket to complete
- Fix a race condition that caused a timeout not to be cancelled immediately
when the WebSocket is closed
- Change license from MIT to Apache 2.0
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-faye-websocket/Makefile \
pkgsrc/www/ruby-faye-websocket/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-faye-websocket/Makefile
diff -u pkgsrc/www/ruby-faye-websocket/Makefile:1.2 pkgsrc/www/ruby-faye-websocket/Makefile:1.3
--- pkgsrc/www/ruby-faye-websocket/Makefile:1.2 Mon Mar 20 14:03:56 2017
+++ pkgsrc/www/ruby-faye-websocket/Makefile Sun Jun 14 16:16:05 2020
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2017/03/20 14:03:56 tsutsui Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/14 16:16:05 taca Exp $
-DISTNAME= faye-websocket-0.10.7
+DISTNAME= faye-websocket-0.10.9
CATEGORIES= www
MAINTAINER= tsutsui%NetBSD.org@localhost
HOMEPAGE= https://github.com/faye/faye-websocket-ruby
COMMENT= Standards-compliant WebSocket server and client
-LICENSE= mit
+LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.0:../../devel/ruby-eventmachine
DEPENDS+= ${RUBY_PKGPREFIX}-websocket-driver>=0.5.1:../../www/ruby-websocket-driver
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-faye-websocket/distinfo
diff -u pkgsrc/www/ruby-faye-websocket/distinfo:1.2 pkgsrc/www/ruby-faye-websocket/distinfo:1.3
--- pkgsrc/www/ruby-faye-websocket/distinfo:1.2 Mon Mar 20 14:03:56 2017
+++ pkgsrc/www/ruby-faye-websocket/distinfo Sun Jun 14 16:16:05 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/03/20 14:03:56 tsutsui Exp $
+$NetBSD: distinfo,v 1.3 2020/06/14 16:16:05 taca Exp $
-SHA1 (faye-websocket-0.10.7.gem) = 0f540dbfcfdc2b6202edbfb6f6b46f7144a79492
-RMD160 (faye-websocket-0.10.7.gem) = f5ddd062d2ebcef1c4f258b100c880b93a5a86d3
-SHA512 (faye-websocket-0.10.7.gem) = 5911810dc25436d56df7a435f1a61c8e635c54ec65b918cd4768ca237bf4f0e40f09f0755eb610ea4161e668be631ec74e007bebeaa1d16c93dfd87abc8dbb77
-Size (faye-websocket-0.10.7.gem) = 19968 bytes
+SHA1 (faye-websocket-0.10.9.gem) = 2bc1d66aab42b7aa3bed0c8a275f1f92d356b04a
+RMD160 (faye-websocket-0.10.9.gem) = fa4d2e6e3bf70dbca73083e17c6735c66e74aa71
+SHA512 (faye-websocket-0.10.9.gem) = f359a7e6fdf0caa58fa3d121e334af0a64d7637a61855adde7e10877f35ee72c6a1fa86d4df0a65ab6e319ad7f4060d16640335e56402179f8d5c7966e3140c3
+Size (faye-websocket-0.10.9.gem) = 19968 bytes
Home |
Main Index |
Thread Index |
Old Index