[arch-commits] Commit in busybox/trunk (PKGBUILD config)
Eli Schwartz
eschwartz at archlinux.org
Sun Sep 1 22:26:32 UTC 2019
Date: Sunday, September 1, 2019 @ 22:26:31
Author: eschwartz
Revision: 506364
upgpkg: busybox 1.30.1-4
ensure cp applet is POSIX-compliant
do not overwrite permission bits, make things like cp to a device node work, as per POSIX
Modified:
busybox/trunk/PKGBUILD
busybox/trunk/config
----------+
PKGBUILD | 4 ++--
config | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-01 22:14:44 UTC (rev 506363)
+++ PKGBUILD 2019-09-01 22:26:31 UTC (rev 506364)
@@ -4,7 +4,7 @@
pkgname=busybox
pkgver=1.30.1
-pkgrel=3
+pkgrel=4
pkgdesc="Utilities for rescue and embedded systems"
arch=("x86_64")
url="https://www.busybox.net"
@@ -15,7 +15,7 @@
"config")
sha256sums=('3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc'
'SKIP'
- '8061ac8abf822356a865646931fd8ca527688a9b94233925a619e4d81a44b1a1')
+ 'e1deb1d6980cbe2e29663667b6b455af31b303499d049e07a88b6d2d52b8625f')
build() {
cd "$srcdir/$pkgname-$pkgver"
Modified: config
===================================================================
--- config 2019-09-01 22:14:44 UTC (rev 506363)
+++ config 2019-09-01 22:26:31 UTC (rev 506364)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.30.1
-# Fri Mar 1 13:15:30 2019
+# Sun Sep 1 18:10:19 2019
#
CONFIG_HAVE_DOT_CONFIG=y
@@ -118,7 +118,7 @@
# CONFIG_UNICODE_BIDI_SUPPORT is not set
# CONFIG_UNICODE_NEUTRAL_TABLE is not set
# CONFIG_UNICODE_PRESERVE_BROKEN is not set
-CONFIG_FEATURE_NON_POSIX_CP=y
+# CONFIG_FEATURE_NON_POSIX_CP is not set
# CONFIG_FEATURE_VERBOSE_CP_MESSAGE is not set
CONFIG_FEATURE_USE_SENDFILE=y
CONFIG_FEATURE_COPYBUF_KB=4
More information about the arch-commits
mailing list