dpkg: update to 1.19.6

This commit is contained in:
Leonid Pliushch 2019-05-21 14:48:36 +03:00
parent 0b5df9000d
commit 7abbb5c87d

View File

@ -1,10 +1,13 @@
TERMUX_PKG_HOMEPAGE=https://packages.debian.org/dpkg TERMUX_PKG_HOMEPAGE=https://packages.debian.org/dpkg
TERMUX_PKG_DESCRIPTION="Debian package management system" TERMUX_PKG_DESCRIPTION="Debian package management system"
TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=1.19.4 TERMUX_PKG_VERSION=1.19.6
TERMUX_PKG_REVISION=3
TERMUX_PKG_SHA256=c15234e98655689586bff2d517a6fdc6135d139c54d52ae9cfa6a90007fee0ae
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/debian/pool/main/d/dpkg/dpkg_${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SRCURL=https://mirrors.kernel.org/debian/pool/main/d/dpkg/dpkg_${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=4eb1a12d1f5bd55478d2eab530dd188733e425f301e3b8c030f645f48ef43768
# with the extract.c.patch we remove the -p and --warning=no-timestamp tar options so we can use busybox tar
TERMUX_PKG_DEPENDS="busybox, liblzma, zlib"
TERMUX_PKG_ESSENTIAL=yes
TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
ac_cv_lib_selinux_setexecfilecon=no ac_cv_lib_selinux_setexecfilecon=no
--disable-dselect --disable-dselect
@ -18,6 +21,7 @@ HAVE_SETEXECFILECON_FALSE=#
--without-libbz2 --without-libbz2
--without-selinux --without-selinux
" "
TERMUX_PKG_RM_AFTER_INSTALL=" TERMUX_PKG_RM_AFTER_INSTALL="
bin/dpkg-architecture bin/dpkg-architecture
bin/dpkg-buildflags bin/dpkg-buildflags
@ -62,9 +66,6 @@ share/man/man3
share/man/man5 share/man/man5
share/perl5 share/perl5
" "
# with the extract.c.patch we remove the -p and --warning=no-timestamp tar options so we can use busybox tar
TERMUX_PKG_DEPENDS="busybox, liblzma, zlib"
TERMUX_PKG_ESSENTIAL=yes
termux_step_pre_configure() { termux_step_pre_configure() {
export TAR=tar # To make sure dpkg tries to use "tar" instead of e.g. "gnutar" (which happens when building on OS X) export TAR=tar # To make sure dpkg tries to use "tar" instead of e.g. "gnutar" (which happens when building on OS X)