From owner-svn-ports-all@freebsd.org Tue Dec 22 18:29:40 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 7E4194C3F7F; Tue, 22 Dec 2020 18:29:40 +0000 (UTC) (envelope-from yuri@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 4D0lHS36crz4jNk; Tue, 22 Dec 2020 18:29:40 +0000 (UTC) (envelope-from yuri@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 5950810847; Tue, 22 Dec 2020 18:29:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BMITeq6078629; Tue, 22 Dec 2020 18:29:40 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BMITdov078627; Tue, 22 Dec 2020 18:29:39 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202012221829.0BMITdov078627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 22 Dec 2020 18:29:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558934 - head/devel/folly X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/folly X-SVN-Commit-Revision: 558934 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.34 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, 22 Dec 2020 18:29:40 -0000 Author: yuri Date: Tue Dec 22 18:29:39 2020 New Revision: 558934 URL: https://svnweb.freebsd.org/changeset/ports/558934 Log: devel/folly: Update 2020.12.14.00 -> 2020.12.21.00 Modified: head/devel/folly/Makefile head/devel/folly/distinfo head/devel/folly/pkg-plist Modified: head/devel/folly/Makefile ============================================================================== --- head/devel/folly/Makefile Tue Dec 22 18:22:38 2020 (r558933) +++ head/devel/folly/Makefile Tue Dec 22 18:29:39 2020 (r558934) @@ -2,7 +2,7 @@ PORTNAME= folly DISTVERSIONPREFIX= v -DISTVERSION= 2020.12.14.00 +DISTVERSION= 2020.12.21.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/folly/distinfo ============================================================================== --- head/devel/folly/distinfo Tue Dec 22 18:22:38 2020 (r558933) +++ head/devel/folly/distinfo Tue Dec 22 18:29:39 2020 (r558934) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608001910 -SHA256 (facebook-folly-v2020.12.14.00_GH0.tar.gz) = a3590caac887575bc0a936ae2380126c0edf754c9bdaef7ed84316f68665c791 -SIZE (facebook-folly-v2020.12.14.00_GH0.tar.gz) = 3269163 +TIMESTAMP = 1608659356 +SHA256 (facebook-folly-v2020.12.21.00_GH0.tar.gz) = db2b8622df68b09e1323116da3e7635c58e3ad05f983f58c07aa2290a9c6b88e +SIZE (facebook-folly-v2020.12.21.00_GH0.tar.gz) = 3274625 Modified: head/devel/folly/pkg-plist ============================================================================== --- head/devel/folly/pkg-plist Tue Dec 22 18:22:38 2020 (r558933) +++ head/devel/folly/pkg-plist Tue Dec 22 18:29:39 2020 (r558934) @@ -198,6 +198,7 @@ include/folly/executors/IOObjectCache.h include/folly/executors/IOThreadPoolExecutor.h include/folly/executors/InlineExecutor.h include/folly/executors/ManualExecutor.h +include/folly/executors/MeteredExecutor.h include/folly/executors/QueuedImmediateExecutor.h include/folly/executors/ScheduledExecutor.h include/folly/executors/SequencedExecutor.h @@ -581,6 +582,7 @@ include/folly/memory/MallctlHelper.h include/folly/memory/Malloc.h include/folly/memory/MemoryResource.h include/folly/memory/ReentrantAllocator.h +include/folly/memory/SanitizeAddress.h include/folly/memory/SanitizeLeak.h include/folly/memory/ThreadCachedArena.h include/folly/memory/UninitializedMemoryHacks.h @@ -632,6 +634,7 @@ include/folly/portability/Windows.h include/folly/python/AsyncioExecutor.h include/folly/python/async_generator.h include/folly/python/coro.h +include/folly/python/error.h include/folly/python/executor.h include/folly/python/futures.h include/folly/python/iobuf.h