diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/gnutls-3.8.5.local.patch | 12 | ||||
-rw-r--r-- | patches/gnutls-3.8.8.local.patch | 30 | ||||
-rw-r--r-- | patches/gnutls-3.8.8_pre.local.patch (renamed from patches/gnutls-3.8.5_pre.local.patch) | 0 | ||||
-rw-r--r-- | patches/wget-1.25.0.local.patch (renamed from patches/wget-1.24.5.local.patch) | 0 | ||||
l--------- | patches/wget_minipix-1.24.5.local.patch | 1 | ||||
l--------- | patches/wget_minipix-1.25.0.local.patch | 1 | ||||
-rw-r--r-- | patches/zstd-1.5.6.local.patch (renamed from patches/zstd-1.5.5.local.patch) | 0 |
7 files changed, 31 insertions, 13 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 diff --git a/patches/gnutls-3.8.8.local.patch b/patches/gnutls-3.8.8.local.patch new file mode 100644 index 00000000..85b6b8f7 --- /dev/null +++ b/patches/gnutls-3.8.8.local.patch @@ -0,0 +1,30 @@ +diff -ru gnutls-3.8.8.orig/lib/algorithms/groups.c gnutls-3.8.8/lib/algorithms/groups.c +--- gnutls-3.8.8.orig/lib/algorithms/groups.c 2024-10-30 05:41:21.000000000 +0100 ++++ gnutls-3.8.8/lib/algorithms/groups.c 2024-11-13 19:12:22.032377871 +0100 +@@ -90,7 +90,13 @@ + .tls_id = 25, + .pk = GNUTLS_PK_ECDSA, + }, +- group_x25519, ++ { ++ .name = "X25519", ++ .id = GNUTLS_GROUP_X25519, ++ .curve = GNUTLS_ECC_CURVE_X25519, ++ .tls_id = 29, ++ .pk = GNUTLS_PK_ECDH_X25519, ++ }, + #ifdef ENABLE_GOST + /* draft-smyshlyaev-tls12-gost-suites-06, Section 6 */ + { +diff -ru gnutls-3.8.8.orig/lib/system/sockets.c gnutls-3.8.8/lib/system/sockets.c +--- gnutls-3.8.8.orig/lib/system/sockets.c 2024-06-03 01:16:18.000000000 +0200 ++++ gnutls-3.8.8/lib/system/sockets.c 2024-11-13 19:02:28.738122921 +0100 +@@ -161,7 +161,7 @@ + ssize_t 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 diff --git a/patches/gnutls-3.8.5_pre.local.patch b/patches/gnutls-3.8.8_pre.local.patch index b214ccc0..b214ccc0 100644 --- a/patches/gnutls-3.8.5_pre.local.patch +++ b/patches/gnutls-3.8.8_pre.local.patch diff --git a/patches/wget-1.24.5.local.patch b/patches/wget-1.25.0.local.patch index 0fb393c4..0fb393c4 100644 --- a/patches/wget-1.24.5.local.patch +++ b/patches/wget-1.25.0.local.patch diff --git a/patches/wget_minipix-1.24.5.local.patch b/patches/wget_minipix-1.24.5.local.patch deleted file mode 120000 index 23954a74..00000000 --- a/patches/wget_minipix-1.24.5.local.patch +++ /dev/null @@ -1 +0,0 @@ -wget-1.24.5.local.patch
\ No newline at end of file diff --git a/patches/wget_minipix-1.25.0.local.patch b/patches/wget_minipix-1.25.0.local.patch new file mode 120000 index 00000000..433350f7 --- /dev/null +++ b/patches/wget_minipix-1.25.0.local.patch @@ -0,0 +1 @@ +wget-1.25.0.local.patch
\ No newline at end of file diff --git a/patches/zstd-1.5.5.local.patch b/patches/zstd-1.5.6.local.patch index 3075a43f..3075a43f 100644 --- a/patches/zstd-1.5.5.local.patch +++ b/patches/zstd-1.5.6.local.patch |