pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-loofah



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 19 17:53:13 UTC 2021

Modified Files:
        pkgsrc/www/ruby-loofah: Makefile distinfo

Log Message:
www/ruby-loofah: update to 2.12.0

2.12.0 (2021-08-11)

Features

* Support empty HTML5 data attributes. [#215]

2.11.0 (2021-07-31)

Features

* Allow HTML5 element wbr.
* Allow all CSS property values for border-collapse. [#201]

Changes

* Deprecating Loofah::HTML5::SafeList::VOID_ELEMENTS which is not a
  canonical list of void HTML4 or HTML5 elements.
* Removed some elements from Loofah::HTML5::SafeList::VOID_ELEMENTS that
  either are not acceptable elements or aren't considered "void" by libxml2.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/ruby-loofah/Makefile \
    pkgsrc/www/ruby-loofah/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-loofah/Makefile
diff -u pkgsrc/www/ruby-loofah/Makefile:1.13 pkgsrc/www/ruby-loofah/Makefile:1.14
--- pkgsrc/www/ruby-loofah/Makefile:1.13        Mon Jun 14 15:45:29 2021
+++ pkgsrc/www/ruby-loofah/Makefile     Sun Sep 19 17:53:13 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2021/06/14 15:45:29 taca Exp $
+# $NetBSD: Makefile,v 1.14 2021/09/19 17:53:13 taca Exp $
 
-DISTNAME=      loofah-2.10.0
+DISTNAME=      loofah-2.12.0
 CATEGORIES=    www
 
 MAINTAINER=    minskim%NetBSD.org@localhost
Index: pkgsrc/www/ruby-loofah/distinfo
diff -u pkgsrc/www/ruby-loofah/distinfo:1.13 pkgsrc/www/ruby-loofah/distinfo:1.14
--- pkgsrc/www/ruby-loofah/distinfo:1.13        Mon Jun 14 15:45:29 2021
+++ pkgsrc/www/ruby-loofah/distinfo     Sun Sep 19 17:53:13 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2021/06/14 15:45:29 taca Exp $
+$NetBSD: distinfo,v 1.14 2021/09/19 17:53:13 taca Exp $
 
-SHA1 (loofah-2.10.0.gem) = d6665595d8f4130c15f88d88ef97024bbe8ad848
-RMD160 (loofah-2.10.0.gem) = 3b1ab197e038f8be27b707631124e72d8808b3af
-SHA512 (loofah-2.10.0.gem) = 490ca39fcd44f08b3225994643203a37ee26841b7a9e8044b5826e2c85266d7eb559371723166ecb768ffcef3b54a9bf098e5583c3e0299a8a03736c7478d6ed
-Size (loofah-2.10.0.gem) = 30208 bytes
+SHA1 (loofah-2.12.0.gem) = e9aa3afe6b84aa7e0ca479256ba28097a0780ef2
+RMD160 (loofah-2.12.0.gem) = cfd1f1b7000c6cbfcd2f0e215373e2a20c3e31b6
+SHA512 (loofah-2.12.0.gem) = 47da6b3af129b9f0ddc999c11865f453a9a284a260b873bbd27b9bc291d9e4297893040c8dbe4c4ef3b251cee68710c3733e6c53a455e60904ab8d9839b2a7e8
+Size (loofah-2.12.0.gem) = 30208 bytes



Home | Main Index | Thread Index | Old Index