Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] busybox: update to 1.31.1.
@ 2019-10-27 22:19 voidlinux-github
  2019-11-02 10:10 ` voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-27 22:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages busybox-1.31.1
https://github.com/void-linux/void-packages/pull/15841

busybox: update to 1.31.1.
None

A patch file from https://github.com/void-linux/void-packages/pull/15841.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-busybox-1.31.1-15841.patch --]
[-- Type: text/x-diff, Size: 3368 bytes --]

From 919c78b04ede7cd1631935cc5368c0ffc2e674d3 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sun, 27 Oct 2019 15:18:45 -0700
Subject: [PATCH] busybox: update to 1.31.1.

---
 srcpkgs/busybox/files/dotconfig              | 5 +++++
 srcpkgs/busybox/files/dotconfig.d/mdev.patch | 2 ++
 srcpkgs/busybox/template                     | 8 ++++----
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/busybox/files/dotconfig b/srcpkgs/busybox/files/dotconfig
index b95c980b227..7ffa16501c9 100644
--- a/srcpkgs/busybox/files/dotconfig
+++ b/srcpkgs/busybox/files/dotconfig
@@ -34,6 +34,7 @@ CONFIG_FEATURE_SUID=y
 CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
 # CONFIG_SELINUX is not set
 # CONFIG_FEATURE_CLEAN_UP is not set
+CONFIG_FEATURE_SYSLOG_INFO=y
 CONFIG_FEATURE_SYSLOG=y
 CONFIG_PLATFORM_LINUX=y
 
@@ -635,6 +636,7 @@ CONFIG_LSUSB=y
 # CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set
 # CONFIG_FEATURE_MDEV_EXEC is not set
 # CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set
+# CONFIG_FEATURE_MDEV_DAEMON is not set
 # CONFIG_MESG is not set
 # CONFIG_FEATURE_MESG_ENABLE_ONLY_GROUP is not set
 # CONFIG_MKE2FS is not set
@@ -780,6 +782,7 @@ CONFIG_I2CGET=y
 CONFIG_I2CSET=y
 CONFIG_I2CDUMP=y
 CONFIG_I2CDETECT=y
+CONFIG_I2CTRANSFER=y
 # CONFIG_INOTIFYD is not set
 CONFIG_LESS=y
 CONFIG_FEATURE_LESS_MAXLINES=9999999
@@ -813,6 +816,7 @@ CONFIG_SETFATTR=y
 # CONFIG_SETSERIAL is not set
 CONFIG_STRINGS=y
 CONFIG_TIME=y
+CONFIG_TS=y
 # CONFIG_TTYSIZE is not set
 # CONFIG_UBIATTACH is not set
 # CONFIG_UBIDETACH is not set
@@ -1149,6 +1153,7 @@ CONFIG_ASH_CMDCMD=y
 #
 CONFIG_FEATURE_SH_MATH=y
 CONFIG_FEATURE_SH_MATH_64=y
+CONFIG_FEATURE_SH_MATH_BASE=y
 CONFIG_FEATURE_SH_EXTRA_QUIET=y
 # CONFIG_FEATURE_SH_STANDALONE is not set
 # CONFIG_FEATURE_SH_NOFORK is not set
diff --git a/srcpkgs/busybox/files/dotconfig.d/mdev.patch b/srcpkgs/busybox/files/dotconfig.d/mdev.patch
index 312bf06dfe6..e8c16828754 100644
--- a/srcpkgs/busybox/files/dotconfig.d/mdev.patch
+++ b/srcpkgs/busybox/files/dotconfig.d/mdev.patch
@@ -8,12 +8,14 @@
 -# CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set
 -# CONFIG_FEATURE_MDEV_EXEC is not set
 -# CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set
+-# CONFIG_FEATURE_MDEV_DAEMON is not set
 +CONFIG_MDEV=y
 +CONFIG_FEATURE_MDEV_CONF=y
 +CONFIG_FEATURE_MDEV_RENAME=y
 +CONFIG_FEATURE_MDEV_RENAME_REGEXP=y
 +CONFIG_FEATURE_MDEV_EXEC=y
 +CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=y
++CONFIG_FEATURE_MDEV_DAEMON=y
  # CONFIG_MESG is not set
  # CONFIG_FEATURE_MESG_ENABLE_ONLY_GROUP is not set
  # CONFIG_MKE2FS is not set
diff --git a/srcpkgs/busybox/template b/srcpkgs/busybox/template
index bc80b3c24d2..986397d992b 100644
--- a/srcpkgs/busybox/template
+++ b/srcpkgs/busybox/template
@@ -1,15 +1,15 @@
 # Template file for 'busybox'
 pkgname=busybox
-version=1.30.1
-revision=4
+version=1.31.1
+revision=1
 hostmakedepends="perl"
 checkdepends="zip"
 short_desc="Swiss Army Knife of Embedded Linux"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-2.0-only"
 homepage="http://www.busybox.net"
 distfiles="${homepage}/downloads/busybox-${version}.tar.bz2"
-checksum=3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc
+checksum=d0f940a72f648943c1f2211e0e3117387c31d765137d92bd8284a3fb9752a998
 
 _alternatives_core="
  ash:ash:/usr/bin/busybox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: busybox: update to 1.31.1.
  2019-10-27 22:19 [PR PATCH] busybox: update to 1.31.1 voidlinux-github
@ 2019-11-02 10:10 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-11-02 10:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/15841#issuecomment-549029595

Comment:
imho all applets offered by busybox should be part of alternatives...

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-02 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-27 22:19 [PR PATCH] busybox: update to 1.31.1 voidlinux-github
2019-11-02 10:10 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).