bump(main/apt): 2.7.12

This commit is contained in:
Biswapriyo Nath 2024-04-19 19:34:17 +00:00 committed by finagolfin
parent 909749ff50
commit 63fc3c54dd
2 changed files with 6 additions and 6 deletions

View File

@ -20,18 +20,18 @@ diff -uNr apt-2.1.11/apt-pkg/contrib/strutl.cc apt-2.1.11.mod/apt-pkg/contrib/st
diff -uNr apt-2.1.11/apt-pkg/deb/debrecords.cc apt-2.1.11.mod/apt-pkg/deb/debrecords.cc
--- apt-2.1.11/apt-pkg/deb/debrecords.cc 2020-10-21 12:53:18.000000000 +0300
+++ apt-2.1.11.mod/apt-pkg/deb/debrecords.cc 2020-11-05 15:54:06.103564689 +0200
@@ -22,7 +22,9 @@
@@ -24,7 +24,9 @@
#include <sstream>
#include <string>
#include <vector>
+#ifndef __ANDROID__
#include <langinfo.h>
+#endif
#include <string.h>
#include <apti18n.h>
@@ -150,12 +152,14 @@
orig = Section.FindS("Description");
/*}}}*/
@@ -151,12 +153,14 @@ string debRecordParserBase::LongDesc(std::string const &lang)
orig = Section.Find(pkgTagSection::Key::Description).to_string();
}
+#ifndef __ANDROID__

View File

@ -2,9 +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.7.10"
TERMUX_PKG_VERSION="2.7.12"
TERMUX_PKG_SRCURL=https://deb.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=55466c484aa64097ac20f538b4ae042e7f62e6116205418d11ea4fc9221d807e
TERMUX_PKG_SHA256=e46d166b5fc887c2d9bca7add7e0ccda547b962b762e1272a08c0426baa99caf
# 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, zstd"
TERMUX_PKG_BUILD_DEPENDS="docbook-xsl"