View | Details | Raw Unified | Return to bug 259334 | Differences between
and this patch

Collapse All | Expand All

(-)quiche/Makefile (-3 / +6 lines)
Lines 1-6 Link Here
1
PORTNAME=	quiche
1
PORTNAME=	quiche
2
PORTVERSION=	0.9.0
2
PORTVERSION=	0.10.0
3
PORTREVISION=	2
4
CATEGORIES=	net
3
CATEGORIES=	net
5
4
6
MAINTAINER=	junho.choi@gmail.com
5
MAINTAINER=	junho.choi@gmail.com
Lines 13-19 Link Here
13
USE_GITHUB=	yes
12
USE_GITHUB=	yes
14
GH_ACCOUNT=	cloudflare
13
GH_ACCOUNT=	cloudflare
15
GH_TAGNAME=	${PORTVERSION}
14
GH_TAGNAME=	${PORTVERSION}
16
GH_TUPLE=	google:boringssl:067cfd92f:boringssl/deps/boringssl
15
GH_TUPLE=	google:boringssl:f1c75347d:boringssl/deps/boringssl
17
16
18
CARGO_CRATES=	aho-corasick-0.7.18 \
17
CARGO_CRATES=	aho-corasick-0.7.18 \
19
		ansi_term-0.11.0 \
18
		ansi_term-0.11.0 \
Lines 133-138 Link Here
133
LIBQUICHE_CARGOTOML=	${WRKSRC}/Cargo.toml
132
LIBQUICHE_CARGOTOML=	${WRKSRC}/Cargo.toml
134
QUICHEAPPS_CARGOLOCK=	${WRKSRC}/tools/apps/Cargo.lock
133
QUICHEAPPS_CARGOLOCK=	${WRKSRC}/tools/apps/Cargo.lock
135
QUICHEAPPS_CARGOTOML=	${WRKSRC}/tools/apps/Cargo.toml
134
QUICHEAPPS_CARGOTOML=	${WRKSRC}/tools/apps/Cargo.toml
135
136
post-patch:
137
	@${GREP} -FRl -- '-D_XOPEN_SOURCE=700' ${WRKSRC}/deps/boringssl | \
138
		${XARGS} ${REINPLACE_CMD} -e 's,-D_XOPEN_SOURCE=700,,'
136
139
137
# build libquiche and apps
140
# build libquiche and apps
138
do-build:
141
do-build:
(-)quiche/distinfo (-5 / +5 lines)
Lines 1-4 Link Here
1
TIMESTAMP = 1631206398
1
TIMESTAMP = 1640942834
2
SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
2
SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
3
SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923
3
SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923
4
SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b
4
SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b
Lines 193-199 Link Here
193
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
193
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
194
SHA256 (rust/crates/ws2_32-sys-0.2.1.crate) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e
194
SHA256 (rust/crates/ws2_32-sys-0.2.1.crate) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e
195
SIZE (rust/crates/ws2_32-sys-0.2.1.crate) = 4697
195
SIZE (rust/crates/ws2_32-sys-0.2.1.crate) = 4697
196
SHA256 (cloudflare-quiche-0.9.0_GH0.tar.gz) = 74d2b7e5c79d8d94f051d5291549bdc46a98919cc4d34734fa58702d769d8099
196
SHA256 (cloudflare-quiche-0.10.0_GH0.tar.gz) = 097c6f9d43e93a130cc56aab053b1acd878b6463d91686486ddfe234e84c340b
197
SIZE (cloudflare-quiche-0.9.0_GH0.tar.gz) = 587257
197
SIZE (cloudflare-quiche-0.10.0_GH0.tar.gz) = 591056
198
SHA256 (google-boringssl-067cfd92f_GH0.tar.gz) = c1de2c821929452a054e2c084da30a27168679bf4201d5fd94c1543bf523f5c7
198
SHA256 (google-boringssl-f1c75347d_GH0.tar.gz) = fc0bb68685e8e5fe25c4170dec90796d290b754529baae19e03cbc73365eb08a
199
SIZE (google-boringssl-067cfd92f_GH0.tar.gz) = 43809292
199
SIZE (google-boringssl-f1c75347d_GH0.tar.gz) = 43373250

Return to bug 259334