From ffdc72da4f086e9a62b946970778495bba400e69 Mon Sep 17 00:00:00 2001 From: MathiasRaoul Date: Fri, 7 Feb 2020 16:29:05 +0000 Subject: quic: Check quicly version tag at compile time - updates the quicly version to 0.1.0-vpp - adds workaround for quicly_send()/assert_consistency() failure Type: feature Change-Id: I4c7e0ffc720ad9a685b89046a83646d59febd6cd Signed-off-by: MathiasRaoul Signed-off-by: Nathan Skrzypczak Signed-off-by: Dave Wallace --- build/external/packages/quicly.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/external/packages/quicly.mk') diff --git a/build/external/packages/quicly.mk b/build/external/packages/quicly.mk index 9d6a4281c5b..29abad8b56c 100644 --- a/build/external/packages/quicly.mk +++ b/build/external/packages/quicly.mk @@ -11,9 +11,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -quicly_version := 0.0.10-vpp +quicly_version := 0.1.0-vpp quicly_tarball := quicly_$(quicly_version).tar.gz -quicly_tarball_md5sum := 771ba05c1724ce0b56deaaaa62eb48f1 +quicly_tarball_md5sum := 223f62c4dda7cbb1d907956cafcfd3f0 quicly_tarball_strip_dirs := 1 quicly_url := https://github.com/vpp-quic/quicly/releases/download/v$(quicly_version)/quicly_$(quicly_version).tar.gz -- cgit 1.2.3-korg