diff options
author | taca <taca@pkgsrc.org> | 2018-03-23 14:33:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-03-23 14:33:21 +0000 |
commit | 0df12a08a5e2b51648da5c6a75419c1093d49425 (patch) | |
tree | b73a38250493682371b77c12c6e56e3bd80c59e4 | |
parent | a969017a2b62f77c3713445e693b6dcbf96a50c8 (diff) | |
download | pkgsrc-0df12a08a5e2b51648da5c6a75419c1093d49425.tar.gz |
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.
-rw-r--r-- | www/ruby-loofah/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-loofah/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/ruby-loofah/Makefile b/www/ruby-loofah/Makefile index c54b23e0d6f..cac5e4d0beb 100644 --- a/www/ruby-loofah/Makefile +++ b/www/ruby-loofah/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/03/21 12:09:39 taca Exp $ +# $NetBSD: Makefile,v 1.4 2018/03/23 14:33:21 taca Exp $ -DISTNAME= loofah-2.2.1 +DISTNAME= loofah-2.2.2 CATEGORIES= www MAINTAINER= minskim@NetBSD.org diff --git a/www/ruby-loofah/distinfo b/www/ruby-loofah/distinfo index 1b2a564c51c..6fc22255664 100644 --- a/www/ruby-loofah/distinfo +++ b/www/ruby-loofah/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/03/21 12:09:39 taca Exp $ +$NetBSD: distinfo,v 1.4 2018/03/23 14:33:21 taca Exp $ -SHA1 (loofah-2.2.1.gem) = 124094ccdb70f8ed7dbc899c828e5d902f3155c8 -RMD160 (loofah-2.2.1.gem) = cfb7ab71026d8952165ff316383653d8899f79af -SHA512 (loofah-2.2.1.gem) = df971a1bee08f0ee0913af2b4b7baefa6d1ad04af82de796f6f0d505fab7749d52ce79db0118343d336bdae6fcfd4190fecb315019b2c821d81ac1c08d5b8e2a -Size (loofah-2.2.1.gem) = 65024 bytes +SHA1 (loofah-2.2.2.gem) = 6673a94800c0b179eb25d16fb0610d632eb87614 +RMD160 (loofah-2.2.2.gem) = 9c3b97665e35a74d2ea838d2a51324a2f4811575 +SHA512 (loofah-2.2.2.gem) = 3c64182f8fdb7d79a5be65969728c4c51a4535f53fdae7c8e5f4d487d43af3efac9d2f3746d8e02564d0979e94a0e63dc5974701c151e31c502cb8ff97f1295e +Size (loofah-2.2.2.gem) = 65024 bytes |