summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b562f2c069c..1598df0f9a7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msquic
pkgdesc = Microsoft implementation of the IETF QUIC protocol
- pkgver = 2.2.4
+ pkgver = 2.3.0
pkgrel = 1
epoch = 1
url = https://github.com/microsoft/msquic
@@ -14,7 +14,7 @@ pkgbase = msquic
depends = numactl
provides = libmsquic.so
conflicts = libmsquic.so
- source = git+https://github.com/microsoft/msquic.git#tag=v2.2.4
+ source = git+https://github.com/microsoft/msquic.git#tag=v2.3.0
source = git+https://github.com/google/googletest.git
source = quictls-openssl::git+https://github.com/quictls/openssl.git
source = git+https://github.com/microsoft/CLOG.git
diff --git a/PKGBUILD b/PKGBUILD
index 319514de73d8..06c8380cc7c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Florian Maunier <fmauneko@dissidence.ovh>
pkgname=msquic
-pkgver=2.2.4
+pkgver=2.3.0
pkgrel=1
epoch=1
pkgdesc="Microsoft implementation of the IETF QUIC protocol"
@@ -40,14 +40,13 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DQUIC_TLS=openssl3 \
-DCMAKE_SKIP_INSTALL_RPATH=YES \
- -DQUIC_BUILD_TEST=YES
+ -DQUIC_BUILD_TEST=NO
cmake --build build
# -DQUIC_USE_SYSTEM_LIBCRYPTO=ON \
#CMake Error at submodules/CMakeLists.txt:349 (message):
# OpenSSL 3.0 not found, found 3.2.0
-
}
check() {