mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
libgcrypt: update to 1.11.1.
This commit is contained in:
parent
582f9865a3
commit
14e5002bf3
3 changed files with 2 additions and 29 deletions
|
@ -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
|
|
|
@ -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>
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libgcrypt'
|
# Template file for 'libgcrypt'
|
||||||
pkgname=libgcrypt
|
pkgname=libgcrypt
|
||||||
version=1.10.3
|
version=1.11.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-static --without-capabilities"
|
configure_args="--enable-static --without-capabilities"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://www.gnupg.org"
|
homepage="https://www.gnupg.org"
|
||||||
distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2"
|
distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2"
|
||||||
checksum=8b0870897ac5ac67ded568dcfadf45969cfa8a6beb0fd60af2a9eadc2a3272aa
|
checksum=24e91c9123a46c54e8371f3a3a2502f1198f2893fbfbf59af95bc1c21499b00e
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" ac_cv_sys_symbol_underscore=no"
|
configure_args+=" ac_cv_sys_symbol_underscore=no"
|
||||||
|
|
Loading…
Add table
Reference in a new issue