From owner-dev-commits-ports-all@freebsd.org Wed Jun 30 12:24:45 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 3E4F566412B; Wed, 30 Jun 2021 12:24:45 +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 4GFLBj1Jnfz3lrF; Wed, 30 Jun 2021 12:24:45 +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 14D9B4AF1; Wed, 30 Jun 2021 12:24:45 +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 15UCOips084800; Wed, 30 Jun 2021 12:24:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15UCOinh084799; Wed, 30 Jun 2021 12:24:44 GMT (envelope-from git) Date: Wed, 30 Jun 2021 12:24:44 GMT Message-Id: <202106301224.15UCOinh084799@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Renato Botelho Subject: git: a5446834816f - main - mail/dma: update to 0.13.20210614 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: garga X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a5446834816f9ba1733f022f62b5b8166012ae24 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: Wed, 30 Jun 2021 12:24:45 -0000 The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5446834816f9ba1733f022f62b5b8166012ae24 commit a5446834816f9ba1733f022f62b5b8166012ae24 Author: Ronald Klop AuthorDate: 2021-06-30 11:55:32 +0000 Commit: Renato Botelho CommitDate: 2021-06-30 12:24:10 +0000 mail/dma: update to 0.13.20210614 - Upstream does not make releases very often while significant bugfixes are committed now and than. Last release was Feb 2020. - Upgrade the port to the same version as is included in DragonflyBSD: https://lists.dragonflybsd.org/pipermail/commits/2021-May/820180.html - This versioning scheme is flexible enough to follow 0.14 in the future might that release ever happen. - Remove now obsoleted patch-crypto.c PR: 256597 Sponsored by: Rubicon Communications, LLC ("Netgate") --- mail/dma/Makefile | 4 ++-- mail/dma/distinfo | 6 +++--- mail/dma/files/patch-crypto.c | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/mail/dma/Makefile b/mail/dma/Makefile index 92ae5b30d49d..3f16970b5927 100644 --- a/mail/dma/Makefile +++ b/mail/dma/Makefile @@ -1,9 +1,8 @@ # Created by: Daniel Roethlisberger PORTNAME= dma -PORTVERSION= 0.13 +DISTVERSION= 0.13.20210614 DISTVERSIONPREFIX= v -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= mail @@ -16,6 +15,7 @@ USES= uidfix ssl USE_GITHUB= yes GH_ACCOUNT= corecode +GH_TAGNAME= 430f3b59074d6303ce3eb4d9fcf16dcf3538ba31 BUILD_WRKSRC= ${WRKSRC}/bsd INSTALL_WRKSRC= ${WRKSRC}/bsd diff --git a/mail/dma/distinfo b/mail/dma/distinfo index 6f2815ceb01d..b60aadff9969 100644 --- a/mail/dma/distinfo +++ b/mail/dma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1581003380 -SHA256 (corecode-dma-v0.13_GH0.tar.gz) = 9d4b903f2b750d888f51d668d08d2ea18404dedb0a52cffeb3c81376023c1946 -SIZE (corecode-dma-v0.13_GH0.tar.gz) = 36315 +TIMESTAMP = 1625053870 +SHA256 (corecode-dma-v0.13.20210614-430f3b59074d6303ce3eb4d9fcf16dcf3538ba31_GH0.tar.gz) = e42e8c77691f5aead632dd3d66ceca664c1ad7629d578c300c3cd9ed65f9f0a8 +SIZE (corecode-dma-v0.13.20210614-430f3b59074d6303ce3eb4d9fcf16dcf3538ba31_GH0.tar.gz) = 36383 diff --git a/mail/dma/files/patch-crypto.c b/mail/dma/files/patch-crypto.c deleted file mode 100644 index 2cf5b29c17ad..000000000000 --- a/mail/dma/files/patch-crypto.c +++ /dev/null @@ -1,11 +0,0 @@ ---- crypto.c.orig 2021-02-11 13:53:38 UTC -+++ crypto.c -@@ -78,7 +78,7 @@ init_cert_file(SSL_CTX *ctx, const char *path) - return (0); - } - --int -+static int - verify_server_fingerprint(const X509 *cert) - { - unsigned char fingerprint[EVP_MAX_MD_SIZE] = {0};