Date: Mon, 3 Jan 2022 10:07:29 GMT From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 128954986d4e - main - net/quiche: Update to 0.10.0 Message-ID: <202201031007.203A7TUo058655@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=128954986d4eae2f01653dff2820cc12994df9f5 commit 128954986d4eae2f01653dff2820cc12994df9f5 Author: Gian-Simon Purkert <gspurki@gmail.com> AuthorDate: 2022-01-03 10:03:51 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2022-01-03 10:06:44 +0000 net/quiche: Update to 0.10.0 - Also update the BoringSSL dependency PR: 259334 Approved by: Junho Choi <junho.choi at gmail dot com> (maintainer) --- net/quiche/Makefile | 9 ++++++--- net/quiche/distinfo | 10 +++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/net/quiche/Makefile b/net/quiche/Makefile index 3fa94078345b..895d2fd9754f 100644 --- a/net/quiche/Makefile +++ b/net/quiche/Makefile @@ -1,6 +1,5 @@ PORTNAME= quiche -PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTVERSION= 0.10.0 CATEGORIES= net MAINTAINER= junho.choi@gmail.com @@ -13,7 +12,7 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= cloudflare GH_TAGNAME= ${PORTVERSION} -GH_TUPLE= google:boringssl:067cfd92f:boringssl/deps/boringssl +GH_TUPLE= google:boringssl:f1c75347d:boringssl/deps/boringssl CARGO_CRATES= aho-corasick-0.7.18 \ ansi_term-0.11.0 \ @@ -134,6 +133,10 @@ LIBQUICHE_CARGOTOML= ${WRKSRC}/Cargo.toml QUICHEAPPS_CARGOLOCK= ${WRKSRC}/tools/apps/Cargo.lock QUICHEAPPS_CARGOTOML= ${WRKSRC}/tools/apps/Cargo.toml +post-patch: + @${GREP} -FRl -- '-D_XOPEN_SOURCE=700' ${WRKSRC}/deps/boringssl | \ + ${XARGS} ${REINPLACE_CMD} -e 's,-D_XOPEN_SOURCE=700,,' + # build libquiche and apps do-build: @${CARGO_CARGO_RUN} build \ diff --git a/net/quiche/distinfo b/net/quiche/distinfo index ed90e90ebc71..69a7a3340569 100644 --- a/net/quiche/distinfo +++ b/net/quiche/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1631206398 +TIMESTAMP = 1640942834 SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b @@ -193,7 +193,7 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/ws2_32-sys-0.2.1.crate) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e SIZE (rust/crates/ws2_32-sys-0.2.1.crate) = 4697 -SHA256 (cloudflare-quiche-0.9.0_GH0.tar.gz) = 74d2b7e5c79d8d94f051d5291549bdc46a98919cc4d34734fa58702d769d8099 -SIZE (cloudflare-quiche-0.9.0_GH0.tar.gz) = 587257 -SHA256 (google-boringssl-067cfd92f_GH0.tar.gz) = c1de2c821929452a054e2c084da30a27168679bf4201d5fd94c1543bf523f5c7 -SIZE (google-boringssl-067cfd92f_GH0.tar.gz) = 43809292 +SHA256 (cloudflare-quiche-0.10.0_GH0.tar.gz) = 097c6f9d43e93a130cc56aab053b1acd878b6463d91686486ddfe234e84c340b +SIZE (cloudflare-quiche-0.10.0_GH0.tar.gz) = 591056 +SHA256 (google-boringssl-f1c75347d_GH0.tar.gz) = fc0bb68685e8e5fe25c4170dec90796d290b754529baae19e03cbc73365eb08a +SIZE (google-boringssl-f1c75347d_GH0.tar.gz) = 43373250
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201031007.203A7TUo058655>