From a1afccf73aa1c3684de36450fe4fca07a996b643 Mon Sep 17 00:00:00 2001 From: skmpz Date: Sat, 19 Feb 2022 00:28:44 +0400 Subject: [PATCH] libgcrypt: update to 1.10.0. --- srcpkgs/libgcrypt/patches/fix-musl.patch | 5 +++++ srcpkgs/libgcrypt/template | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/libgcrypt/patches/fix-musl.patch diff --git a/srcpkgs/libgcrypt/patches/fix-musl.patch b/srcpkgs/libgcrypt/patches/fix-musl.patch new file mode 100644 index 000000000000..10c71daf5edf --- /dev/null +++ b/srcpkgs/libgcrypt/patches/fix-musl.patch @@ -0,0 +1,5 @@ +--- ./random/jitterentropy-base-user.h 2022-02-18 23:47:12.316087972 +0400 ++++ ./random/jitterentropy-base-user.h 2022-02-18 23:48:22.766682019 +0400 +@@ -43,0 +44,2 @@ ++#include ++#include diff --git a/srcpkgs/libgcrypt/template b/srcpkgs/libgcrypt/template index 1dc4d0a19ca2..b3285e6f8edf 100644 --- a/srcpkgs/libgcrypt/template +++ b/srcpkgs/libgcrypt/template @@ -1,6 +1,6 @@ # Template file for 'libgcrypt' pkgname=libgcrypt -version=1.9.4 +version=1.10.0 revision=1 build_style=gnu-configure configure_args="--enable-static --without-capabilities" @@ -10,7 +10,7 @@ maintainer="skmpz " license="LGPL-2.1-or-later" homepage="https://www.gnupg.org" distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2" -checksum=ea849c83a72454e3ed4267697e8ca03390aee972ab421e7df69dfe42b65caaf7 +checksum=6a00f5c05caa4c4acc120c46b63857da0d4ff61dc4b4b03933fa8d46013fae81 if [ "$CROSS_BUILD" ]; then configure_args+=" ac_cv_sys_symbol_underscore=no"