From owner-dev-commits-ports-all@freebsd.org Fri Aug 27 19:15:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5960E665FD8; Fri, 27 Aug 2021 19:15:59 +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 4Gx8ZQ4TJQz4bxG; Fri, 27 Aug 2021 19:15:58 +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 82649BFC; Fri, 27 Aug 2021 19:15:58 +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 17RJFwgv082575; Fri, 27 Aug 2021 19:15:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17RJFw5i082574; Fri, 27 Aug 2021 19:15:58 GMT (envelope-from git) Date: Fri, 27 Aug 2021 19:15:58 GMT Message-Id: <202108271915.17RJFw5i082574@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 82d7a2fff33b - main - www/openarc: Improve COMMENT, WWW, description. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 82d7a2fff33b9d6beb0e482b4c583a4bccd05e61 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2021 19:15:59 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=82d7a2fff33b9d6beb0e482b4c583a4bccd05e61 commit 82d7a2fff33b9d6beb0e482b4c583a4bccd05e61 Author: Yuri Victorovich AuthorDate: 2021-08-27 19:14:06 +0000 Commit: Yuri Victorovich CommitDate: 2021-08-27 19:15:51 +0000 www/openarc: Improve COMMENT, WWW, description. Reported by: Dave Cottlehuber --- www/openarc/Makefile | 2 +- www/openarc/pkg-descr | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/www/openarc/Makefile b/www/openarc/Makefile index 42915fcc5829..2c20d758f919 100644 --- a/www/openarc/Makefile +++ b/www/openarc/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.0.0.b3.20201016 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org -COMMENT= Open source ARC implementation +COMMENT= Library to validate use of certain identifiers in messages LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/www/openarc/pkg-descr b/www/openarc/pkg-descr index 459e6e1d22a1..75ef17220dbb 100644 --- a/www/openarc/pkg-descr +++ b/www/openarc/pkg-descr @@ -1,8 +1,10 @@ -The Trusted Domain Project (TDP) is a non-profit corporation dedicated to -research and development of technologies that promote trust in the use of -domain names in on the Internet. OpenARC is an initiative of TDP, and is -primarily community effort to develop and maintain an open source library -for producing ARC-aware applications, and a "milter"-based filter for -providing ARC service. +ARC is a technology proposal, put forward by a consortium of organizations, +intended to allow a chain of message handlers (typically email operators) +to confirm handling by trusted upstream handlers in an attempt to confirm +the valid use of certain identifiers in the message. -WWW: http://www.trusteddomain.org/ +OpenARC is an initiative of TDP (The Trusted Domain Project), and is primarily +community effort to develop and maintain an open source library for producing +ARC-aware applications, and a "milter"-based filter for providing ARC service. + +WWW: https://github.com/trusteddomainproject/OpenARC