From 4a70323e838cb373eb75f8efd0ce09e71831e4f1 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 8 Dec 2015 02:40:54 -0500 Subject: [PATCH 1/1] apt: Update from 1.1.3 to 1.1.4 --- packages/apt/build.sh | 3 +-- packages/apt/cmdline-apt-helper.cc.patch | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 packages/apt/cmdline-apt-helper.cc.patch diff --git a/packages/apt/build.sh b/packages/apt/build.sh index 5c40fe71..7f5227a2 100644 --- a/packages/apt/build.sh +++ b/packages/apt/build.sh @@ -1,8 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/apt TERMUX_PKG_DESCRIPTION="Front-end for the dpkg package manager" TERMUX_PKG_DEPENDS="liblzma, libgnustl, dpkg, gnupg" -TERMUX_PKG_VERSION=1.1.3 -TERMUX_PKG_BUILD_REVISION=4 +TERMUX_PKG_VERSION=1.1.4 TERMUX_PKG_SRCURL=http://ftp.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--host=${TERMUX_ARCH}-linux --disable-rpath acl_cv_rpath=$TERMUX_PREFIX/lib gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_CFLocaleCopyCurrent=no ac_cv_c_bigendian=no --no-create" # When ready to drop bz2 support: diff --git a/packages/apt/cmdline-apt-helper.cc.patch b/packages/apt/cmdline-apt-helper.cc.patch deleted file mode 100644 index 5eeb7011..00000000 --- a/packages/apt/cmdline-apt-helper.cc.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -u -r ../apt-1.1.3/cmdline/apt-helper.cc ./cmdline/apt-helper.cc ---- ../apt-1.1.3/cmdline/apt-helper.cc 2015-11-30 03:08:24.000000000 -0500 -+++ ./cmdline/apt-helper.cc 2015-12-03 16:49:25.049283100 -0500 -@@ -28,6 +28,7 @@ - #include - #include - #include -+#include // For atoi - - #include - /*}}}*/ -- 2.11.0