summaryrefslogtreecommitdiff
path: root/package/gnutls/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-09-20 05:44:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-09-20 05:44:06 +0200
commit63c354198582dc80c75ddff9fd2cc336b0890d5c (patch)
treedcb46777246f6e6f35ad502ceb652bdd172be1c7 /package/gnutls/patches
parent3c2c2f44e4f8d55f9556e64ae6b455d4d2ea154b (diff)
gnutls: update to 3.8.1
Diffstat (limited to 'package/gnutls/patches')
-rw-r--r--package/gnutls/patches/0001-uclibc.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/package/gnutls/patches/0001-uclibc.patch b/package/gnutls/patches/0001-uclibc.patch
deleted file mode 100644
index b1b90016a..000000000
--- a/package/gnutls/patches/0001-uclibc.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -ur gnutls-3.6.16.orig/gl/fopen.c gnutls-3.6.16/gl/fopen.c
---- gnutls-3.6.16.orig/gl/fopen.c 2021-05-24 10:04:41.000000000 +0200
-+++ gnutls-3.6.16/gl/fopen.c 2021-10-29 14:28:33.850290352 +0200
-@@ -19,12 +19,10 @@
- /* If the user's config.h happens to include <stdio.h>, let it include only
- the system's <stdio.h> here, so that orig_fopen doesn't recurse to
- rpl_fopen. */
--#define __need_FILE
- #include <config.h>
-
- /* Get the original definition of fopen. It might be defined as a macro. */
- #include <stdio.h>
--#undef __need_FILE
-
- static FILE *
- orig_fopen (const char *filename, const char *mode)
-diff -ur gnutls-3.6.16.orig/src/gl/fopen.c gnutls-3.6.16/src/gl/fopen.c
---- gnutls-3.6.16.orig/src/gl/fopen.c 2021-05-24 10:05:13.000000000 +0200
-+++ gnutls-3.6.16/src/gl/fopen.c 2021-10-29 14:28:41.435290892 +0200
-@@ -19,12 +19,10 @@
- /* If the user's config.h happens to include <stdio.h>, let it include only
- the system's <stdio.h> here, so that orig_fopen doesn't recurse to
- rpl_fopen. */
--#define __need_FILE
- #include <config.h>
-
- /* Get the original definition of fopen. It might be defined as a macro. */
- #include <stdio.h>
--#undef __need_FILE
-
- static FILE *
- orig_fopen (const char *filename, const char *mode)