Received: by mail.netbsd.org (Postfix, from userid 605) id 05BE284D80; Fri, 14 Oct 2022 19:35:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3576B84D10 for ; Fri, 14 Oct 2022 19:35:39 +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 4NmN4-1iMjwc for ; Fri, 14 Oct 2022 19:35:38 +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 52CC084D09 for ; Fri, 14 Oct 2022 19:35:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 46B76FA90; Fri, 14 Oct 2022 19:35:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1665776138152950" MIME-Version: 1.0 Date: Fri, 14 Oct 2022 19:35:38 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/net/erlang-esip To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20221014193538.46B76FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1665776138152950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Fri Oct 14 19:35:38 UTC 2022 Modified Files: pkgsrc/net/erlang-esip: Makefile PLIST distinfo Log Message: erlang-esip: Update to 1.0.48 upstream changes: ----------------- Version 1.0.48 o Updating fast_tls to version 1.1.16. o Updating stun to version 1.2.6. Version 1.0.47 o Updating stun to version 1.2.2. o Updating fast_tls to version 1.1.15. Version 1.0.46 o Updating fast_tls to version 1.1.14. o Updating stun to version 1.2.1. o Updating p1_utils to version 1.0.25. o Generate documentation when publishing to hex.pl o Improve of work distribution between worker processes Version 1.0.45 o Updating stun to version 1.0.47. Version 1.0.44 o Updating stun to version 1.0.45. Version 1.0.43 o Updating fast_tls to version 1.1.13. o Updating stun to version 1.0.44. o Updating p1_utils to version 1.0.23. o Switch from using Travis to Github Actions as CI Version 1.0.42 o Updating fast_tls to version 1.1.12. o Updating p1_utils to version 1.0.22. o Updating stun to version 1.0.43. o Dialyzer reports a warning here that seems a false alarm o Update record spec: msg gets 'undefined' value in process_data/2 o sock's type is tls_socket(), but that's defined internally in fast_tls o Tell Dialyzer to not complain about some records that don't match definitions o p1_server:start_link (nor gen:start) don't support max_queue Version 1.0.41 o Updating stun to version 1.0.42. Version 1.0.40 o Updating stun to version 1.0.41. o Updating fast_tls to version 1.1.11. o Add missing applicaitons in esip.app To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/erlang-esip/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/erlang-esip/PLIST cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/erlang-esip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1665776138152950 Content-Disposition: inline Content-Length: 3009 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/erlang-esip/Makefile diff -u pkgsrc/net/erlang-esip/Makefile:1.16 pkgsrc/net/erlang-esip/Makefile:1.17 --- pkgsrc/net/erlang-esip/Makefile:1.16 Sat Jan 16 13:04:42 2021 +++ pkgsrc/net/erlang-esip/Makefile Fri Oct 14 19:35:38 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2021/01/16 13:04:42 triaxx Exp $ +# $NetBSD: Makefile,v 1.17 2022/10/14 19:35:38 triaxx Exp $ -DISTNAME= esip-1.0.39 +DISTNAME= esip-1.0.48 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} @@ -9,9 +9,9 @@ HOMEPAGE= https://github.com/processone/ COMMENT= ProcessOne SIP server component in Erlang LICENSE= apache-2.0 -DEPENDS+= erlang-stun>=1.0.40:../../net/erlang-stun -DEPENDS+= erlang-fast_tls>=1.1.10:../../security/erlang-fast_tls -DEPENDS+= erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils +DEPENDS+= erlang-stun>=1.2.6:../../net/erlang-stun +DEPENDS+= erlang-fast_tls>=1.1.16:../../security/erlang-fast_tls +DEPENDS+= erlang-p1_utils>=1.0.25:../../misc/erlang-p1_utils GITHUB_PROJECT= esip Index: pkgsrc/net/erlang-esip/PLIST diff -u pkgsrc/net/erlang-esip/PLIST:1.1 pkgsrc/net/erlang-esip/PLIST:1.2 --- pkgsrc/net/erlang-esip/PLIST:1.1 Mon Apr 25 14:53:21 2016 +++ pkgsrc/net/erlang-esip/PLIST Fri Oct 14 19:35:38 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/04/25 14:53:21 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/10/14 19:35:38 triaxx Exp $ lib/erlang/lib/esip-${PKGVERSION}/ebin/esip.app lib/erlang/lib/esip-${PKGVERSION}/ebin/esip.beam lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_app.beam @@ -13,7 +13,6 @@ lib/erlang/lib/esip-${PKGVERSION}/ebin/e lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_transaction.beam lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_transport.beam lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_udp_sup.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/examples/.gitignore lib/erlang/lib/esip-${PKGVERSION}/include/esip.hrl lib/erlang/lib/esip-${PKGVERSION}/include/esip_lib.hrl lib/erlang/lib/esip-${PKGVERSION}/priv/lib/esip_drv.so Index: pkgsrc/net/erlang-esip/distinfo diff -u pkgsrc/net/erlang-esip/distinfo:1.17 pkgsrc/net/erlang-esip/distinfo:1.18 --- pkgsrc/net/erlang-esip/distinfo:1.17 Tue Oct 26 11:05:34 2021 +++ pkgsrc/net/erlang-esip/distinfo Fri Oct 14 19:35:38 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 11:05:34 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/10/14 19:35:38 triaxx Exp $ -BLAKE2s (esip-1.0.39.tar.gz) = c33ed050a9f8ea6f3e8801f5b5a8106278a304ab410f6bd6683b0c47a39c3f87 -SHA512 (esip-1.0.39.tar.gz) = 9db1989f22f8ae5e4919624f036a5127f621e720bb7de2357af70d22ac7d353478b5a738c854b39db88bd5baa9531b3849ca7ba600013ad3728fc4d2067f9ae5 -Size (esip-1.0.39.tar.gz) = 89844 bytes +BLAKE2s (esip-1.0.48.tar.gz) = c55b4a56f596e23551de8ef830919b7cf0f4b8b20f065dac88f9ebd2850a7229 +SHA512 (esip-1.0.48.tar.gz) = 9acc47fee89ee99f3de892c568052ad614305dbecfb9742269672772393d95c60440f7c676c62b0b8fc69854332924c3d3f661a5972df4f27f58358e591373aa +Size (esip-1.0.48.tar.gz) = 91251 bytes --_----------=_1665776138152950--