-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
bump(main/busybox): 1.37.0 #24986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump(main/busybox): 1.37.0 #24986
Conversation
Also add ash symlink to set as default shell
|
There don't seem to be many new features with this release, and it also fixes a bug I was experiencing in ash. |
TomJo2000
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for also doing the update in this PR I had tried to build Busybox 1.37.0 locally but wasn't sure if the new features should be enabled or not.
Since the prerequisite PR is now merged this should be good to go.
|
Thanks Tom. Could I also have trusted access on the Termux wiki to add busybox ash to the shells page? |
|
|
Yes, I did mean https://wiki.termux.com. I guess I'll wait, thanks for the info. |
Week? pfft! Years with the workload I have. The pull for the site branch can be merged into master (after a final look) and pulls can then be sent to it by members/users as markdown, have said that before as well. If you want to send to https://wiki.termux.com/, then post the text you want in mediawiki format (not markdown), and I will upload it there. |
|
Thanks @agnostic-apollo. = Busybox Ash =
Homepage: https://busybox.net/<br>
Installation: <code>pkg install busybox</code>
Busybox provides a minimal set of Unix utilities in a single executable. One of these is ash, a POSIX-compliant shell derived from dash.<br>
Ash sources <code>/etc/profile</code> and <code>~/.profile</code> for login shells, and sources the file in <code>$ENV</code> for all interactive shells. |
|
Thanks, have added at https://wiki.termux.com/wiki/Shells#Busybox_Ash |
|
I pressed enter in the summary field to add your credit, and the stupid site committed it directly instead. |
|
I can't see it on the page, is it there yet? |
|
The shell number 3. |
|
Can you check again? |
|
Yep now it's there. |
|
Seems to be a bug in wiki, I could see it while logged in, but not when logged out, I just randomly checked pages like history etc and now its active, maybe certain time period was required... |
|
|
Okay, will try today/tomorrow. |
|
Everything is broken down into individual self contained commits, it will be a lot easier to review the changes commit by commit. The only one that has major additions is the one introducing the new build step. |
Also add ash symlink to set as default shell
Requires termux/termux-tools#179Merged