upgpkg(main/parted): update to 3.5

This commit is contained in:
tjhexf 2022-06-11 15:07:47 -03:00 committed by Aditya Alok
parent 385c920e04
commit 3ee0b7b09d
No known key found for this signature in database
GPG Key ID: 345AE134142077D8
2 changed files with 11 additions and 12 deletions

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/parted/
TERMUX_PKG_DESCRIPTION="Versatile partition editor"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.4
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=3.5
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/parted/parted-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=e1298022472da5589b7f2be1d5ee3c1b66ec3d96dfbad03dc642afd009da5342
TERMUX_PKG_SHA256=4938dd5c1c125f6c78b1f4b3e297526f18ee74aa43d45c248578b1d2470c05a2
TERMUX_PKG_DEPENDS="libiconv, libuuid, readline"
TERMUX_PKG_BREAKS="parted-dev"
TERMUX_PKG_REPLACES="parted-dev"

View File

@ -1,12 +1,12 @@
diff -uNr inetutils-1.9.4/configure inetutils-1.9.4.mod/configure
--- inetutils-1.9.4/configure 2015-06-09 10:53:47.000000000 +0300
+++ inetutils-1.9.4.mod/configure 2019-08-16 17:07:41.868736971 +0300
@@ -15894,7 +15894,7 @@
if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
diff -uNr inetutils-1.9.4/configure.orig inetutils-1.9.4/configure
--- ./configure.orig 2022-06-11 17:35:38.249779008 +0000
+++ ./configure 2022-06-11 17:37:22.492718680 +0000
@@ -17193,7 +17193,7 @@
else
if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
-$as_echo "#define USE_POSIX_THREADS_WEAK 1" >>confdefs.h
+#$as_echo "#define USE_POSIX_THREADS_WEAK 1" >>confdefs.h
-printf "%s\n" "#define USE_POSIX_THREADS_WEAK 1" >>confdefs.h
+#printf "%s\n" "#define USE_POSIX_THREADS_WEAK 1" >>confdefs.h
LIBTHREAD=
LTLIBTHREAD=
LIBTHREAD= LTLIBTHREAD=
else