blob 1f9555cc3aa5853a858d47a50120e9669058851c 571 bytes (raw)
name: gnu/packages/patches/gnutls-remove-gnutls_secure_malloc.patch # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| | Remove 'gnutls_secure_malloc' (see
<https://gitorious.org/gnutls/gnutls/commit/f42e825d96b06f7069e4e9e8011a3ea8b93b4382>).
Patch by Ludovic Courtès <ludo@gnu.org>.
--- gnutls-3.3.1/guile/src/core.c-orig 2014-04-23 01:24:26.455377062 +0400
+++ gnutls-3.3.1/guile/src/core.c 2014-04-23 01:25:14.489068473 +0400
@@ -3366,7 +3366,6 @@
/* Use Guile's allocation routines, which will run the GC if need be. */
gnutls_malloc = scm_malloc;
gnutls_realloc = scm_realloc;
- gnutls_secure_malloc = scm_malloc;
gnutls_free = free;
(void) gnutls_global_init ();
|
debug log:
solving 1f9555c ...
found 1f9555c in https://yhetil.org/guix-devel/87wqeht1di.fsf@karetnikov.org/
applying [1/1] https://yhetil.org/guix-devel/87wqeht1di.fsf@karetnikov.org/
diff --git a/gnu/packages/patches/gnutls-remove-gnutls_secure_malloc.patch b/gnu/packages/patches/gnutls-remove-gnutls_secure_malloc.patch
new file mode 100644
index 0000000..1f9555c
1:20: trailing whitespace.
Checking patch gnu/packages/patches/gnutls-remove-gnutls_secure_malloc.patch...
Applied patch gnu/packages/patches/gnutls-remove-gnutls_secure_malloc.patch cleanly.
warning: 1 line adds whitespace errors.
index at:
100644 1f9555cc3aa5853a858d47a50120e9669058851c gnu/packages/patches/gnutls-remove-gnutls_secure_malloc.patch
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).