Received: by mail.netbsd.org (Postfix, from userid 605) id 283D784DC6; Tue, 23 Mar 2021 06:47:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61C8684D3A for ; Tue, 23 Mar 2021 06:47:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jxAJZPYX2r_f for ; Tue, 23 Mar 2021 06:47:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D824D84D32 for ; Tue, 23 Mar 2021 06:47:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7152FA95; Tue, 23 Mar 2021 06:47:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161648206881330" MIME-Version: 1.0 Date: Tue, 23 Mar 2021 06:47:48 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-lxml To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210323064748.C7152FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161648206881330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Mar 23 06:47:48 UTC 2021 Modified Files: pkgsrc/textproc/py-lxml: Makefile distinfo Log Message: py-lxml: updated to 4.6.3 4.6.3 Bugs fixed * A vulnerability (CVE-2021-28957) was discovered in the HTML Cleaner by Kevin Chung, which allowed JavaScript to pass through. The cleaner now removes the HTML5 ``formaction`` attribute. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/textproc/py-lxml/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/textproc/py-lxml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161648206881330 Content-Disposition: inline Content-Length: 1699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-lxml/Makefile diff -u pkgsrc/textproc/py-lxml/Makefile:1.73 pkgsrc/textproc/py-lxml/Makefile:1.74 --- pkgsrc/textproc/py-lxml/Makefile:1.73 Fri Nov 27 09:03:42 2020 +++ pkgsrc/textproc/py-lxml/Makefile Tue Mar 23 06:47:48 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.73 2020/11/27 09:03:42 adam Exp $ +# $NetBSD: Makefile,v 1.74 2021/03/23 06:47:48 adam Exp $ -DISTNAME= lxml-4.6.2 +DISTNAME= lxml-4.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=l/lxml/} Index: pkgsrc/textproc/py-lxml/distinfo diff -u pkgsrc/textproc/py-lxml/distinfo:1.57 pkgsrc/textproc/py-lxml/distinfo:1.58 --- pkgsrc/textproc/py-lxml/distinfo:1.57 Fri Nov 27 09:03:42 2020 +++ pkgsrc/textproc/py-lxml/distinfo Tue Mar 23 06:47:48 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.57 2020/11/27 09:03:42 adam Exp $ +$NetBSD: distinfo,v 1.58 2021/03/23 06:47:48 adam Exp $ -SHA1 (lxml-4.6.2.tar.gz) = ab5b8053945d1404b4e54cfd62afc38c8b62aa0c -RMD160 (lxml-4.6.2.tar.gz) = 708eec1d1c2cb2560840cfc1dc4c55b68a577453 -SHA512 (lxml-4.6.2.tar.gz) = 0a99e3f3c95c409d3f336aa6fb7f21527cf75d00ef8b55731d8ae8ba1b90792812b4551cd0751e5296b0007dc6d448fe63990a487993229e26477f087e52e29d -Size (lxml-4.6.2.tar.gz) = 3177310 bytes +SHA1 (lxml-4.6.3.tar.gz) = a14e8b1cb38f3ed425e2d9b22950ce64c63500ef +RMD160 (lxml-4.6.3.tar.gz) = 4b54125427221bb6e74c11cc58d560b78e32c35f +SHA512 (lxml-4.6.3.tar.gz) = 57489c42257afd00376886d6873c97088778afa8009fa644e2660722d134f346030218c24be6329ee828f73f5164cdd1dad583c17addbdf3e0c84e4d8ab9e176 +Size (lxml-4.6.3.tar.gz) = 3191113 bytes SHA1 (patch-setupinfo.py) = 264e934a4e5c095b0a65769798bf94db394d03e1 --_----------=_161648206881330--