Received: by mail.netbsd.org (Postfix, from userid 605) id D18A884E63; Sat, 15 Oct 2022 12:08:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0BDF584D58 for ; Sat, 15 Oct 2022 12:08:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yME7Cne3GcX9 for ; Sat, 15 Oct 2022 12:08:33 +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 7563984CEA for ; Sat, 15 Oct 2022 12:08:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 693DBFA90; Sat, 15 Oct 2022 12:08:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166583571348860" MIME-Version: 1.0 Date: Sat, 15 Oct 2022 12:08:33 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/textproc/erlang-fast_xml To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20221015120833.693DBFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166583571348860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Sat Oct 15 12:08:33 UTC 2022 Modified Files: pkgsrc/textproc/erlang-fast_xml: Makefile distinfo Log Message: erlang-fast_xml: Update to 1.1.49 upstream changes: ----------------- Version 1.1.49 o Updating p1_utils to version 1.0.25. o Test for CVE-2022-25236 compilance Version 1.1.48 o Generate documentation before publishing to hex o Load the NIFs in the on_load callback, to support restart o Add always_encode field to #attr{} Version 1.1.47 o Updating p1_utils to version 1.0.23. o Switch from using Travis to Github Actions as CI o Fix compatibility with OTP24 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/erlang-fast_xml/Makefile \ pkgsrc/textproc/erlang-fast_xml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166583571348860 Content-Disposition: inline Content-Length: 1843 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/erlang-fast_xml/Makefile diff -u pkgsrc/textproc/erlang-fast_xml/Makefile:1.17 pkgsrc/textproc/erlang-fast_xml/Makefile:1.18 --- pkgsrc/textproc/erlang-fast_xml/Makefile:1.17 Thu May 20 20:03:28 2021 +++ pkgsrc/textproc/erlang-fast_xml/Makefile Sat Oct 15 12:08:33 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/05/20 20:03:28 triaxx Exp $ +# $NetBSD: Makefile,v 1.18 2022/10/15 12:08:33 triaxx Exp $ -DISTNAME= fast_xml-1.1.46 +DISTNAME= fast_xml-1.1.49 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} @@ -11,7 +11,7 @@ LICENSE= apache-2.0 GITHUB_PROJECT= fast_xml -DEPENDS+= erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils +DEPENDS+= erlang-p1_utils>=1.0.25:../../misc/erlang-p1_utils GNU_CONFIGURE= yes Index: pkgsrc/textproc/erlang-fast_xml/distinfo diff -u pkgsrc/textproc/erlang-fast_xml/distinfo:1.17 pkgsrc/textproc/erlang-fast_xml/distinfo:1.18 --- pkgsrc/textproc/erlang-fast_xml/distinfo:1.17 Tue Oct 26 11:21:52 2021 +++ pkgsrc/textproc/erlang-fast_xml/distinfo Sat Oct 15 12:08:33 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 11:21:52 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/10/15 12:08:33 triaxx Exp $ -BLAKE2s (fast_xml-1.1.46.tar.gz) = 3c4737b0504ae03c706b8724546c9f099c124b12a5d2f7419111b75a202f9057 -SHA512 (fast_xml-1.1.46.tar.gz) = ffb1ebc76720719b1f326596316c6e1723d14240d64e0565216888699599ee1fd0378047f4f421bc595a5ad9efe065ac791fd9ea29f5b5a40c27934b5ebbbba9 -Size (fast_xml-1.1.46.tar.gz) = 107357 bytes +BLAKE2s (fast_xml-1.1.49.tar.gz) = 7d4f4c53d71eb9a258dfd3b29cc8b8546cf30c7c6e87b29928e9112812e05f48 +SHA512 (fast_xml-1.1.49.tar.gz) = c33e94865b676f0011f21f9434e0ac3c019abdad7cf0b229a4dcad8bf6c26d4d84585e013cc8257cbb4da4a4f4d5216702dbf2eda15bd333fd429d260e6e85f5 +Size (fast_xml-1.1.49.tar.gz) = 108442 bytes --_----------=_166583571348860--