Received: by mail.netbsd.org (Postfix, from userid 605) id 7D71684DAC; Thu, 20 May 2021 14:18:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF4A884D2C for ; Thu, 20 May 2021 14:18:44 +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 buHHveHk1FWh for ; Thu, 20 May 2021 14:18:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1395C84CEF for ; Thu, 20 May 2021 14:18:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D0BEFA95; Thu, 20 May 2021 14:18:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621520324149330" MIME-Version: 1.0 Date: Thu, 20 May 2021 14:18:44 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/net/erlang-xmpp To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20210520141844.0D0BEFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621520324149330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Thu May 20 14:18:43 UTC 2021 Modified Files: pkgsrc/net/erlang-xmpp: Makefile PLIST distinfo Log Message: erlang-xmpp: Update to 1.5.3 upstream changes: ----------------- Version 1.5.3 o Updating fast_tls to version 1.1.12. o Updating fast_xml to version 1.1.46. o Updating p1_utils to version 1.0.22. o Updating stringprep to version 1.0.25. o Fix spec to match the current source code, as reportd by Dialyzer o xmpp uses p1_options, so Dialyzer reports some false warnings o Fix return value when skipping queued tcp packet to already closed socket Version 1.5.2 o Updating fast_tls to version 1.1.11. o Allow to free socket/parser/tls when session get detached o Add support for XEP-0430: Inbox o Add support for XEP-0333: Chat Markers o Add missing applicaitons to xmpp.app o Fix timezone in timestamp used by XEP-0202 o Don't throw exception when client send invalid lenght sasl response To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/erlang-xmpp/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/erlang-xmpp/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/erlang-xmpp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621520324149330 Content-Disposition: inline Content-Length: 2953 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.16 pkgsrc/net/erlang-xmpp/Makefile:1.17 --- pkgsrc/net/erlang-xmpp/Makefile:1.16 Sat Jan 16 12:42:47 2021 +++ pkgsrc/net/erlang-xmpp/Makefile Thu May 20 14:18:43 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2021/01/16 12:42:47 triaxx Exp $ +# $NetBSD: Makefile,v 1.17 2021/05/20 14:18:43 triaxx Exp $ -DISTNAME= xmpp-1.5.1 +DISTNAME= xmpp-1.5.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} Index: pkgsrc/net/erlang-xmpp/PLIST diff -u pkgsrc/net/erlang-xmpp/PLIST:1.10 pkgsrc/net/erlang-xmpp/PLIST:1.11 --- pkgsrc/net/erlang-xmpp/PLIST:1.10 Sat Jan 16 12:42:47 2021 +++ pkgsrc/net/erlang-xmpp/PLIST Thu May 20 14:18:43 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2021/01/16 12:42:47 triaxx Exp $ +@comment $NetBSD: PLIST,v 1.11 2021/05/20 14:18:43 triaxx Exp $ lib/erlang/lib/xmpp lib/erlang/lib/xmpp-${PKGVERSION}/ebin/XmppAddr.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/captcha_form.beam @@ -78,6 +78,7 @@ lib/erlang/lib/xmpp-${PKGVERSION}/ebin/x lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0313.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0319.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0328.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0333.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0334.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0352.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0355.beam @@ -89,6 +90,7 @@ lib/erlang/lib/xmpp-${PKGVERSION}/ebin/x lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0377.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0405.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0417.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0430.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp.app lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp_codec.beam Index: pkgsrc/net/erlang-xmpp/distinfo diff -u pkgsrc/net/erlang-xmpp/distinfo:1.13 pkgsrc/net/erlang-xmpp/distinfo:1.14 --- pkgsrc/net/erlang-xmpp/distinfo:1.13 Sat Jan 16 12:42:47 2021 +++ pkgsrc/net/erlang-xmpp/distinfo Thu May 20 14:18:43 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2021/01/16 12:42:47 triaxx Exp $ +$NetBSD: distinfo,v 1.14 2021/05/20 14:18:43 triaxx Exp $ -SHA1 (xmpp-1.5.1.tar.gz) = fe38b4dad92fd5dd2b41069714faa6870560af81 -RMD160 (xmpp-1.5.1.tar.gz) = 29bf897c5e0680236fc773a4f9b5b9b523064989 -SHA512 (xmpp-1.5.1.tar.gz) = dd605a687156efddd9bc94f7e4ad0e6c4372ee94412fdbb59d07ccecc7a4e93c7f46805016f499eeb6f89e9439473e60fe09a23ffd6949e6a1716d5286bf6fae -Size (xmpp-1.5.1.tar.gz) = 507197 bytes +SHA1 (xmpp-1.5.3.tar.gz) = 56f9bd512ae7a5d68c59299ac518b81ea14af723 +RMD160 (xmpp-1.5.3.tar.gz) = de03659100118943ede6c11e32d483b541a0bb8c +SHA512 (xmpp-1.5.3.tar.gz) = 44b79eb73143ce3559ec8fe112af5ff22a7ecbffa935c8e76c645f7845005e7459a6ac1b726312be4eff22199eafd27ff5aab06cec1b1d961c80374ce83b7898 +Size (xmpp-1.5.3.tar.gz) = 510756 bytes --_----------=_1621520324149330--