From nobody Tue Jan 11 19:04:52 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 87D001956F1F; Tue, 11 Jan 2022 19:04:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JYKrT1bK1z4nQb; Tue, 11 Jan 2022 19:04:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E2DD1ECB2; Tue, 11 Jan 2022 19:04:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 20BJ4qpk089898; Tue, 11 Jan 2022 19:04:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 20BJ4qqb089897; Tue, 11 Jan 2022 19:04:52 GMT (envelope-from git) Date: Tue, 11 Jan 2022 19:04:52 GMT Message-Id: <202201111904.20BJ4qqb089897@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 1ed8ab87d8a4 - main - security/py-fido2: Update to 0.9.3 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1ed8ab87d8a4175cd2dc4fb738a439dd7f339417 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641927897; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=h4qDMgFesJhYeg5jAh7pV9WDPWhlsczxlxoQMwB5KhQ=; b=hGp2HL6sD+kzi+ZpFAFaYQKHZb9MzeOOcRUvB0Kz8ppD1dbiLt65ObJ9xToVYFMYtoMe3s QocE0Ylq+efk9EyX7+yPGfPU4ivbCzpoxOD6+ogHF9z06gJGXO+Xsg/9l259oU+tOCu228 Aa6BM7S+xld4lp0cZU+xiZUMw3x6mhTlRf6hZ6dOqBzk2zPjrZb8jQgUg1kMd6NWeKqQQ9 tEW8tqKY6fjt6P7gTkDx/uiLP7n+hkLgCaA4s0UkXe0Vs5NlsKTlEnyKDa02lmKV9mPK31 mr77KBXQ4T3GjlW6EoIzWmqAiVxoHG+Z1R2VKD50wXkn8qXGXNV1ZjuvGKjwhg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641927897; a=rsa-sha256; cv=none; b=V+Xjf8Qw+iCsV4Wc2F2FId7N0t/mx6AUsuoB39p8p4+VC04vJP1MvBPsH/m8DD3RXa3pDp bhhn9nWpriT2BmWWhQNQaUz6uKfqrrT91oHKTfDvVkza0e1aHkXelNAbIGSOKnq03//7Qa mXYnrAh1ix8PPMjLFZf+4vJccX+mm1D6DKKBLp5Yy2G4zu9W/MBAHj0v2Wpl0ZZMFLMzpo VbN9xmvfK4mRF7Y/EdUaS9d5TAl/mSZ+mkjtbSLaxnfjpzyPsYwy54DzmP57sWrMaiSuxF 3mI2lv4yxWwsgxQe09lj2u6kLNPcKGFOiFP1u/57K+X4i+gGspfXhm7MSS+TLQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ed8ab87d8a4175cd2dc4fb738a439dd7f339417 commit 1ed8ab87d8a4175cd2dc4fb738a439dd7f339417 Author: Po-Chuan Hsieh AuthorDate: 2022-01-11 17:38:04 +0000 Commit: Po-Chuan Hsieh CommitDate: 2022-01-11 18:47:27 +0000 security/py-fido2: Update to 0.9.3 Changes: https://github.com/Yubico/python-fido2/releases --- security/py-fido2/Makefile | 2 +- security/py-fido2/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/py-fido2/Makefile b/security/py-fido2/Makefile index c289ce63c61e..9b895d8817f6 100644 --- a/security/py-fido2/Makefile +++ b/security/py-fido2/Makefile @@ -1,5 +1,5 @@ PORTNAME= fido2 -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-fido2/distinfo b/security/py-fido2/distinfo index ee74835ba5a4..eae663e9397e 100644 --- a/security/py-fido2/distinfo +++ b/security/py-fido2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635181737 -SHA256 (fido2-0.9.2.tar.gz) = f491c47bb2d74fa157f9d127a1cbb2753a15939a21e78ba8b0bd323d7d101c61 -SIZE (fido2-0.9.2.tar.gz) = 215086 +TIMESTAMP = 1641046846 +SHA256 (fido2-0.9.3.tar.gz) = b45e89a6109cfcb7f1bb513776aa2d6408e95c4822f83a253918b944083466ec +SIZE (fido2-0.9.3.tar.gz) = 217894