pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-lxml-html-clean



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Nov 16 10:19:49 UTC 2024

Modified Files:
        pkgsrc/textproc/py-lxml-html-clean: Makefile distinfo

Log Message:
py-lxml-html-clean: updated to 0.4.0

0.4.0 (2024-11-12)

Bugs fixed

* The ``Cleaner()`` now scans for hidden JavaScript code embedded
  within CSS comments. In certain contexts, such as within ``<svg>`` or ``<math>`` tags,
  ``<style>`` tags may lose their intended function, allowing comments
  like ``/* foo */`` to potentially be executed by the browser.
  If a suspicious content is detected, only the comment is removed.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-lxml-html-clean/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-lxml-html-clean/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-lxml-html-clean/Makefile
diff -u pkgsrc/textproc/py-lxml-html-clean/Makefile:1.6 pkgsrc/textproc/py-lxml-html-clean/Makefile:1.7
--- pkgsrc/textproc/py-lxml-html-clean/Makefile:1.6     Mon Nov 11 07:29:05 2024
+++ pkgsrc/textproc/py-lxml-html-clean/Makefile Sat Nov 16 10:19:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/11/11 07:29:05 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/11/16 10:19:49 adam Exp $
 
-DISTNAME=      lxml_html_clean-0.3.1
+DISTNAME=      lxml_html_clean-0.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml-html-clean/}

Index: pkgsrc/textproc/py-lxml-html-clean/distinfo
diff -u pkgsrc/textproc/py-lxml-html-clean/distinfo:1.5 pkgsrc/textproc/py-lxml-html-clean/distinfo:1.6
--- pkgsrc/textproc/py-lxml-html-clean/distinfo:1.5     Mon Oct 14 05:13:13 2024
+++ pkgsrc/textproc/py-lxml-html-clean/distinfo Sat Nov 16 10:19:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/10/14 05:13:13 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/11/16 10:19:49 adam Exp $
 
-BLAKE2s (lxml_html_clean-0.3.1.tar.gz) = 6052902bc9a022d8ce182a3621f19fe2e1e7a4037b73f1be9a90a86f08b56a71
-SHA512 (lxml_html_clean-0.3.1.tar.gz) = cbbcbec337586024db9b622d5724adc1e645dfe7bb1958be8f8974c7858e9a6443b0e75f09cf0ca83d7331aae944648c6bd644aeedd56307a01269e82d866b36
-Size (lxml_html_clean-0.3.1.tar.gz) = 20851 bytes
+BLAKE2s (lxml_html_clean-0.4.0.tar.gz) = 0c3b7973364cf2e9841620830f533bd0ddfa2b52ce28ea71e58203924d64eeb3
+SHA512 (lxml_html_clean-0.4.0.tar.gz) = 30427d0e700adc24df5730b56db38c7add36bdc89be598a856ad892fcda72951d19666d304b1a457d1d2400a454f07838e71a2e2859b94448a8b44622a9f62ef
+Size (lxml_html_clean-0.4.0.tar.gz) = 21374 bytes



Home | Main Index | Thread Index | Old Index