summaryrefslogtreecommitdiff
path: root/package/libgcrypt/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-01-29 14:52:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-01-29 14:52:47 +0100
commit641f808b51ddcce08f33f6fe26ac9402cac57abd (patch)
tree90df4a71cb6305d858e28a5e9a46b8b86b78c7ad /package/libgcrypt/patches
parent6f7a972ea87d8cfed4e4fb11f627f0df318a85e8 (diff)
libgcrypt: update to 1.10.3
Diffstat (limited to 'package/libgcrypt/patches')
-rw-r--r--package/libgcrypt/patches/patch-cipher_Makefile_am11
-rw-r--r--package/libgcrypt/patches/patch-cipher_Makefile_in11
2 files changed, 0 insertions, 22 deletions
diff --git a/package/libgcrypt/patches/patch-cipher_Makefile_am b/package/libgcrypt/patches/patch-cipher_Makefile_am
deleted file mode 100644
index ce89bc118..000000000
--- a/package/libgcrypt/patches/patch-cipher_Makefile_am
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgcrypt-1.9.4.orig/cipher/Makefile.am 2021-08-22 13:55:28.000000000 +0200
-+++ libgcrypt-1.9.4/cipher/Makefile.am 2021-09-20 10:05:44.047879135 +0200
-@@ -146,7 +146,7 @@ gost-sb.h: gost-s-box
-
- gost-s-box: gost-s-box.c
- $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \
-- $(CPPFLAGS_FOR_BUILD)-o $@ $(srcdir)/gost-s-box.c
-+ $(CPPFLAGS_FOR_BUILD) -o $@ $(srcdir)/gost-s-box.c
-
-
- if ENABLE_O_FLAG_MUNGING
diff --git a/package/libgcrypt/patches/patch-cipher_Makefile_in b/package/libgcrypt/patches/patch-cipher_Makefile_in
deleted file mode 100644
index 1f5d7f272..000000000
--- a/package/libgcrypt/patches/patch-cipher_Makefile_in
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgcrypt-1.9.4.orig/cipher/Makefile.in 2021-08-22 18:00:24.000000000 +0200
-+++ libgcrypt-1.9.4/cipher/Makefile.in 2021-09-20 10:06:00.483879720 +0200
-@@ -1370,7 +1370,7 @@ gost-sb.h: gost-s-box
-
- gost-s-box: gost-s-box.c
- $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \
-- $(CPPFLAGS_FOR_BUILD)-o $@ $(srcdir)/gost-s-box.c
-+ $(CPPFLAGS_FOR_BUILD) -o $@ $(srcdir)/gost-s-box.c
-
- # We need to lower the optimization for this module.
- tiger.o: $(srcdir)/tiger.c Makefile