From 26e6ac82d50957093cdf1552ac40d8ab26a563dd Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 2 Jul 2018 02:43:08 +0200 Subject: [PATCH] debianutils: Update from 4.8.4 to 4.8.6 --- packages/debianutils/build.sh | 4 ++-- packages/debianutils/tempfile.c.patch | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 packages/debianutils/tempfile.c.patch diff --git a/packages/debianutils/build.sh b/packages/debianutils/build.sh index 86ba27d63..221024987 100644 --- a/packages/debianutils/build.sh +++ b/packages/debianutils/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/debianutils TERMUX_PKG_DESCRIPTION="Small utilities which are used primarily by the installation scripts of Debian packages" -TERMUX_PKG_VERSION=4.8.4 -TERMUX_PKG_SHA256=c061ab99aea61f892043b7624b021ab5b193e9c6bbfd474da0fbcdd506be1eb2 +TERMUX_PKG_VERSION=4.8.6 +TERMUX_PKG_SHA256=db09047144dadf6a35d0f28977fbef83b0dd60ca32e6c8512cce2444a6423f73 TERMUX_PKG_SRCURL=http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_RM_AFTER_INSTALL="bin/installkernel share/man/man8/installkernel.8" diff --git a/packages/debianutils/tempfile.c.patch b/packages/debianutils/tempfile.c.patch deleted file mode 100644 index 3fa7466b3..000000000 --- a/packages/debianutils/tempfile.c.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -u -r ../debianutils-4.4/tempfile.c ./tempfile.c ---- ../debianutils-4.4/tempfile.c 2013-07-28 03:30:26.000000000 +0200 -+++ ./tempfile.c 2014-05-30 16:13:08.000000000 +0200 -@@ -59,6 +59,7 @@ - int - main (int argc, char **argv) - { -+ setenv("TMPDIR", "@TERMUX_PREFIX@/tmp", 0); - char *name=0, *dir=0, *pfx=0, *sfx=0, *filename=0; - mode_t mode = 0600; - int fd, optc;