From owner-svn-ports-head@freebsd.org Mon Dec 17 05:33:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE817132D033; Mon, 17 Dec 2018 05:33:22 +0000 (UTC) (envelope-from tobik@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7ECF83AB1; Mon, 17 Dec 2018 05:33:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E956A7B5; Mon, 17 Dec 2018 05:33:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBH5XMT6094251; Mon, 17 Dec 2018 05:33:22 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBH5XMEl094250; Mon, 17 Dec 2018 05:33:22 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812170533.wBH5XMEl094250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 17 Dec 2018 05:33:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487651 - head/security/cargo-audit X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/security/cargo-audit X-SVN-Commit-Revision: 487651 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A7ECF83AB1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.84 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.88)[-0.883,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 05:33:23 -0000 Author: tobik Date: Mon Dec 17 05:33:22 2018 New Revision: 487651 URL: https://svnweb.freebsd.org/changeset/ports/487651 Log: security/cargo-audit: Update to 0.6.1 Changes: https://github.com/RustSec/cargo-audit/blob/v0.6.1/CHANGES.md Modified: head/security/cargo-audit/Makefile head/security/cargo-audit/distinfo Modified: head/security/cargo-audit/Makefile ============================================================================== --- head/security/cargo-audit/Makefile Mon Dec 17 04:30:01 2018 (r487650) +++ head/security/cargo-audit/Makefile Mon Dec 17 05:33:22 2018 (r487651) @@ -2,7 +2,7 @@ PORTNAME= cargo-audit DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0 +DISTVERSION= 0.6.1 CATEGORIES= security MAINTAINER= tobik@FreeBSD.org Modified: head/security/cargo-audit/distinfo ============================================================================== --- head/security/cargo-audit/distinfo Mon Dec 17 04:30:01 2018 (r487650) +++ head/security/cargo-audit/distinfo Mon Dec 17 05:33:22 2018 (r487651) @@ -1,4 +1,4 @@ -TIMESTAMP = 1544939173 +TIMESTAMP = 1545024528 SHA256 (rust/crates/atty-0.2.11.tar.gz) = 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652 SIZE (rust/crates/atty-0.2.11.tar.gz) = 5916 SHA256 (rust/crates/autocfg-0.1.1.tar.gz) = 4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727 @@ -117,5 +117,5 @@ SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.t SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 -SHA256 (RustSec-cargo-audit-v0.6.0_GH0.tar.gz) = f97db03138630778ab9e7a799766b65d9145e12b45301dd9bd6d7c4c1aa882b8 -SIZE (RustSec-cargo-audit-v0.6.0_GH0.tar.gz) = 83523 +SHA256 (RustSec-cargo-audit-v0.6.1_GH0.tar.gz) = 29be878cccb9066a7567d23c1579544d309ebc30070c543b98be5dc191ff08d3 +SIZE (RustSec-cargo-audit-v0.6.1_GH0.tar.gz) = 83586