]> git.ipfire.org Git - thirdparty/grub.git/commit
libgcrypt: Adjust import script, definitions and API users for libgcrypt 1.11
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 7 Jul 2025 14:52:10 +0000 (14:52 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 11 Jul 2025 21:12:50 +0000 (23:12 +0200)
commit0739d24cd1648531d0708d1079ff6bbfa6140268
treec43647fca7a1dc1d1789d4ced8784488afc4e581
parent3e1c2890b81be6b243b19f5fc8bb8c63a4a6df93
libgcrypt: Adjust import script, definitions and API users for libgcrypt 1.11

This patches modifies the GRUB-libgcrypt API to match new libgcrypt 1.11.

Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
27 files changed:
autogen.sh
conf/Makefile.common
grub-core/Makefile.core.def
grub-core/commands/hashsum.c
grub-core/commands/legacycfg.c
grub-core/commands/pgp.c
grub-core/commands/xnu_uuid.c
grub-core/disk/cryptodisk.c
grub-core/io/gzio.c
grub-core/io/lzopio.c
grub-core/lib/adler32.c
grub-core/lib/crc64.c
grub-core/lib/crypto.c
grub-core/lib/libgcrypt-patches/01_md.patch [new file with mode: 0644]
grub-core/lib/libgcrypt-patches/04_aria.patch [new file with mode: 0644]
grub-core/lib/libgcrypt-patches/05_disable_rsa_shake.patch [new file with mode: 0644]
grub-core/lib/libgcrypt/src/gcrypt-int.h
grub-core/lib/libgcrypt_wrap/cipher_wrap.h
grub-core/lib/libgcrypt_wrap/mem.c
grub-core/lib/posix_wrap/sys/types.h
grub-core/lib/xzembed/xz_dec_stream.c
include/grub/crypto.h
include/grub/gcrypt/gpg-error.h
util/grub-fstest.c
util/import_gcry.py
util/import_gcrypt_inth.sed [new file with mode: 0644]
util/import_gcrypth.sed