diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2026-05-19 00:04:00 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-05-19 00:04:00 +0000 |
| commit | 17b656c976ffc261a67409e759f3d5b0e50d56bb (patch) | |
| tree | f19b735a4b60c2f022bd0f4a5ca03305191f154f /www/proxygen | |
| parent | d26cf55bde7a66443ef50b0361d2e4fd912707e2 (diff) | |
Diffstat (limited to 'www/proxygen')
| -rw-r--r-- | www/proxygen/Makefile | 2 | ||||
| -rw-r--r-- | www/proxygen/distinfo | 6 | ||||
| -rw-r--r-- | www/proxygen/pkg-plist | 7 |
3 files changed, 9 insertions, 6 deletions
diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index 0ac5ff065b25..a86bcc231d8e 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,6 +1,6 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v -DISTVERSION= 2026.05.11.00 +DISTVERSION= 2026.05.18.00 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/proxygen/distinfo b/www/proxygen/distinfo index 92c8b02184f5..07c0b62db6b7 100644 --- a/www/proxygen/distinfo +++ b/www/proxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1778613230 -SHA256 (facebook-proxygen-v2026.05.11.00_GH0.tar.gz) = b121d700bdc064f16212f33c6181141db5f86bd5b5c0c7a4274c5715489c88fd -SIZE (facebook-proxygen-v2026.05.11.00_GH0.tar.gz) = 1698457 +TIMESTAMP = 1779147363 +SHA256 (facebook-proxygen-v2026.05.18.00_GH0.tar.gz) = 9bca5e62e5dd16d4ad85ea76a85df71e449e19a1d8b7d0905c3d46c87cbb5663 +SIZE (facebook-proxygen-v2026.05.18.00_GH0.tar.gz) = 1788642 diff --git a/www/proxygen/pkg-plist b/www/proxygen/pkg-plist index b55b796bdb3c..905547fe3dd3 100644 --- a/www/proxygen/pkg-plist +++ b/www/proxygen/pkg-plist @@ -257,8 +257,6 @@ include/proxygen/lib/http/session/HTTPTransactionEgressSM.h include/proxygen/lib/http/session/HTTPTransactionIngressSM.h include/proxygen/lib/http/session/HTTPUpstreamSession.h include/proxygen/lib/http/session/QuicProtocolInfo.h -include/proxygen/lib/http/session/SecondaryAuthManager.h -include/proxygen/lib/http/session/SecondaryAuthManagerBase.h include/proxygen/lib/http/session/ServerPushLifecycle.h include/proxygen/lib/http/session/SessionLoopCallback.h include/proxygen/lib/http/session/SimpleController.h @@ -277,6 +275,9 @@ include/proxygen/lib/http/stats/HttpServerStats.h include/proxygen/lib/http/stats/ResponseCodeStatsMinute.h include/proxygen/lib/http/stats/TLResponseCodeStats.h include/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h +include/proxygen/lib/http/structuredheaders/StructuredFields.h +include/proxygen/lib/http/structuredheaders/StructuredFieldsDecoder.h +include/proxygen/lib/http/structuredheaders/StructuredFieldsEncoder.h include/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.h include/proxygen/lib/http/structuredheaders/StructuredHeadersConstants.h include/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.h @@ -330,7 +331,9 @@ include/proxygen/lib/transport/PersistentFizzPskCache.h include/proxygen/lib/transport/PersistentQuicPskCache.h include/proxygen/lib/transport/PersistentQuicTokenCache.h include/proxygen/lib/transport/qmux/QmuxCodec.h +include/proxygen/lib/transport/qmux/QmuxConnector.h include/proxygen/lib/transport/qmux/QmuxFramer.h +include/proxygen/lib/transport/qmux/QmuxSession.h include/proxygen/lib/utils/AcceptorAddress.h include/proxygen/lib/utils/AsyncTimeoutSet.h include/proxygen/lib/utils/CobHelper.h |
