mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[libgcrypt] update to 1.11.1 (#46065)
This commit is contained in:
@@ -4,19 +4,13 @@ vcpkg_download_distfile(tarball
|
||||
"https://mirrors.dotsrc.org/gcrypt/libgcrypt/libgcrypt-${VERSION}.tar.bz2"
|
||||
"https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${VERSION}.tar.bz2"
|
||||
FILENAME "libgcrypt-${VERSION}.tar.bz2"
|
||||
SHA512 8e093e69e3c45d30838625ca008e995556f0d5b272de1c003d44ef94633bcc0d0ef5d95e8725eb531bfafb4490ac273488633e0c801200d4666194f86c3e270e
|
||||
)
|
||||
vcpkg_download_distfile(osx_asm_patch
|
||||
URLS "https://github.com/gpg/libgcrypt/commit/bb0895bbb7c6d2b9502cbbf03da14d4ecf27a183.patch?full_index=1"
|
||||
FILENAME "libgcrypt-1.11.0-bb0895b.diff"
|
||||
SHA512 dc9a0f0c13b08bdc6e28b966c61f5a8695bc58a7bf5ea5a8376f3b293bde729f485342eabbc84e78ab37afaf12ba1ac4385f0baff0f5f4b31bc1d3b764893522
|
||||
SHA512 85846d62ce785e4250a2bf8a2b13ec24837e48ab8e10d537ad4a18d650d2cca747f82fd1501feab47ad3114b9593b36c9fa7a892f48139e2a71ef61295a47678
|
||||
)
|
||||
vcpkg_extract_source_archive(
|
||||
SOURCE_PATH
|
||||
ARCHIVE "${tarball}"
|
||||
PATCHES
|
||||
cross-tools.patch
|
||||
"${osx_asm_patch}"
|
||||
)
|
||||
|
||||
if(VCPKG_CROSSCOMPILING)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libgcrypt",
|
||||
"version": "1.11.0",
|
||||
"version": "1.11.1",
|
||||
"description": "A general purpose cryptographic library",
|
||||
"homepage": "https://gnupg.org/software/libgcrypt/index.html",
|
||||
"license": null,
|
||||
|
||||
@@ -4749,7 +4749,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libgcrypt": {
|
||||
"baseline": "1.11.0",
|
||||
"baseline": "1.11.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"libgd": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "000d5027bec692e2f4bceaa4854acd5fa1d30774",
|
||||
"version": "1.11.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "7ef0287faf9a058810b2eb5378b3a66ea6adcf69",
|
||||
"version": "1.11.0",
|
||||
|
||||
Reference in New Issue
Block a user