From owner-svn-ports-all@freebsd.org Fri Apr 19 14:47:07 2019 Return-Path: Delivered-To: svn-ports-all@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 32D89156EA1B; Fri, 19 Apr 2019 14:47:07 +0000 (UTC) (envelope-from tijl@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 C512C821C2; Fri, 19 Apr 2019 14:47:06 +0000 (UTC) (envelope-from tijl@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 9FA842FB98; Fri, 19 Apr 2019 14:47:06 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3JEl6O2043551; Fri, 19 Apr 2019 14:47:06 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3JEl6Mw043548; Fri, 19 Apr 2019 14:47:06 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201904191447.x3JEl6Mw043548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 19 Apr 2019 14:47:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499363 - head/security/mbedtls X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/security/mbedtls X-SVN-Commit-Revision: 499363 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C512C821C2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.986,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2019 14:47:07 -0000 Author: tijl Date: Fri Apr 19 14:47:05 2019 New Revision: 499363 URL: https://svnweb.freebsd.org/changeset/ports/499363 Log: Update to 2.16.1. Modified: head/security/mbedtls/Makefile head/security/mbedtls/distinfo head/security/mbedtls/pkg-plist Modified: head/security/mbedtls/Makefile ============================================================================== --- head/security/mbedtls/Makefile Fri Apr 19 14:42:42 2019 (r499362) +++ head/security/mbedtls/Makefile Fri Apr 19 14:47:05 2019 (r499363) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.16.0 +PORTVERSION= 2.16.1 DISTVERSIONPREFIX=${PORTNAME}- CATEGORIES= security devel Modified: head/security/mbedtls/distinfo ============================================================================== --- head/security/mbedtls/distinfo Fri Apr 19 14:42:42 2019 (r499362) +++ head/security/mbedtls/distinfo Fri Apr 19 14:47:05 2019 (r499363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548151915 -SHA256 (ARMmbed-mbedtls-mbedtls-2.16.0_GH0.tar.gz) = cd14ff7b422eac01516973e41252c67c274814783b32fafb91a63ebe946beaff -SIZE (ARMmbed-mbedtls-mbedtls-2.16.0_GH0.tar.gz) = 2412091 +TIMESTAMP = 1555685099 +SHA256 (ARMmbed-mbedtls-mbedtls-2.16.1_GH0.tar.gz) = daf0d40f3016c34eb42d1e4b3b52be047e976d566aba8668977723c829af72f3 +SIZE (ARMmbed-mbedtls-mbedtls-2.16.1_GH0.tar.gz) = 2426992 Modified: head/security/mbedtls/pkg-plist ============================================================================== --- head/security/mbedtls/pkg-plist Fri Apr 19 14:42:42 2019 (r499362) +++ head/security/mbedtls/pkg-plist Fri Apr 19 14:47:05 2019 (r499363) @@ -27,6 +27,7 @@ bin/mbedtls_pk_decrypt bin/mbedtls_pk_encrypt bin/mbedtls_pk_sign bin/mbedtls_pk_verify +bin/mbedtls_query_compile_time_config bin/mbedtls_req_app bin/mbedtls_rsa_decrypt bin/mbedtls_rsa_encrypt