From owner-dev-commits-ports-all@freebsd.org Sun Aug 8 14:58:38 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 57C44658721; Sun, 8 Aug 2021 14:58:38 +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 4GjMmF2ydCz4jf9; Sun, 8 Aug 2021 14:58:36 +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 ACDC416AD3; Sun, 8 Aug 2021 14:58:36 +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 178Ewau3024305; Sun, 8 Aug 2021 14:58:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 178EwaRR024304; Sun, 8 Aug 2021 14:58:36 GMT (envelope-from git) Date: Sun, 8 Aug 2021 14:58:36 GMT Message-Id: <202108081458.178EwaRR024304@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: 40e6da931755 - main - security/wolfssh: Update to 1.4.7 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: 40e6da931755309ee6079356416556160f8cbd65 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: Sun, 08 Aug 2021 14:58:38 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=40e6da931755309ee6079356416556160f8cbd65 commit 40e6da931755309ee6079356416556160f8cbd65 Author: Po-Chuan Hsieh AuthorDate: 2021-08-08 14:35:08 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-08-08 14:53:59 +0000 security/wolfssh: Update to 1.4.7 Changes: https://github.com/wolfSSL/wolfssh/releases --- security/wolfssh/Makefile | 2 +- security/wolfssh/distinfo | 6 +++--- security/wolfssh/files/patch-wolfssh-test.h | 4 ++-- security/wolfssh/pkg-plist | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/security/wolfssh/Makefile b/security/wolfssh/Makefile index 7c037c1bb0db..335d8ecf4fd4 100644 --- a/security/wolfssh/Makefile +++ b/security/wolfssh/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= wolfssh -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.7 CATEGORIES= security MASTER_SITES= https://www.wolfssl.com/ diff --git a/security/wolfssh/distinfo b/security/wolfssh/distinfo index 71598cac8a9f..254b6fedf722 100644 --- a/security/wolfssh/distinfo +++ b/security/wolfssh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519107 -SHA256 (wolfssh-1.4.6.tar.gz) = 7fa67a9a0320970a259c964f0e3f3fd33223941346b744b240670a5a28507fc0 -SIZE (wolfssh-1.4.6.tar.gz) = 680016 +TIMESTAMP = 1628103052 +SHA256 (wolfssh-1.4.7.tar.gz) = 9ca26d43f867476ab69707df12c793fcbd3c1ddff9bef66b2606e8fe22cc86e6 +SIZE (wolfssh-1.4.7.tar.gz) = 710353 diff --git a/security/wolfssh/files/patch-wolfssh-test.h b/security/wolfssh/files/patch-wolfssh-test.h index ae688cdc58f8..c988f5e2da2b 100644 --- a/security/wolfssh/files/patch-wolfssh-test.h +++ b/security/wolfssh/files/patch-wolfssh-test.h @@ -1,6 +1,6 @@ ---- wolfssh/test.h.orig 2020-08-31 18:13:34 UTC +--- wolfssh/test.h.orig 2021-07-23 17:15:46 UTC +++ wolfssh/test.h -@@ -436,8 +436,8 @@ static INLINE void build_addr(SOCKADDR_IN_T* addr, con +@@ -441,8 +441,8 @@ static INLINE void build_addr(SOCKADDR_IN_T* addr, con memset(&hints, 0, sizeof(hints)); hints.ai_family = AF_INET_V; diff --git a/security/wolfssh/pkg-plist b/security/wolfssh/pkg-plist index ad106a65c775..d98a81f1a76c 100644 --- a/security/wolfssh/pkg-plist +++ b/security/wolfssh/pkg-plist @@ -16,4 +16,4 @@ include/wolfssh/wolfsftp.h lib/libwolfssh.a lib/libwolfssh.so lib/libwolfssh.so.9 -lib/libwolfssh.so.9.3.1 +lib/libwolfssh.so.9.3.2