diff options
author | MathiasRaoul <mathias.raoul@gmail.com> | 2020-02-07 16:29:05 +0000 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-03-27 17:43:33 +0000 |
commit | ffdc72da4f086e9a62b946970778495bba400e69 (patch) | |
tree | 3633cea2b6aa5f862eccc85a7e80d9db66d6aa96 /build/external/packages/quicly.mk | |
parent | 4e149776890a5ac91bb14957d57def3c73325061 (diff) |
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 <mathias.raoul@gmail.com>
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'build/external/packages/quicly.mk')
-rw-r--r-- | build/external/packages/quicly.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |