pkgsrc/www/ruby-rails-html-sanitizer/Makefile
taca 9d870706fd www/ruby-rails-html-sanitizer: update to 1.3.0
Update ruby-rails-html-sanitizer to 1.3.0.


## 1.3.0

* Address deprecations in Loofah 2.3.0.

  *Josh Goodall*

## 1.2.0

* Remove needless `white_list_sanitizer` deprecation.

  By deprecating this, we were forcing Rails 5.2 to be updated or spew
  deprecations that users could do nothing about.

  That's pointless and I'm sorry for adding that!

  Now there's no deprecation warning and Rails 5.2 works out of the box, while
  Rails 6 can use the updated naming.

  *Kasper Timm Hansen*

## 1.1.0

* Add `safe_list_sanitizer` and deprecate `white_list_sanitizer` to be removed
  in 1.2.0. https://github.com/rails/rails-html-sanitizer/pull/87

  *Juanito Fatas*

* Remove `href` from LinkScrubber's `tags` as it's not an element.
  https://github.com/rails/rails-html-sanitizer/pull/92

  *Juanito Fatas*

* Explain that we don't need to bump Loofah here if there's CVEs.
  d4d823c617

  *Kasper Timm Hansen*
2020-03-20 17:54:27 +00:00

14 lines
390 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/03/20 17:54:27 taca Exp $
DISTNAME= rails-html-sanitizer-1.3.0
CATEGORIES= www
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rails/rails-html-sanitizer
COMMENT= HTML sanitizer for Rails applications
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-loofah>=2.2.0:../../www/ruby-loofah
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"