Received: by mail.netbsd.org (Postfix, from userid 605) id 5276184E63; Sat, 15 Oct 2022 11:59:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F46984E60 for ; Sat, 15 Oct 2022 11:59:19 +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 uZr5LU9EULgw for ; Sat, 15 Oct 2022 11:59:19 +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 E3E3784D58 for ; Sat, 15 Oct 2022 11:59:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D304CFA90; Sat, 15 Oct 2022 11:59:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166583515842460" MIME-Version: 1.0 Date: Sat, 15 Oct 2022 11:59:18 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/security/erlang-pkix To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20221015115918.D304CFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166583515842460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Sat Oct 15 11:59:18 UTC 2022 Modified Files: pkgsrc/security/erlang-pkix: Makefile distinfo Log Message: erlang-pkix: Update to 1.0.9 upstream changes: ----------------- Version 1.0.9 o Generate documentaion for hex.pm packages o Update CA bundle Version 1.0.8 o Switch from using Travis to Github Actions as CI To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/erlang-pkix/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/erlang-pkix/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166583515842460 Content-Disposition: inline Content-Length: 1811 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/erlang-pkix/Makefile diff -u pkgsrc/security/erlang-pkix/Makefile:1.1 pkgsrc/security/erlang-pkix/Makefile:1.2 --- pkgsrc/security/erlang-pkix/Makefile:1.1 Sat Jan 16 19:58:30 2021 +++ pkgsrc/security/erlang-pkix/Makefile Sat Oct 15 11:59:18 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2021/01/16 19:58:30 triaxx Exp $ +# $NetBSD: Makefile,v 1.2 2022/10/15 11:59:18 triaxx Exp $ -DISTNAME= pkix-1.0.7 +DISTNAME= pkix-1.0.9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} @@ -9,8 +9,6 @@ HOMEPAGE= https://github.com/processone/ COMMENT= PKIX certificates management library for Erlang LICENSE= apache-2.0 -#DEPENDS+= erlang-fast_yaml>=1.0.29:../../textproc/erlang-fast_yaml - GITHUB_PROJECT= pkix .include "../../lang/erlang/module.mk" Index: pkgsrc/security/erlang-pkix/distinfo diff -u pkgsrc/security/erlang-pkix/distinfo:1.3 pkgsrc/security/erlang-pkix/distinfo:1.4 --- pkgsrc/security/erlang-pkix/distinfo:1.3 Tue Oct 26 11:17:05 2021 +++ pkgsrc/security/erlang-pkix/distinfo Sat Oct 15 11:59:18 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:17:05 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/10/15 11:59:18 triaxx Exp $ -BLAKE2s (pkix-1.0.7.tar.gz) = e4119e65642ba57ae4e278c192d6d72bb1c9a051295eea51b06bd2400eed6626 -SHA512 (pkix-1.0.7.tar.gz) = cbc87f94cdc0645773a40291e8c20eb6db913901dd1d73fc97d10b109408de405c4ca99c8e629adb5aee5583893479008c307f6c2a963465b77b57b6216bd446 -Size (pkix-1.0.7.tar.gz) = 412022 bytes +BLAKE2s (pkix-1.0.9.tar.gz) = 7747398fe89726b7532c5ed98bf9b58575a59fb1adb697b819275ffb7e044e73 +SHA512 (pkix-1.0.9.tar.gz) = bd428814421effdc74c418a376b44716f4f79095550dd1b8431bfb51e8d26262015be0dda7948a9b8f9fc60a0cd0d12289161c8b497134f6413fd1e1efb886ba +Size (pkix-1.0.9.tar.gz) = 406218 bytes --_----------=_166583515842460--