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 Dec 17 16:25:10 UTC 2023

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

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

2.21.4 (2023-10-10)

Fixed

* Loofah::HTML5::Scrub.scrub_css is more consistent in preserving whitespace
  (and lack of whitespace) in CSS property values.  In particular,
  .scrub_css no longer inserts whitespace between tokens that did not
  already have whitespace between them.  [#273, fixes #271]

2.22.0 (2023-11-13)

Added

* A :targetblank HTML scrubber which ensures all hyperlinks have
  target="_blank".  [#275] @stefannibrasil and @thdaraujo
* A :noreferrer HTML scrubber which ensures all hyperlinks have
  rel=noreferrer, similar to the :nofollow and :noopener scrubbers.  [#277]
  @wynksaiddestroy


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/ruby-loofah/Makefile
cvs rdiff -u -r1.23 -r1.24 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.21 pkgsrc/www/ruby-loofah/Makefile:1.22
--- pkgsrc/www/ruby-loofah/Makefile:1.21        Sun May 21 03:29:12 2023
+++ pkgsrc/www/ruby-loofah/Makefile     Sun Dec 17 16:25:10 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2023/05/21 03:29:12 taca Exp $
+# $NetBSD: Makefile,v 1.22 2023/12/17 16:25:10 taca Exp $
 
-DISTNAME=      loofah-2.21.3
+DISTNAME=      loofah-2.22.0
 CATEGORIES=    www
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/www/ruby-loofah/distinfo
diff -u pkgsrc/www/ruby-loofah/distinfo:1.23 pkgsrc/www/ruby-loofah/distinfo:1.24
--- pkgsrc/www/ruby-loofah/distinfo:1.23        Sun May 21 03:29:12 2023
+++ pkgsrc/www/ruby-loofah/distinfo     Sun Dec 17 16:25:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/05/21 03:29:12 taca Exp $
+$NetBSD: distinfo,v 1.24 2023/12/17 16:25:10 taca Exp $
 
-BLAKE2s (loofah-2.21.3.gem) = e7017c51c7f2cf3f9c9db694afa3f18ec38477116de3b24b0baa2414f1ccd17e
-SHA512 (loofah-2.21.3.gem) = 1cb17591143ba5f42fad3c13143ee18ceb3758eb2241fc9eb2d4815da72ff10fc0497e58420798a75199280ecdffbb01ed4a1edb8b274c76446ba6f94a0271c4
-Size (loofah-2.21.3.gem) = 32256 bytes
+BLAKE2s (loofah-2.22.0.gem) = 0b4677fe13cc45323c5097cf6e2b49824417f49cec54ea978ad5250bcf5a3f92
+SHA512 (loofah-2.22.0.gem) = c54192bf43c2f0fee331c4ebfc0cbacbe83fe6be2a834132d4f10835d903a7265f8efda4309e09daec7c8c83e5c599c131148e80abdea26a8f4e6423337457f5
+Size (loofah-2.22.0.gem) = 33280 bytes



Home | Main Index | Thread Index | Old Index