Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id DAB201A9217 for ; Fri, 15 Jan 2021 23:51:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EDB2085106; Fri, 15 Jan 2021 23:51:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30C2784DA6 for ; Fri, 15 Jan 2021 23:51:27 +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 6ftwPCStpiCj for ; Fri, 15 Jan 2021 23:51:26 +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 8410A84D59 for ; Fri, 15 Jan 2021 23:51:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D97DFA9D; Fri, 15 Jan 2021 23:51:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610754686143100" MIME-Version: 1.0 Date: Fri, 15 Jan 2021 23:51:26 +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: <20210115235126.7D97DFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610754686143100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Fri Jan 15 23:51:26 UTC 2021 Modified Files: pkgsrc/textproc/erlang-fast_xml: Makefile PLIST distinfo Log Message: erlang-fast_xml: Update to 1.1.45 upstream changes: ----------------- Version 1.1.45 * Updating p1_utils to version 1.0.21. Version 1.1.44 * Get back compatibility with Erlang older than 20 * Add JSON encode/decode functions generation * Update hex to compile ejabberd with rebar3 Version 1.1.43 * Updating p1_utils to version 1.0.20. Version 1.1.42 * Fix compilation with Erlang/OTP 23.0 Version 1.1.41 * Updating p1_utils to version 1.0.19. Version 1.1.40 * Fix issues with travis testing Version 1.1.39 * Updating p1_utils to version 1.0.18. * Update copyright year Version 1.1.38 * Updating p1_utils to version 1.0.17. Version 1.1.37 * Updating p1_utils to version 1.0.16. * Update XMLRPC codec * Fail with 'badarg' on unknown records Version 1.1.36 * Updating p1_utils to version 1.0.15. Version 1.1.35 * Updating p1_utils to version 1.0.14. * Add contribution guide Version 1.1.34 * Updating p1_utils to version 1.0.13. Version 1.1.33 * Updating p1_utils to version 6ff85e8. * Fix incompatibility with OTP21 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/erlang-fast_xml/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/erlang-fast_xml/PLIST cvs rdiff -u -r1.13 -r1.14 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. --_----------=_1610754686143100 Content-Disposition: inline Content-Length: 2983 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.15 pkgsrc/textproc/erlang-fast_xml/Makefile:1.16 --- pkgsrc/textproc/erlang-fast_xml/Makefile:1.15 Fri Jul 20 09:04:35 2018 +++ pkgsrc/textproc/erlang-fast_xml/Makefile Fri Jan 15 23:51:26 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2018/07/20 09:04:35 fhajny Exp $ +# $NetBSD: Makefile,v 1.16 2021/01/15 23:51:26 triaxx Exp $ -DISTNAME= fast_xml-1.1.32 +DISTNAME= fast_xml-1.1.45 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.12:../../misc/erlang-p1_utils +DEPENDS+= erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils GNU_CONFIGURE= yes Index: pkgsrc/textproc/erlang-fast_xml/PLIST diff -u pkgsrc/textproc/erlang-fast_xml/PLIST:1.3 pkgsrc/textproc/erlang-fast_xml/PLIST:1.4 --- pkgsrc/textproc/erlang-fast_xml/PLIST:1.3 Tue Jan 3 17:48:52 2017 +++ pkgsrc/textproc/erlang-fast_xml/PLIST Fri Jan 15 23:51:26 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2017/01/03 17:48:52 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/01/15 23:51:26 triaxx Exp $ lib/erlang/lib/fast_xml lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fast_xml.app lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fast_xml.beam @@ -9,6 +9,7 @@ lib/erlang/lib/fast_xml-${PKGVERSION}/eb lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fxml_sup.beam lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fxmlrpc.beam lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fxmlrpc_codec.beam +lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fxmlrpc_codec_external.beam lib/erlang/lib/fast_xml-${PKGVERSION}/include/fxml.hrl lib/erlang/lib/fast_xml-${PKGVERSION}/include/fxml_gen.hrl lib/erlang/lib/fast_xml-${PKGVERSION}/priv/lib/.keepme Index: pkgsrc/textproc/erlang-fast_xml/distinfo diff -u pkgsrc/textproc/erlang-fast_xml/distinfo:1.13 pkgsrc/textproc/erlang-fast_xml/distinfo:1.14 --- pkgsrc/textproc/erlang-fast_xml/distinfo:1.13 Fri Jul 20 09:04:35 2018 +++ pkgsrc/textproc/erlang-fast_xml/distinfo Fri Jan 15 23:51:26 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2018/07/20 09:04:35 fhajny Exp $ +$NetBSD: distinfo,v 1.14 2021/01/15 23:51:26 triaxx Exp $ -SHA1 (fast_xml-1.1.32.tar.gz) = 0233a130c75710a39633037e4bf7271838e5b5ff -RMD160 (fast_xml-1.1.32.tar.gz) = cca9e986b7f2bedef645ab24170ec80fa83344fc -SHA512 (fast_xml-1.1.32.tar.gz) = 4068dd83e7575f8d2fcc738d2475fcbe7c9ac46deed78594793a2f6aa0746fdb71a527cb9103e5921d1b91ada9efe0ae31bf3c7dacae97feb6b049279fc29a61 -Size (fast_xml-1.1.32.tar.gz) = 93486 bytes +SHA1 (fast_xml-1.1.45.tar.gz) = 947cf5e74a09abb7e2edb636577442f8be8c4432 +RMD160 (fast_xml-1.1.45.tar.gz) = 0c353c533f4c38b62166c3bbb41a5763325fb6b4 +SHA512 (fast_xml-1.1.45.tar.gz) = a4c1b5ecbb80e0e2325ecede1ad426c09e35db35c16dfd6dfaef6ba7b6e9627879c6cc43a955d0bfe91abfced48717db07d28132b7c4dac8adca7af1e21c0734 +Size (fast_xml-1.1.45.tar.gz) = 107006 bytes --_----------=_1610754686143100--