mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[libgnutls] Update to 3.7.8 (#27953)
This commit is contained in:
parent
347992dda1
commit
e81b172505
@ -7,7 +7,7 @@ vcpkg_download_distfile(tarball
|
||||
"https://mirrors.dotsrc.org/gcrypt/gnutls/v${GNUTLS_BRANCH}/gnutls-${VERSION}.tar.xz"
|
||||
"https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnutls/v${GNUTLS_BRANCH}/gnutls-${VERSION}.tar.xz"
|
||||
FILENAME "gnutls-${VERSION}.tar.xz"
|
||||
SHA512 72c78d7fcb024393c1d15f2a1856608ae4460ba43cc5bbbb4c29b80508cae6cb822df4638029de2363437d110187e0a3cc19a7288c3b2f44b2f648399a028438
|
||||
SHA512 4199bcf7c9e3aab2f52266aadceefc563dfe2d938d0ea1f3ec3be95d66f4a8c8e5494d3a800c03dd02ad386dec1738bd63e1fe0d8b394a2ccfc7d6c6a0cc9359
|
||||
)
|
||||
vcpkg_extract_source_archive(SOURCE_PATH
|
||||
ARCHIVE "${tarball}"
|
||||
@ -45,8 +45,11 @@ vcpkg_configure_make(
|
||||
--disable-silent-rules
|
||||
--disable-rpath
|
||||
--disable-tests
|
||||
--without-p11-kit
|
||||
--without-tpm
|
||||
--with-brotli=no
|
||||
--with-p11-kit=no
|
||||
--with-tpm=no
|
||||
--with-tpm2=no
|
||||
--with-zstd=no
|
||||
${options}
|
||||
YACC=false # false, the program - not used here
|
||||
OPTIONS_DEBUG
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libgnutls",
|
||||
"version": "3.6.16",
|
||||
"version": "3.7.8",
|
||||
"description": "A secure communications library implementing the SSL, TLS and DTLS protocols.",
|
||||
"homepage": "https://www.gnutls.org/",
|
||||
"license": null,
|
||||
|
@ -3773,7 +3773,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libgnutls": {
|
||||
"baseline": "3.6.16",
|
||||
"baseline": "3.7.8",
|
||||
"port-version": 0
|
||||
},
|
||||
"libgo": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "93d9f1a3a919257ac3d518297d3ef4d34b5f5e3e",
|
||||
"version": "3.7.8",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d91748a68628086b61f6da9afb2233a4d610dc4d",
|
||||
"version": "3.6.16",
|
||||
|
Loading…
x
Reference in New Issue
Block a user