apt: Update to 2.3.14 (#8634)

* Update 0009-update-error-messages.patch

* Update build.sh

* Remove revision

Co-authored-by: buttaface <butta@fastem.com>
This commit is contained in:
backlight-rn 2022-01-16 20:44:09 +08:00 committed by GitHub
parent eedeea6fd6
commit b696231bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,6 @@
diff -uNr apt-2.3.13/apt-pkg/acquire-item.cc apt-2.3.13.mod/apt-pkg/acquire-item.cc
--- apt-2.3.13/apt-pkg/acquire-item.cc 2021-11-24 17:24:21.000000000 +0200
+++ apt-2.3.13.mod/apt-pkg/acquire-item.cc 2021-12-26 18:36:31.512871508 +0200
diff -uNr apt-2.3.14/apt-pkg/acquire-item.cc apt-2.3.14.mod/apt-pkg/acquire-item.cc
--- apt-2.3.14/apt-pkg/acquire-item.cc 2022-01-16 10:27:00.000000000 +0200
+++ apt-2.3.14.mod/apt-pkg/acquire-item.cc 2022-01-16 10:28:00.000000000 +0200
@@ -170,6 +170,7 @@
{
std::string m;

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/apt
TERMUX_PKG_DESCRIPTION="Front-end for the dpkg package manager"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.3.13
TERMUX_PKG_REVISION=4
TERMUX_PKG_VERSION=2.3.14
TERMUX_PKG_SRCURL=https://deb.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=e519e55f1015d656425e68f8c7c7bebd1908df3ac87836eb6e7b6b58ce3f965d
TERMUX_PKG_SHA256=b90a3ced152ecd389a55da1115e04565bfcbf5f58a808cdb71f6b52d4d2f0bdf
# apt-key requires utilities from coreutils, findutils, gpgv, grep, sed.
TERMUX_PKG_DEPENDS="coreutils, dpkg, findutils, gpgv, grep, libandroid-glob, libbz2, libc++, libcurl, libgnutls, liblz4, liblzma, sed, termux-keyring, termux-licenses, xxhash, zlib"
TERMUX_PKG_BUILD_DEPENDS="docbook-xsl"