From d0ef0d86727fc31762fc3a9ea56a96e6c893ec7b Mon Sep 17 00:00:00 2001 From: Ørjan Malde Date: Apr 05 2024 15:33:56 +0000 Subject: groups.d/241.native_packages_inet.group: gnutls: bump to v3.8.5 Signed-off-by: Ørjan Malde --- diff --git a/groups.d/241.native_packages_inet.group b/groups.d/241.native_packages_inet.group index 9e1aa4f..8d2b7e7 100644 --- a/groups.d/241.native_packages_inet.group +++ b/groups.d/241.native_packages_inet.group @@ -89,8 +89,8 @@ ac_cv_path_GPGRT_CONFIG=${PREFIX_NATIVE}/bin/gpgrt-config"}; : ${PKG_GPGME_CONFIG_CACHE_EXTRA:=" ac_cv_path_GPGRT_CONFIG=${PREFIX_NATIVE}/bin/gpgrt-config"}; : ${PKG_GNUTLS_DEPENDS:="libunistring libtasn1 nettle zstd"}; -: ${PKG_GNUTLS_SHA256SUM:=2bea4e154794f3f00180fa2a5c51fe8b005ac7a31cd58bd44cdfa7f36ebc3a9b}; -: ${PKG_GNUTLS_VERSION:=3.8.4}; +: ${PKG_GNUTLS_SHA256SUM:=66269a2cfe0e1c2dabec87bdbbd8ab656f396edd9a40dd006978e003cfa52bfc}; +: ${PKG_GNUTLS_VERSION:=3.8.5}; : ${PKG_GNUTLS_URL:=https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKG_GNUTLS_VERSION%.*}/gnutls-${PKG_GNUTLS_VERSION}.tar.xz}; : ${PKG_GNUTLS_CONFIG_CACHE_EXTRA:=" gl_cv_func_working_getdelim=yes diff --git a/patches/gnutls-3.8.4.local.patch b/patches/gnutls-3.8.4.local.patch deleted file mode 100644 index 968143c..0000000 --- a/patches/gnutls-3.8.4.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.4_pre.local.patch b/patches/gnutls-3.8.4_pre.local.patch deleted file mode 100644 index b214ccc..0000000 --- a/patches/gnutls-3.8.4_pre.local.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -ru gnutls-3.6.13.orig/configure gnutls-3.6.13/configure ---- gnutls-3.6.13.orig/configure 2020-03-30 20:56:14.000000000 +0200 -+++ gnutls-3.6.13/configure 2020-04-12 15:19:56.629453170 +0200 -@@ -58313,6 +58313,16 @@ - dynamic_linker='GNU/Linux ld.so' - ;; - -+midipix*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; -+ - netbsd*) - version_type=sunos - need_lib_prefix=no diff --git a/patches/gnutls-3.8.5.local.patch b/patches/gnutls-3.8.5.local.patch new file mode 100644 index 0000000..968143c --- /dev/null +++ b/patches/gnutls-3.8.5.local.patch @@ -0,0 +1,12 @@ +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.5_pre.local.patch b/patches/gnutls-3.8.5_pre.local.patch new file mode 100644 index 0000000..b214ccc --- /dev/null +++ b/patches/gnutls-3.8.5_pre.local.patch @@ -0,0 +1,20 @@ +diff -ru gnutls-3.6.13.orig/configure gnutls-3.6.13/configure +--- gnutls-3.6.13.orig/configure 2020-03-30 20:56:14.000000000 +0200 ++++ gnutls-3.6.13/configure 2020-04-12 15:19:56.629453170 +0200 +@@ -58313,6 +58313,16 @@ + dynamic_linker='GNU/Linux ld.so' + ;; + ++midipix*) ++ version_type=linux # correct to gnu/linux during the next big refactor ++ need_lib_prefix=no ++ need_version=no ++ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ++ soname_spec='$libname$release$shared_ext$major' ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' ++ shlibpath_var=LD_LIBRARY_PATH ++ ;; ++ + netbsd*) + version_type=sunos + need_lib_prefix=no