From nobody Mon Jan 30 13:06:12 2023 X-Original-To: dev-commits-ports-all@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 4P57jJ5wwlz3cYLx; Mon, 30 Jan 2023 13:06:12 +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 4P57jJ2sS9z3CfC; Mon, 30 Jan 2023 13:06:12 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1675083972; 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=qxK8WAVwUEc0mjQJ5zUJQ1dc0XBbda6wlvd8ofCh0DE=; b=msMp5+7PNwk/WaiSZW6iPLvDkWDzFbQoxCdu+CXxuBy6nptzfsimI97as2BOGu/wEEf8CB oaAXGB8eyjvqjney/p87ckZgV3HTGkPbrFBxNBzmTnwuxEOwLUaMUZ8TOi97JrqqzbS6IT leO8RrXs9z9crRY+69TTAHzvqv0+oikn7XjezfsfOWIlgInLiVPE05UGjWHZSxXncYstlU ei8Bx0Y52fT1jezKMV1YvdhmttH2NGIGGDJ8MdGI0WlWbXZelhLs2nokbY6Vbz3JEE9vze BPIi1LJHxMgtENTUs2FBWV2Yb688SERkTQS7wGENODIJaGoU5XInuZS9+cKabA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1675083972; 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=qxK8WAVwUEc0mjQJ5zUJQ1dc0XBbda6wlvd8ofCh0DE=; b=whRJQsdRW/EjhqqqwysfKUPqVdLaHmEkn3I96gISUp9ZO84dd4wEwa69tPVem5yWXd4z1r lDF8v+NKxIfXkq9WlEZaoZPzdpkDuzdU+2f1Ij/OkR3A4fcSbKoamm8vYR6hQ5G7jA7s4R 8r58DTcPttueTqGFLL2dgDX2m3VU8u3EaPPPcJBs3x+0769WVbc/33AqWLpRBxpePGYERV 0Bl3wXJmEp6SwGP0K+TsoqspKyNMsIZoXxx3npNXjNKLpPcUtYIHorVjtioSJKqCWBI0nr b+8qMoQVdd/76ZdXP5nsu7UdwC1GqLWPY+IguXWLIMeBHxaxw2h0UwbM6vYWoA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1675083972; a=rsa-sha256; cv=none; b=YXCQB+gucK0I8FDOCsgSjkWB+Zl6tRYR88hni30/3X50JiAE6Mt/qNhUs94Z7lqfowhP+F UdkOQaSAOISzoP2MOzDQJwkygjZpr3xHVpF+ZyF2UWeUM2JhiQ3dV9rpTm/TNYipVrbTAk WVx9wUzwzqxFGupqfZoDnWZ57vnecJOW2xlyiAYX0KZDDQx/caob6ysHLq3lWOZT+qiHbA pVJdesLlvp8myXcfnpBMlzPebdMoOQ8GA7Cnp5ThKAMJY3QVtS6NElGPJaJ9j/f7P7okVx 1eMVwzo8znP7AjpXG5Mqeh1/6UWSi4c0MAZAEuqzFeWa8hDyWbBRnyVetjDn1Q== 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 4P57jJ1xTsz18Fx; Mon, 30 Jan 2023 13:06:12 +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 30UD6CfZ053353; Mon, 30 Jan 2023 13:06:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 30UD6C4N053352; Mon, 30 Jan 2023 13:06:12 GMT (envelope-from git) Date: Mon, 30 Jan 2023 13:06:12 GMT Message-Id: <202301301306.30UD6C4N053352@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: 5906dda88bfb - main - security/totp-cli: Update to 1.2.4 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@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: 5906dda88bfbc0d6b8ce89ef7b83c76201b19048 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5906dda88bfbc0d6b8ce89ef7b83c76201b19048 commit 5906dda88bfbc0d6b8ce89ef7b83c76201b19048 Author: Po-Chuan Hsieh AuthorDate: 2023-01-30 12:28:11 +0000 Commit: Po-Chuan Hsieh CommitDate: 2023-01-30 12:59:08 +0000 security/totp-cli: Update to 1.2.4 Changes: https://github.com/yitsushi/totp-cli/releases --- security/totp-cli/Makefile | 3 +-- security/totp-cli/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/security/totp-cli/Makefile b/security/totp-cli/Makefile index f9ccd49b2732..2cb0a30b36dc 100644 --- a/security/totp-cli/Makefile +++ b/security/totp-cli/Makefile @@ -1,6 +1,5 @@ PORTNAME= totp-cli -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.2.4 DISTVERSIONPREFIX= v CATEGORIES= security diff --git a/security/totp-cli/distinfo b/security/totp-cli/distinfo index d17323ff85b5..2556ce07b926 100644 --- a/security/totp-cli/distinfo +++ b/security/totp-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1669057561 -SHA256 (go/security_totp-cli/totp-cli-v1.2.2/v1.2.2.mod) = eb8923291d14e6b11c5fa44cb9968135071c1f888802270e6a78e287f8094bf2 -SIZE (go/security_totp-cli/totp-cli-v1.2.2/v1.2.2.mod) = 649 -SHA256 (go/security_totp-cli/totp-cli-v1.2.2/v1.2.2.zip) = a07a67a9fbaabbd9e9ce01986dcdbdcb6a4844bc9f9e3217aef6ba4c0b31b0ee -SIZE (go/security_totp-cli/totp-cli-v1.2.2/v1.2.2.zip) = 33027 +TIMESTAMP = 1674589540 +SHA256 (go/security_totp-cli/totp-cli-v1.2.4/v1.2.4.mod) = 3ac08aba74ac5f0d6729dbdaa33c32470c94940d709b3d2052f44689e08d4f52 +SIZE (go/security_totp-cli/totp-cli-v1.2.4/v1.2.4.mod) = 581 +SHA256 (go/security_totp-cli/totp-cli-v1.2.4/v1.2.4.zip) = 5c6bee8b3bb53e3fe1ac2478902ab5ab0da8a71d72e9689d2dd9afe9d9bf19aa +SIZE (go/security_totp-cli/totp-cli-v1.2.4/v1.2.4.zip) = 34126