diff options
author | taca <taca@pkgsrc.org> | 2018-03-17 16:21:48 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-03-17 16:21:48 +0000 |
commit | 525706faa0c0542b15e533e7b4d9ffb6536c36b9 (patch) | |
tree | 2ec63f3464dce949631faa7f71e0ac29bf29084a /www/ruby-loofah/PLIST | |
parent | 91d841a734f78220497d39dfc0e2d682cc98661a (diff) | |
download | pkgsrc-525706faa0c0542b15e533e7b4d9ffb6536c36b9.tar.gz |
www/ruby-loofah: update to 2.2.0
## 2.2.0 / 2018-02-11
Features:
* Support HTML5 `<main>` tag. #133 (Thanks, @MothOnMars!)
* Recognize HTML5 block elements. #136 (Thanks, @MothOnMars!)
* Support SVG `<symbol>` tag. #131 (Thanks, @baopham!)
* Support for whitelisting CSS functions, initially just `calc` and `rgb`. #122/#123/#129 (Thanks, @NikoRoberts!)
* Whitelist CSS property `list-style-type`. #68/#137/#142 (Thanks, @andela-ysanni and @NikoRoberts!)
Bugfixes:
* Properly handle nested `script` tags. #127.
## 2.1.1 / 2017-09-24
Bugfixes:
* Removed warning for unused variable. #124 (Thanks, @y-yagi!)
## 2.1.0 / 2017-09-24
Notes:
* Re-implemented CSS parsing and sanitization using the {crass}[https://github.com/rgrove/crass] library. #91
Features:
* Added :noopener HTML scrubber (Thanks, @tastycode!)
* Support `data` URIs with the following media types: text/plain, text/css, image/png, image/gif, image/jpeg, image/svg+xml. #101, #120. (Thanks, @mrpasquini!)
Bugfixes:
* The :unprintable scrubber now scrubs unprintable characters in CDATA nodes (like `<script>`). #124
* Allow negative values in CSS properties. Restores functionality that was reverted in v2.0.3. #91
Diffstat (limited to 'www/ruby-loofah/PLIST')
-rw-r--r-- | www/ruby-loofah/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ruby-loofah/PLIST b/www/ruby-loofah/PLIST index 037cef93ae6..97af657b11b 100644 --- a/www/ruby-loofah/PLIST +++ b/www/ruby-loofah/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2017/04/06 03:10:52 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/03/17 16:21:48 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gemtest -${GEM_LIBDIR}/CHANGELOG.rdoc +${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/MIT-LICENSE.txt ${GEM_LIBDIR}/Manifest.txt -${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/benchmark/benchmark.rb ${GEM_LIBDIR}/benchmark/fragment.html |