]> git.ipfire.org Git - thirdparty/samba.git/commit
third_party: import quic from https://github.com/lxin/quic.git
authorStefan Metzmacher <metze@samba.org>
Tue, 15 Apr 2025 09:00:17 +0000 (11:00 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 17 Jul 2025 08:59:37 +0000 (08:59 +0000)
commit02bb288d08f0a975aeba2932aac1536cad67a692
tree1ebc95b3a29aab28015c1c55120a237ce7d038ee
parentbd786a1e63849ba2f081dfa2fc0d52a6f249cb87
third_party: import quic from https://github.com/lxin/quic.git

For now the VERSION argument to third_party/quic/update.sh
is ignored as there are no versions yet. For now we require
version 1.1 (not releases) for a system library, in order to make sure
it is recent enough.

This import is based on commit 846dddb24f007c8356ce3c19c74445160a8d94f7.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
13 files changed:
buildtools/wafsamba/samba_third_party.py
third_party/quic/COPYING [new file with mode: 0644]
third_party/quic/libquic/Makefile.am [new file with mode: 0644]
third_party/quic/libquic/client.c [new file with mode: 0644]
third_party/quic/libquic/handshake.c [new file with mode: 0644]
third_party/quic/libquic/libquic.pc.in [new file with mode: 0644]
third_party/quic/libquic/netinet/quic.h [new file with mode: 0644]
third_party/quic/libquic/quic.man [new file with mode: 0644]
third_party/quic/libquic/server.c [new file with mode: 0644]
third_party/quic/modules/include/uapi/linux/quic.h [new file with mode: 0644]
third_party/quic/update.sh [new file with mode: 0755]
third_party/quic/wscript [new file with mode: 0644]
third_party/wscript