summaryrefslogtreecommitdiffhomepage
path: root/patches/gnutls-3.8.5.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2024-11-13 19:27:45 +0100
committerØrjan Malde <red@foxi.me>2024-11-13 19:27:45 +0100
commit570f525c4bbb80df8f5ec7912780c628e0f761ad (patch)
tree3492302001fc218784c82913babd7bf9cacbdddb /patches/gnutls-3.8.5.local.patch
parentc72558fe2fec0b87da1be75eab32bc307fd8045b (diff)
downloadmidipix_build-570f525c4bbb80df8f5ec7912780c628e0f761ad.tar.bz2
midipix_build-570f525c4bbb80df8f5ec7912780c628e0f761ad.tar.xz
groups.d/241.native_packages_inet.d/gnutls.package: bump to v3.8.8
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches/gnutls-3.8.5.local.patch')
-rw-r--r--patches/gnutls-3.8.5.local.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/gnutls-3.8.5.local.patch b/patches/gnutls-3.8.5.local.patch
deleted file mode 100644
index 968143cf..00000000
--- a/patches/gnutls-3.8.5.local.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru gnutls-3.6.14.orig/lib/system/sockets.c gnutls-3.6.14/lib/system/sockets.c
---- gnutls-3.6.14.orig/lib/system/sockets.c 2020-06-01 11:48:13.000000000 +0200
-+++ gnutls-3.6.14/lib/system/sockets.c 2020-06-28 22:12:02.485455741 +0200
-@@ -117,7 +117,7 @@
- system_writev(gnutls_transport_ptr_t ptr, const giovec_t * iovec,
- int iovec_cnt)
- {
-- return _system_writev(ptr, iovec, iovec_cnt, 0);
-+ return writev(GNUTLS_POINTER_TO_INT(ptr), (struct iovec *) iovec, iovec_cnt);
- }
-
- #endif