bump(main/debootstrap): 1.0.142

This commit is contained in:
termux-pacman-bot
2025-11-18 17:06:58 +00:00
parent e9f02e1fb6
commit 1963cbeace
3 changed files with 18 additions and 12 deletions

View File

@@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Bootstrap a basic Debian system"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_LICENSE_FILE="debian/copyright"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.0.141"
TERMUX_PKG_VERSION="1.0.142"
TERMUX_PKG_SRCURL=https://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=232ec755f4b1f445f829996885846abba6f1b6fd55d049476ab26ddd8c4b4e1b
TERMUX_PKG_SHA256=334b188c2bab5c1aa6f858a044274631d342f07f5ddec1bad870d728f02fd652
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="binutils | binutils-is-llvm, perl, proot, sed, wget"
TERMUX_PKG_BUILD_IN_SRC=true

View File

@@ -77,15 +77,21 @@ diff -uNr debootstrap/scripts/sarge debootstrap.mod/scripts/sarge
diff -uNr debootstrap/scripts/sid debootstrap.mod/scripts/sid
--- debootstrap/scripts/sid 2018-11-20 20:55:53.000000000 +0200
+++ debootstrap.mod/scripts/sid 2019-01-19 00:02:00.832801917 +0200
@@ -2,7 +2,7 @@
@@ -3,11 +3,11 @@
download_style apt
finddebs_style from-indices
variants - buildd fakechroot minbase
-keyring /usr/share/keyrings/debian-archive-keyring.gpg
+keyring @TERMUX_PREFIX@/share/keyrings/debian-archive-keyring.gpg
-if [ -e /usr/share/keyrings/debian-archive-keyring.pgp ]; then
+if [ -e @TERMUX_PREFIX@/share/keyrings/debian-archive-keyring.pgp ]; then
# Starting with Debian 13 (trixie).
- keyring /usr/share/keyrings/debian-archive-keyring.pgp
+ keyring @TERMUX_PREFIX@/share/keyrings/debian-archive-keyring.pgp
else
- keyring /usr/share/keyrings/debian-archive-keyring.gpg
+ keyring @TERMUX_PREFIX@/share/keyrings/debian-archive-keyring.gpg
fi
# include common settings
if [ -e "$DEBOOTSTRAP_DIR/scripts/debian-common" ]; then
diff -uNr debootstrap/scripts/woody debootstrap.mod/scripts/woody
--- debootstrap/scripts/woody 2018-11-20 20:55:53.000000000 +0200
+++ debootstrap.mod/scripts/woody 2019-01-19 00:02:06.079513823 +0200

View File

@@ -1,16 +1,16 @@
diff -uNr debootstrap-1.0.106/scripts/debian-common debootstrap-1.0.106.mod/scripts/debian-common
--- debootstrap-1.0.106/scripts/debian-common 2018-07-05 11:48:22.000000000 +0300
+++ debootstrap-1.0.106.mod/scripts/debian-common 2018-07-10 15:33:41.289906934 +0300
@@ -60,7 +60,7 @@
setup_etc
if [ ! -e "$TARGET/etc/fstab" ]; then
echo '# UNCONFIGURED FSTAB FOR BASE SYSTEM' > "$TARGET/etc/fstab"
@@ -130,7 +130,7 @@
#
# <file system> <mount point> <type> <options> <dump> <pass>
EOF
- chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
+ chmod 644 "$TARGET/etc/fstab"
fi
setup_devices
@@ -102,7 +102,6 @@
@@ -172,7 +172,6 @@
}
if ! doing_variant fakechroot; then
@@ -18,7 +18,7 @@ diff -uNr debootstrap-1.0.106/scripts/debian-common debootstrap-1.0.106.mod/scri
in_target /sbin/ldconfig
fi
@@ -172,6 +171,20 @@
@@ -242,6 +241,20 @@
echo \"Warning: Fake start-stop-daemon called, doing nothing\"" > "$TARGET/sbin/start-stop-daemon"
chmod 755 "$TARGET/sbin/start-stop-daemon"