Received: by mail.netbsd.org (Postfix, from userid 605) id 14D1984DB9; Tue, 16 Jan 2018 12:20:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 92CFC84DAB for ; Tue, 16 Jan 2018 12:20: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 nzGymiLCIh3R for ; Tue, 16 Jan 2018 12:20:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1F4FC84D78 for ; Tue, 16 Jan 2018 12:20:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73D87FBDE; Tue, 16 Jan 2018 12:20:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516105226181480" MIME-Version: 1.0 Date: Tue, 16 Jan 2018 12:20:26 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/net/erlang-xmpp To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20180116122026.73D87FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1516105226181480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Tue Jan 16 12:20:26 UTC 2018 Modified Files: pkgsrc/net/erlang-xmpp: Makefile distinfo Log Message: Update net/erlang-xmpp to 1.1.19. Version 1.1.19 - Updating fast_xml to version 1.1.28. Version 1.1.18 - Updating fast_xml to version 1.1.27. - Don't treat xmpp: URI as valid To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/erlang-xmpp/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/erlang-xmpp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516105226181480 Content-Disposition: inline Content-Length: 2073 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/erlang-xmpp/Makefile diff -u pkgsrc/net/erlang-xmpp/Makefile:1.11 pkgsrc/net/erlang-xmpp/Makefile:1.12 --- pkgsrc/net/erlang-xmpp/Makefile:1.11 Wed Jan 3 20:51:19 2018 +++ pkgsrc/net/erlang-xmpp/Makefile Tue Jan 16 12:20:26 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2018/01/03 20:51:19 fhajny Exp $ +# $NetBSD: Makefile,v 1.12 2018/01/16 12:20:26 fhajny Exp $ -DISTNAME= xmpp-1.1.17 +DISTNAME= xmpp-1.1.19 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} @@ -9,7 +9,7 @@ HOMEPAGE= https://github.com/processone/ COMMENT= XMPP parsing and serialization library on top of Fast XML LICENSE= apache-2.0 -DEPENDS+= erlang-fast_xml>=1.1.26:../../textproc/erlang-fast_xml +DEPENDS+= erlang-fast_xml>=1.1.28:../../textproc/erlang-fast_xml DEPENDS+= erlang-stringprep>=1.0.10:../../textproc/erlang-stringprep DEPENDS+= erlang-p1_utils>=1.0.10:../../misc/erlang-p1_utils Index: pkgsrc/net/erlang-xmpp/distinfo diff -u pkgsrc/net/erlang-xmpp/distinfo:1.8 pkgsrc/net/erlang-xmpp/distinfo:1.9 --- pkgsrc/net/erlang-xmpp/distinfo:1.8 Wed Jan 3 20:51:19 2018 +++ pkgsrc/net/erlang-xmpp/distinfo Tue Jan 16 12:20:26 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2018/01/03 20:51:19 fhajny Exp $ +$NetBSD: distinfo,v 1.9 2018/01/16 12:20:26 fhajny Exp $ -SHA1 (xmpp-1.1.17.tar.gz) = 658f8c644cc5dea0adcd96d72e3c93b9896959e0 -RMD160 (xmpp-1.1.17.tar.gz) = 710162e4a42633d8773b0c329cb189959f1f2bb0 -SHA512 (xmpp-1.1.17.tar.gz) = ef0edb20164010256b269f59442868bc2cf9f69961dbe33cb049b3a838f19ebfee9ed5aed946b56243638fd3f4454484682ac09c37d71738dacbba80b0596ee5 -Size (xmpp-1.1.17.tar.gz) = 397100 bytes +SHA1 (xmpp-1.1.19.tar.gz) = 8ecb80e30500cffd141b66f045cc666598e85a1e +RMD160 (xmpp-1.1.19.tar.gz) = bbfd865db2db24e7da29eb25f611c97540c31896 +SHA512 (xmpp-1.1.19.tar.gz) = 0367f23907e8d966df09c146079327342b2b35fce7c0b15dd3791cd0c6d979b3af83c8efbda47f09e7757d6589a98f5c5587b946879cc35d61b1d42d021794f8 +Size (xmpp-1.1.19.tar.gz) = 397123 bytes SHA1 (patch-rebar.config) = a6ff316da98270f35d3fa7cac035bbf097e45634 --_----------=_1516105226181480--