From 3c9731046b24ffad3c72061a31ecee227ea335eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Thu, 17 Jun 2021 14:12:51 +0200 Subject: groups/241.native_packages_inet.group: gnutls: bump to v3.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- groups/241.native_packages_inet.group | 4 ++-- patches/gnutls-3.7.1.local.patch | 12 ------------ patches/gnutls-3.7.1_pre.local.patch | 20 -------------------- patches/gnutls-3.7.2.local.patch | 12 ++++++++++++ patches/gnutls-3.7.2_pre.local.patch | 20 ++++++++++++++++++++ 5 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 patches/gnutls-3.7.1.local.patch delete mode 100644 patches/gnutls-3.7.1_pre.local.patch create mode 100644 patches/gnutls-3.7.2.local.patch create mode 100644 patches/gnutls-3.7.2_pre.local.patch diff --git a/groups/241.native_packages_inet.group b/groups/241.native_packages_inet.group index d14669c2..27c00daa 100644 --- a/groups/241.native_packages_inet.group +++ b/groups/241.native_packages_inet.group @@ -67,8 +67,8 @@ proxytunnel rsync socat thttpd w3m weechat wget whois")"; : ${PKG_GPGME_CONFIGURE_ARGS_EXTRA:="--disable-g13-test --disable-gpgconf-test --disable-gpgsm-test --disable-gpg-test --with-libgpg-error-prefix=${PREFIX_NATIVE} --with-libassuan-prefix=${PREFIX_NATIVE}"}; : ${PKG_GPGME_CFLAGS_CONFIGURE_EXTRA:=-std=gnu99}; : ${PKG_GNUTLS_DEPENDS:="libunistring libtasn1 nettle"}; -: ${PKG_GNUTLS_SHA256SUM:=3777d7963eca5e06eb315686163b7b3f5045e2baac5e54e038ace9835e5cac6f}; -: ${PKG_GNUTLS_VERSION:=3.7.1}; +: ${PKG_GNUTLS_SHA256SUM:=646e6c5a9a185faa4cea796d378a1ba8e1148dbb197ca6605f95986a25af2752}; +: ${PKG_GNUTLS_VERSION:=3.7.2}; : ${PKG_GNUTLS_URL:=https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKG_GNUTLS_VERSION%.*}/gnutls-${PKG_GNUTLS_VERSION}.tar.xz}; : ${PKG_GNUTLS_CONFIGURE_ARGS_EXTRA:="--disable-static --disable-ssl3-support --disable-ssl2-support --disable-cxx --enable-local-libopts --without-p11-kit --disable-hardware-acceleration --enable-guile=no --with-default-trust-store-dir=/etc/ssl/certs"}; : ${PKG_GNUTLS_LIBTOOL:=rdlibtool}; diff --git a/patches/gnutls-3.7.1.local.patch b/patches/gnutls-3.7.1.local.patch deleted file mode 100644 index 968143cf..00000000 --- a/patches/gnutls-3.7.1.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.7.1_pre.local.patch b/patches/gnutls-3.7.1_pre.local.patch deleted file mode 100644 index b214ccc0..00000000 --- a/patches/gnutls-3.7.1_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.7.2.local.patch b/patches/gnutls-3.7.2.local.patch new file mode 100644 index 00000000..968143cf --- /dev/null +++ b/patches/gnutls-3.7.2.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.7.2_pre.local.patch b/patches/gnutls-3.7.2_pre.local.patch new file mode 100644 index 00000000..b214ccc0 --- /dev/null +++ b/patches/gnutls-3.7.2_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 -- cgit v1.2.3