41e230767d
Update ruby-websocket-extensions to 0.1.5. pkgsrc change: * Add "USE_LANGUAGES= # none". * Change LICENSE to apache-2.0. ### 0.1.5 / 2020-06-02 - Remove a ReDoS vulnerability in the header parser (CVE-2020-7663) ### 0.1.4 / 2019-06-10 - Fix a deprecation warning for using the `=~` operator on `true` - Change license from MIT to Apache 2.0
14 lines
373 B
Makefile
14 lines
373 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/06/14 15:57:43 taca Exp $
|
|
|
|
DISTNAME= websocket-extensions-0.1.5
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/faye/websocket-extensions-ruby
|
|
COMMENT= Generic extension manager for WebSocket connections
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|