Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating to quiche 0.18.0 #66

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This project is providing the native builds of the Cloudflare Quiche (https://github.com/cloudflare/quiche) library used by the Jetty Project's HTTP/3 implementation.

## Current quiche version
0.16.0
0.18.0

## Current targets
- Linux amd64
Expand All @@ -12,9 +12,9 @@ This project is providing the native builds of the Cloudflare Quiche (https://gi

## How Quiche was checked out and built
```
git clone --recursive https://github.com/cloudflare/quiche 0.16.0
cd 0.16.0
git checkout -b tag-0.16.0 tags/0.16.0
git clone --recursive https://github.com/cloudflare/quiche 0.18.0
cd 0.18.0
git checkout -b tag-0.18.0 tags/0.18.0
cargo build --features ffi,qlog
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.mortbay.jetty.quiche</groupId>
<artifactId>jetty-quiche-native</artifactId>
<version>0.16.0.1-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<name>Jetty :: Quiche Native Library</name>
<url>https://github.com/jetty-project/jetty-quiche-native</url>
<description>
Expand Down
Binary file modified src/main/resources/darwin-aarch64/libquiche.dylib
Binary file not shown.
Binary file modified src/main/resources/darwin-x86-64/libquiche.dylib
Binary file not shown.
Binary file modified src/main/resources/linux-x86-64/libquiche.so
Binary file not shown.
Binary file modified src/main/resources/win32-x86-64/quiche.dll
Binary file not shown.