devel/folly: Update 2023.06.26.00 → 2023.07.03.00
This commit is contained in:
parent
09519506e8
commit
e348b5903c
3 changed files with 10 additions and 9 deletions
|
@ -1,11 +1,8 @@
|
|||
PORTNAME= folly
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2023.06.26.00
|
||||
DISTVERSION= 2023.07.03.00
|
||||
CATEGORIES= devel
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES= e74fe5c99dd9d96b80b17f8396ce2568f2becb45.diff:-p1 # fix https://github.com/facebook/folly/issues/2019
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= C++ library developed and used at Facebook
|
||||
WWW= https://github.com/facebook/folly
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
TIMESTAMP = 1688173429
|
||||
SHA256 (facebook-folly-v2023.06.26.00_GH0.tar.gz) = e7b58bf4eda24e2069b301e27533deb7c171dac57925cb90fe344595522772f3
|
||||
SIZE (facebook-folly-v2023.06.26.00_GH0.tar.gz) = 3859868
|
||||
SHA256 (e74fe5c99dd9d96b80b17f8396ce2568f2becb45.diff) = 19e50ddc436ee0bbdc759cfb0a4ebfd617ef9594a8c01eedb303e1fa26e9618c
|
||||
SIZE (e74fe5c99dd9d96b80b17f8396ce2568f2becb45.diff) = 652
|
||||
TIMESTAMP = 1688448536
|
||||
SHA256 (facebook-folly-v2023.07.03.00_GH0.tar.gz) = a442f8aff36eed0929827576e7249aa40fd874fb36a262548d94d711c0e28737
|
||||
SIZE (facebook-folly-v2023.07.03.00_GH0.tar.gz) = 3867449
|
||||
|
|
|
@ -406,11 +406,14 @@ include/folly/experimental/io/IoUringBackend.h
|
|||
include/folly/experimental/io/IoUringEvent.h
|
||||
include/folly/experimental/io/IoUringEventBaseLocal.h
|
||||
include/folly/experimental/io/SimpleAsyncIO.h
|
||||
include/folly/experimental/observer/CoreCachedObserver.h
|
||||
include/folly/experimental/observer/HazptrObserver.h
|
||||
include/folly/experimental/observer/Observable-inl.h
|
||||
include/folly/experimental/observer/Observable.h
|
||||
include/folly/experimental/observer/Observer-inl.h
|
||||
include/folly/experimental/observer/Observer-pre.h
|
||||
include/folly/experimental/observer/Observer.h
|
||||
include/folly/experimental/observer/ReadMostlyTLObserver.h
|
||||
include/folly/experimental/observer/SimpleObservable-inl.h
|
||||
include/folly/experimental/observer/SimpleObservable.h
|
||||
include/folly/experimental/observer/WithJitter-inl.h
|
||||
|
@ -582,8 +585,11 @@ include/folly/io/async/TerminateCancellationToken.h
|
|||
include/folly/io/async/TimeoutManager.h
|
||||
include/folly/io/async/VirtualEventBase.h
|
||||
include/folly/io/async/WriteChainAsyncTransportWrapper.h
|
||||
include/folly/io/async/WriteFlags.h
|
||||
include/folly/io/async/fdsock/AsyncFdSocket.h
|
||||
include/folly/io/async/fdsock/SocketFds.h
|
||||
include/folly/io/async/observer/AsyncSocketObserverContainer.h
|
||||
include/folly/io/async/observer/AsyncSocketObserverInterface.h
|
||||
include/folly/io/async/ssl/BasicTransportCertificate.h
|
||||
include/folly/io/async/ssl/OpenSSLTransportCertificate.h
|
||||
include/folly/io/async/ssl/OpenSSLUtils.h
|
||||
|
|
Loading…
Reference in a new issue