From owner-svn-ports-all@freebsd.org Tue Jul 21 21:29:51 2020 Return-Path: Delivered-To: svn-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 2731236869D; Tue, 21 Jul 2020 21:29:51 +0000 (UTC) (envelope-from danilo@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BBBZR0D1Sz4FvP; Tue, 21 Jul 2020 21:29:51 +0000 (UTC) (envelope-from danilo@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 C5CA9249BA; Tue, 21 Jul 2020 21:29:50 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06LLToTO079468; Tue, 21 Jul 2020 21:29:50 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06LLToZl079466; Tue, 21 Jul 2020 21:29:50 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <202007212129.06LLToZl079466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 21 Jul 2020 21:29:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542792 - head/devel/aws-c-common X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/devel/aws-c-common X-SVN-Commit-Revision: 542792 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 21 Jul 2020 21:29:51 -0000 Author: danilo Date: Tue Jul 21 21:29:49 2020 New Revision: 542792 URL: https://svnweb.freebsd.org/changeset/ports/542792 Log: - Update to 0.4.42 Modified: head/devel/aws-c-common/Makefile head/devel/aws-c-common/distinfo head/devel/aws-c-common/pkg-plist Modified: head/devel/aws-c-common/Makefile ============================================================================== --- head/devel/aws-c-common/Makefile Tue Jul 21 21:29:22 2020 (r542791) +++ head/devel/aws-c-common/Makefile Tue Jul 21 21:29:49 2020 (r542792) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-c-common -PORTVERSION= 0.4.25 +PORTVERSION= 0.4.42 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= devel Modified: head/devel/aws-c-common/distinfo ============================================================================== --- head/devel/aws-c-common/distinfo Tue Jul 21 21:29:22 2020 (r542791) +++ head/devel/aws-c-common/distinfo Tue Jul 21 21:29:49 2020 (r542792) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580065512 -SHA256 (awslabs-aws-c-common-v0.4.25_GH0.tar.gz) = f85a8f74e42bd983a4615654457f8037876bc6b8dbf890e368bb516cbc2e9844 -SIZE (awslabs-aws-c-common-v0.4.25_GH0.tar.gz) = 322039 +TIMESTAMP = 1593515492 +SHA256 (awslabs-aws-c-common-v0.4.42_GH0.tar.gz) = a24f9918fad1970e1320ece3c95684c7aeb71250f67b3a87b3063cb3c801cff2 +SIZE (awslabs-aws-c-common-v0.4.42_GH0.tar.gz) = 426445 Modified: head/devel/aws-c-common/pkg-plist ============================================================================== --- head/devel/aws-c-common/pkg-plist Tue Jul 21 21:29:22 2020 (r542791) +++ head/devel/aws-c-common/pkg-plist Tue Jul 21 21:29:49 2020 (r542792) @@ -8,9 +8,11 @@ include/aws/common/atomics_fallback.inl include/aws/common/atomics_gnu.inl include/aws/common/atomics_gnu_old.inl include/aws/common/atomics_msvc.inl +include/aws/common/bigint.h include/aws/common/byte_buf.h include/aws/common/byte_order.h include/aws/common/byte_order.inl +include/aws/common/cache.h include/aws/common/clock.h include/aws/common/clock.inl include/aws/common/command_line_parser.h @@ -25,7 +27,10 @@ include/aws/common/environment.h include/aws/common/error.h include/aws/common/error.inl include/aws/common/exports.h +include/aws/common/fifo_cache.h include/aws/common/hash_table.h +include/aws/common/lifo_cache.h +include/aws/common/linked_hash_table.h include/aws/common/linked_list.h include/aws/common/linked_list.inl include/aws/common/log_channel.h @@ -42,13 +47,16 @@ include/aws/common/math.h include/aws/common/math.inl include/aws/common/math.msvc.inl include/aws/common/mutex.h +include/aws/common/package.h include/aws/common/posix/common.inl include/aws/common/predicates.h include/aws/common/priority_queue.h include/aws/common/process.h +include/aws/common/resource_name.h include/aws/common/ring_buffer.h include/aws/common/ring_buffer.inl include/aws/common/rw_lock.h +include/aws/common/statistics.h include/aws/common/stdbool.h include/aws/common/stdint.h include/aws/common/string.h