pkgsrc/www/ruby-http-cookie/Makefile
taca 3143fbae9a Update ruby-http-cookie to 1.0.3.
## 1.0.3 (2016-09-30)

- Treat comma as normal character in HTTP::Cookie.cookie_value_to_hash
  instead of key-value pair separator.  This should fix the problem
  described in CVE-2016-7401.
2016-09-30 15:36:59 +00:00

14 lines
408 B
Makefile

# $NetBSD: Makefile,v 1.2 2016/09/30 15:36:59 taca Exp $
DISTNAME= http-cookie-1.0.3
CATEGORIES= www ruby
MAINTAINER= taca@NetBSD.org
HOMEPAGE= https://github.com/sparklemotion/http-cookie
COMMENT= Ruby library to handle HTTP Cookies based on RFC 6265
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-domain_name>=0.5<1:../../net/ruby-domain_name
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"