libgcrypt: update to 1.11.1.

This commit is contained in:
skmpz 2025-07-02 11:08:50 +03:00 committed by classabbyamp
parent 582f9865a3
commit 14e5002bf3
3 changed files with 2 additions and 29 deletions

View file

@ -1,22 +0,0 @@
Index: libgcrypt-1.10.1/src/libgcrypt-config.in
===================================================================
--- libgcrypt-1.10.1.orig/src/libgcrypt-config.in
+++ libgcrypt-1.10.1/src/libgcrypt-config.in
@@ -154,7 +154,7 @@ if test "$echo_cflags" = "yes"; then
tmp=""
for i in $includes $cflags_final; do
- if echo "$tmp" | fgrep -v -- "$i" >/dev/null; then
+ if echo "$tmp" | grep -F -v -- "$i" >/dev/null; then
tmp="$tmp $i"
fi
done
@@ -175,7 +175,7 @@ if test "$echo_libs" = "yes"; then
tmp=""
for i in $libdirs $libs_final; do
- if echo "$tmp" | fgrep -v -- "$i" >/dev/null; then
+ if echo "$tmp" | grep -F -v -- "$i" >/dev/null; then
tmp="$tmp $i"
fi
done

View file

@ -1,5 +0,0 @@
--- ./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 <fcntl.h>
+#include <limits.h>

View file

@ -1,6 +1,6 @@
# Template file for 'libgcrypt'
pkgname=libgcrypt
version=1.10.3
version=1.11.1
revision=1
build_style=gnu-configure
configure_args="--enable-static --without-capabilities"
@ -10,7 +10,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
license="LGPL-2.1-or-later"
homepage="https://www.gnupg.org"
distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2"
checksum=8b0870897ac5ac67ded568dcfadf45969cfa8a6beb0fd60af2a9eadc2a3272aa
checksum=24e91c9123a46c54e8371f3a3a2502f1198f2893fbfbf59af95bc1c21499b00e
if [ "$CROSS_BUILD" ]; then
configure_args+=" ac_cv_sys_symbol_underscore=no"