1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

www/proxygen: Update 2023.02.06.00 → 2023.02.13.00

This commit is contained in:
Yuri Victorovich 2023-02-13 08:24:10 -08:00
parent ec1ff21c1a
commit e2e706237b
3 changed files with 14 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= proxygen
DISTVERSIONPREFIX= v
DISTVERSION= 2023.02.06.00
DISTVERSION= 2023.02.13.00
CATEGORIES= www
MAINTAINER= yuri@FreeBSD.org
@ -14,6 +14,7 @@ BUILD_DEPENDS= bash:shells/bash \
${LOCALBASE}/lib/libmvfst_server.a:net/mvfst \
gperf>0:devel/gperf
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
libbzip2.so:misc/vxl \
libdouble-conversion.so:devel/double-conversion \
libevent.so:devel/libevent \
libfizz.so:security/fizz \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1675701604
SHA256 (facebook-proxygen-v2023.02.06.00_GH0.tar.gz) = 6a90d733d6502e0d59ce3fa81cedd2154241c97f7ff92448c392bc2df22c4478
SIZE (facebook-proxygen-v2023.02.06.00_GH0.tar.gz) = 1092870
TIMESTAMP = 1676309515
SHA256 (facebook-proxygen-v2023.02.13.00_GH0.tar.gz) = 602a20f0305a78654d38f44b30fcfcf7fd17028460e620138f105028a30fb320
SIZE (facebook-proxygen-v2023.02.13.00_GH0.tar.gz) = 1121461

View File

@ -21,6 +21,14 @@ include/proxygen/httpserver/SignalHandler.h
include/proxygen/httpserver/filters/CompressionFilter.h
include/proxygen/httpserver/filters/DirectResponseHandler.h
include/proxygen/httpserver/filters/RejectConnectFilter.h
include/proxygen/lib/dns/CAresResolver.h
include/proxygen/lib/dns/CachingDNSResolver.h
include/proxygen/lib/dns/DNSModule.h
include/proxygen/lib/dns/DNSResolver.h
include/proxygen/lib/dns/FutureDNSResolver.h
include/proxygen/lib/dns/NaiveResolutionCallback.h
include/proxygen/lib/dns/Rfc6724.h
include/proxygen/lib/dns/SyncDNSResolver.h
include/proxygen/lib/healthcheck/PoolHealthChecker.h
include/proxygen/lib/healthcheck/ServerHealthCheckerCallback.h
include/proxygen/lib/http/HQConnector.h
@ -191,6 +199,7 @@ include/proxygen/lib/stats/PeriodicStats.h
include/proxygen/lib/stats/PeriodicStatsDataBase.h
include/proxygen/lib/stats/ResourceData.h
include/proxygen/lib/stats/ResourceStats.h
include/proxygen/lib/transport/AsyncUDPSocketFactory.h
include/proxygen/lib/transport/H3DatagramAsyncSocket.h
include/proxygen/lib/transport/PersistentFizzPskCache.h
include/proxygen/lib/transport/PersistentQuicPskCache.h