Received: by mail.netbsd.org (Postfix, from userid 605) id 4EEA784D80; Fri, 14 Oct 2022 20:11:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7DFC184D4E for ; Fri, 14 Oct 2022 20:11:28 +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 twAQ8xHaXEyP for ; Fri, 14 Oct 2022 20:11:27 +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 D83A584D00 for ; Fri, 14 Oct 2022 20:11:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1430FA90; Fri, 14 Oct 2022 20:11:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1665778287210390" MIME-Version: 1.0 Date: Fri, 14 Oct 2022 20:11:27 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/security/erlang-p1_oauth2 To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20221014201127.D1430FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1665778287210390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Fri Oct 14 20:11:27 UTC 2022 Modified Files: pkgsrc/security/erlang-p1_oauth2: Makefile distinfo Log Message: erlang-p1_oauth2: Update to 0.6.11 upstream changes: ----------------- Version 0.6.11 o Generate documentation when generating hex.pm package o Remove usage of deprecated crypto functions o Improve errors reporting Version 0.6.10 o Switch from using Travis to Github Actions as CI Version 0.6.9 o Dialyzer: Update Response record definition: fields may be undefined To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/erlang-p1_oauth2/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/erlang-p1_oauth2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1665778287210390 Content-Disposition: inline Content-Length: 1661 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/erlang-p1_oauth2/Makefile diff -u pkgsrc/security/erlang-p1_oauth2/Makefile:1.5 pkgsrc/security/erlang-p1_oauth2/Makefile:1.6 --- pkgsrc/security/erlang-p1_oauth2/Makefile:1.5 Fri Jan 15 23:49:10 2021 +++ pkgsrc/security/erlang-p1_oauth2/Makefile Fri Oct 14 20:11:27 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2021/01/15 23:49:10 triaxx Exp $ +# $NetBSD: Makefile,v 1.6 2022/10/14 20:11:27 triaxx Exp $ -DISTNAME= p1_oauth2-0.6.8 -PKGNAME= erlang-${DISTNAME} +DISTNAME= p1_oauth2-0.6.11 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} Index: pkgsrc/security/erlang-p1_oauth2/distinfo diff -u pkgsrc/security/erlang-p1_oauth2/distinfo:1.6 pkgsrc/security/erlang-p1_oauth2/distinfo:1.7 --- pkgsrc/security/erlang-p1_oauth2/distinfo:1.6 Tue Oct 26 11:17:05 2021 +++ pkgsrc/security/erlang-p1_oauth2/distinfo Fri Oct 14 20:11:27 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:17:05 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/10/14 20:11:27 triaxx Exp $ -BLAKE2s (p1_oauth2-0.6.8.tar.gz) = ac41c790f85aded46ee749a625ed4bb67e05d19cb5c30b1c7f2a8a48b7cdac2a -SHA512 (p1_oauth2-0.6.8.tar.gz) = 10ce1542b8aa0cc0f600addd0f5c6fa82e069fa20267a729536493136756403b45185f01338d29cec2b318cbf51726e145dd767ea147155f50498841b57cdf08 -Size (p1_oauth2-0.6.8.tar.gz) = 214027 bytes +BLAKE2s (p1_oauth2-0.6.11.tar.gz) = 7c9ef6389e478a52d18932f7274e46563750effd612ee51728aa66807af8996d +SHA512 (p1_oauth2-0.6.11.tar.gz) = c97fe256ba3d0c3c18d0ad14dd85f28bed7607b0aa8d56a23e1c87694a10669eb1cd6e0abafff7e366974b2160ef5eb8e65dadc60a85963e3aa4334252db8b6e +Size (p1_oauth2-0.6.11.tar.gz) = 214437 bytes --_----------=_1665778287210390--