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 A98351A9217 for ; Fri, 15 Jan 2021 23:44:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DB20785109; Fri, 15 Jan 2021 23:44:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21D6784DA6 for ; Fri, 15 Jan 2021 23:44:16 +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 FrHVAJG1ilsS for ; Fri, 15 Jan 2021 23:44:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7193A84D59 for ; Fri, 15 Jan 2021 23:44:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6ED08FA9D; Fri, 15 Jan 2021 23:44:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161075425570840" MIME-Version: 1.0 Date: Fri, 15 Jan 2021 23:44:15 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/security/erlang-fast_tls To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20210115234415.6ED08FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161075425570840 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:44:15 UTC 2021 Modified Files: pkgsrc/security/erlang-fast_tls: Makefile PLIST distinfo Log Message: erlang-fast_tls: Update to 1.1.10 upstream changes: ----------------- Version 1.1.10 * Updating p1_utils to version 1.0.21. Version 1.1.9 * Exclude old OTP releases in Travis * Update hex to compile ejabberd with rebar3 Version 1.1.8 * Updating p1_utils to version 1.0.20. Version 1.1.7 * Add fix and test with Erlang/OTP 23.0 Version 1.1.6 * Updating p1_utils to version 1.0.19. * Change nif loading to make test more reliable Version 1.1.5 * Don't require providing client side certificate when acting as client. * Simplify code for loading nif component by using -on_load * Add API endpoint for retrieving information required for channel binding Version 1.1.4 * Updating p1_utils to version 1.0.18. * Update copyright year Version 1.1.3 * Updating p1_utils to version 1.0.17. * Do not report several other badly formed hello packets Version 1.1.2 * Updating p1_utils to version 1.0.16. * Remove warnings about unused functions on openssl 1.1 * Make it possible to get DER-encoded certificate * Use thread-safe function to retrieve error reason Version 1.1.1 * Updating p1_utils to version 1.0.15. Version 1.1.0 * Updating p1_utils to version 1.0.14. * Add contribution guide * Make more processing to c code side * Properly handle partial procesing in SSL_read/write * Make recv() with non-zero length return shorted result when there is no connection error Version 1.0.25 * Updating p1_utils to version 1.0.13. Version 1.0.24 * Updating p1_utils to version 6ff85e8. * Add support for tls 1.1.1 and tls1.3 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/erlang-fast_tls/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/erlang-fast_tls/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/erlang-fast_tls/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161075425570840 Content-Disposition: inline Content-Length: 2577 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/erlang-fast_tls/Makefile diff -u pkgsrc/security/erlang-fast_tls/Makefile:1.17 pkgsrc/security/erlang-fast_tls/Makefile:1.18 --- pkgsrc/security/erlang-fast_tls/Makefile:1.17 Sat Jan 18 21:50:36 2020 +++ pkgsrc/security/erlang-fast_tls/Makefile Fri Jan 15 23:44:15 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2020/01/18 21:50:36 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2021/01/15 23:44:15 triaxx Exp $ -DISTNAME= fast_tls-1.0.23 -PKGREVISION= 1 +DISTNAME= fast_tls-1.1.10 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} Index: pkgsrc/security/erlang-fast_tls/PLIST diff -u pkgsrc/security/erlang-fast_tls/PLIST:1.2 pkgsrc/security/erlang-fast_tls/PLIST:1.3 --- pkgsrc/security/erlang-fast_tls/PLIST:1.2 Fri Jul 7 09:36:50 2017 +++ pkgsrc/security/erlang-fast_tls/PLIST Fri Jan 15 23:44:15 2021 @@ -1,8 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2017/07/07 09:36:50 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/01/15 23:44:15 triaxx Exp $ lib/erlang/lib/fast_tls-${PKGVERSION}/ebin/fast_tls.app lib/erlang/lib/fast_tls-${PKGVERSION}/ebin/fast_tls.beam -lib/erlang/lib/fast_tls-${PKGVERSION}/ebin/fast_tls_app.beam -lib/erlang/lib/fast_tls-${PKGVERSION}/ebin/fast_tls_sup.beam lib/erlang/lib/fast_tls-${PKGVERSION}/ebin/p1_sha.beam lib/erlang/lib/fast_tls-${PKGVERSION}/priv/lib/fast_tls.so lib/erlang/lib/fast_tls-${PKGVERSION}/priv/lib/p1_sha.so Index: pkgsrc/security/erlang-fast_tls/distinfo diff -u pkgsrc/security/erlang-fast_tls/distinfo:1.15 pkgsrc/security/erlang-fast_tls/distinfo:1.16 --- pkgsrc/security/erlang-fast_tls/distinfo:1.15 Fri Jul 20 09:02:12 2018 +++ pkgsrc/security/erlang-fast_tls/distinfo Fri Jan 15 23:44:15 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2018/07/20 09:02:12 fhajny Exp $ +$NetBSD: distinfo,v 1.16 2021/01/15 23:44:15 triaxx Exp $ -SHA1 (fast_tls-1.0.23.tar.gz) = d893fb4f8afa94037e0fa8b25b016987d402c555 -RMD160 (fast_tls-1.0.23.tar.gz) = d409af62f34874ffb0a04bb06e6a30c3bb81e6af -SHA512 (fast_tls-1.0.23.tar.gz) = 9cb638b32eb6bf77be4d9a5e5700ed62375e9350575278157f67d8b55e835e61bca305566822f21b2eb0c00be36f34daa3603ed76f23cdbff4f7d739693926cd -Size (fast_tls-1.0.23.tar.gz) = 76199 bytes +SHA1 (fast_tls-1.1.10.tar.gz) = 047e9d795784fe971212e14fe57057ceb94dd072 +RMD160 (fast_tls-1.1.10.tar.gz) = b3f4dd3c9d5fc605401cb3a8945d14cb0fad77dd +SHA512 (fast_tls-1.1.10.tar.gz) = 3a87822449c3431b17f7d94daf994831bcbf143a5854fc90666b2506c9f8b83fda1506217aad0a0ddf53648e2fc9044bf1ef49bcc04e17cdf553bb7f1f48a486 +Size (fast_tls-1.1.10.tar.gz) = 80575 bytes --_----------=_161075425570840--