pkgsrc/www/ruby-loofah/Makefile
taca ae5f2d5c0c www/ruby-loofah: update to 2.2.2
## 2.2.2 / 2018-03-22

Make public `Loofah::HTML5::Scrub.force_correct_attribute_escaping!`,
which was previously a private method. This is so that downstream gems
(like rails-html-sanitizer) can use this logic directly for their own
attribute scrubbers should they need to address CVE-2018-8048.
2018-03-23 14:33:21 +00:00

15 lines
447 B
Makefile

# $NetBSD: Makefile,v 1.4 2018/03/23 14:33:21 taca Exp $
DISTNAME= loofah-2.2.2
CATEGORIES= www
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/kieranmasterton/loofah
COMMENT= HTML sanitizer for Rails applications
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.5.9:../../textproc/ruby-nokogiri
DEPENDS+= ${RUBY_PKGPREFIX}-crass>=1.0.2<1.1:../../www/ruby-crass
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"