diff options
author | Aloys Augustin <aloaugus@cisco.com> | 2019-07-08 16:12:38 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-07-22 13:30:12 +0000 |
commit | 5ff976586b8e6c39ce4d4d0874271893d27e7699 (patch) | |
tree | 27f265560cd24b55884eaed5539f403acf2eb4f8 /build/external | |
parent | 0f09a47f10e29cabeb98f571e5c4f0c18a54564d (diff) |
quic: update quicly library
Update quicly to latest version that includes our upstreamed patch.
Change-Id: I0b26c72e49bce81daf4fb069b5818defd6cf25b9
Type: feature
Signed-off-by: Aloys Augustin <aloaugus@cisco.com>
Diffstat (limited to 'build/external')
-rw-r--r-- | build/external/packages/quicly.mk | 4 | ||||
-rw-r--r-- | build/external/patches/quicly_0.0.2-vpp/0002-close-update-now.patch | 12 | ||||
-rw-r--r-- | build/external/patches/quicly_0.0.3-vpp/0001-cmake-install.patch (renamed from build/external/patches/quicly_0.0.2-vpp/0001-cmake-install.patch) | 0 |
3 files changed, 2 insertions, 14 deletions
diff --git a/build/external/packages/quicly.mk b/build/external/packages/quicly.mk index 222039f1a88..e4926a6a277 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.2-vpp +quicly_version := 0.0.3-vpp quicly_tarball := quicly_$(quicly_version).tar.gz -quicly_tarball_md5sum := f370bdb69c607c0e863a8abd57adbe75 +quicly_tarball_md5sum := fa4be6d9039967b380bbf14c96e34cdc quicly_tarball_strip_dirs := 1 quicly_url := https://github.com/vpp-quic/quicly/releases/download/v$(quicly_version)/quicly_$(quicly_version).tar.gz diff --git a/build/external/patches/quicly_0.0.2-vpp/0002-close-update-now.patch b/build/external/patches/quicly_0.0.2-vpp/0002-close-update-now.patch deleted file mode 100644 index 27b54a6105b..00000000000 --- a/build/external/patches/quicly_0.0.2-vpp/0002-close-update-now.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/lib/quicly.c b/lib/quicly.c -index fac85f2..80e1bcd 100644 ---- a/lib/quicly.c -+++ b/lib/quicly.c -@@ -3240,6 +3240,7 @@ static int initiate_close(quicly_conn_t *conn, int err, uint64_t frame_type, con - int quicly_close(quicly_conn_t *conn, int err, const char *reason_phrase) - { - assert(err == 0 || QUICLY_ERROR_IS_QUIC_APPLICATION(err)); -+ update_now(conn->super.ctx); - - return initiate_close(conn, err, QUICLY_FRAME_TYPE_PADDING /* used when err == 0 */, reason_phrase); - } diff --git a/build/external/patches/quicly_0.0.2-vpp/0001-cmake-install.patch b/build/external/patches/quicly_0.0.3-vpp/0001-cmake-install.patch index 3ac90c7d0aa..3ac90c7d0aa 100644 --- a/build/external/patches/quicly_0.0.2-vpp/0001-cmake-install.patch +++ b/build/external/patches/quicly_0.0.3-vpp/0001-cmake-install.patch |