pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-loofah www/ruby-loofah: update to 2.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a05500d5e56
branches:  trunk
changeset: 377512:8a05500d5e56
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Mar 17 16:21:48 2018 +0000

description:
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:

 www/ruby-loofah/Makefile |   5 +++--
 www/ruby-loofah/PLIST    |   6 +++---
 www/ruby-loofah/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (53 lines):

diff -r 66f8b740633f -r 8a05500d5e56 www/ruby-loofah/Makefile
--- a/www/ruby-loofah/Makefile  Sat Mar 17 16:20:55 2018 +0000
+++ b/www/ruby-loofah/Makefile  Sat Mar 17 16:21:48 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/04/06 03:10:52 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/03/17 16:21:48 taca Exp $
 
-DISTNAME=      loofah-2.0.3
+DISTNAME=      loofah-2.2.0
 CATEGORIES=    www
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -9,6 +9,7 @@
 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"
diff -r 66f8b740633f -r 8a05500d5e56 www/ruby-loofah/PLIST
--- a/www/ruby-loofah/PLIST     Sat Mar 17 16:20:55 2018 +0000
+++ b/www/ruby-loofah/PLIST     Sat Mar 17 16:21:48 2018 +0000
@@ -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
diff -r 66f8b740633f -r 8a05500d5e56 www/ruby-loofah/distinfo
--- a/www/ruby-loofah/distinfo  Sat Mar 17 16:20:55 2018 +0000
+++ b/www/ruby-loofah/distinfo  Sat Mar 17 16:21:48 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/06 03:10:52 minskim Exp $
+$NetBSD: distinfo,v 1.2 2018/03/17 16:21:48 taca Exp $
 
-SHA1 (loofah-2.0.3.gem) = da00db084b21106056c7c09e8608392439db90ec
-RMD160 (loofah-2.0.3.gem) = e350e0c6b4a3d50e10903b8892465c01befff077
-SHA512 (loofah-2.0.3.gem) = 1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
-Size (loofah-2.0.3.gem) = 60416 bytes
+SHA1 (loofah-2.2.0.gem) = f88958f42507da6fa611b66677e817c78ee6d987
+RMD160 (loofah-2.2.0.gem) = 4ae199c042e7cb6c18e8c4c219e0e36dd052cc6f
+SHA512 (loofah-2.2.0.gem) = cfee8bb8c138fb76b8fbbf76c3962729711bd1d69bac6eb3fb1b25e0677f9da83b906b4b8f031a92d7780ce43d55bcdec4584dd9a12a9e4d7efc07db0484362e
+Size (loofah-2.2.0.gem) = 62464 bytes



Home | Main Index | Thread Index | Old Index