Skip to content

Commit

Permalink
www/ruby-rails-html-sanitizer: update to 1.3.0
Browse files Browse the repository at this point in the history
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. rails/rails-html-sanitizer#87

  *Juanito Fatas*

* Remove `href` from LinkScrubber's `tags` as it's not an element.
  rails/rails-html-sanitizer#92

  *Juanito Fatas*

* Explain that we don't need to bump Loofah here if there's CVEs.
  rails/rails-html-sanitizer@d4d823c

  *Kasper Timm Hansen*
  • Loading branch information
taca committed Mar 20, 2020
1 parent 7fd3aae commit 4976b71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/ruby-rails-html-sanitizer/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2018/03/23 14:06:32 taca Exp $
# $NetBSD: Makefile,v 1.3 2020/03/20 17:54:27 taca Exp $

DISTNAME= rails-html-sanitizer-1.0.4
DISTNAME= rails-html-sanitizer-1.3.0
CATEGORIES= www

MAINTAINER= minskim@NetBSD.org
Expand Down
10 changes: 5 additions & 5 deletions www/ruby-rails-html-sanitizer/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2018/03/23 14:06:32 taca Exp $
$NetBSD: distinfo,v 1.3 2020/03/20 17:54:27 taca Exp $

SHA1 (rails-html-sanitizer-1.0.4.gem) = c64193a5f8d6ee528e8b6e1628080869f697a4ff
RMD160 (rails-html-sanitizer-1.0.4.gem) = 7ea3688ee865171238870e6dc89c2eed0ceb3c9e
SHA512 (rails-html-sanitizer-1.0.4.gem) = f608f2b642869606fc2c3986298a8ae3e36c676a7eda5e3cce419700961bfed011f8d4a2dcb59e5d32a41f556815ca5f214ec19f8940ce71d1217ba84686b8e1
Size (rails-html-sanitizer-1.0.4.gem) = 15872 bytes
SHA1 (rails-html-sanitizer-1.3.0.gem) = 90c3c3d2c2cff685b1308b67ff441e94aae579d0
RMD160 (rails-html-sanitizer-1.3.0.gem) = 73d30b8952a7dadfbb70d6dfb4025292f8103806
SHA512 (rails-html-sanitizer-1.3.0.gem) = 01d67f750ffc6ac857e4dc47b77d66e02acc4488f353af97e2fc367590fe85107b631aaf8b32f61f9e1f375c93e1b24fbf966f738e35483f5174880a0ffe5ddb
Size (rails-html-sanitizer-1.3.0.gem) = 16384 bytes

0 comments on commit 4976b71

Please sign in to comment.