Skip to content

Commit

Permalink
[busybox] Move from core group to base group
Browse files Browse the repository at this point in the history
Related to #166
  • Loading branch information
jhuntwork committed Sep 5, 2021
1 parent d99f615 commit 58f2613
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 57 deletions.
85 changes: 31 additions & 54 deletions packages/busybox/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,144 +1,121 @@
2021-08-24 Jeremy Huntwork <jeremy@merelinux.org>
1.33.1-2 (2021-09-05)

Move from core group to base group

1.33.1-1 (2021-08-24)

* 1.33.1-1 :
Upgrade to 1.33.1

2021-04-09 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.32.1-4 (2021-04-09)

* 1.32.1-4 :
Support existence of a real /usr directory

2021-04-08 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.32.1-3 (2021-04-08)

* 1.32.1-3 :
Use pretty lsmod output
Add support for module blacklists
Improve udhcpc script: use CIDR mask and add metrics to default routes
Add to new core group

2021-02-22 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.32.1-2 (2021-02-22)

* 1.32.1-2 :
Move telinit to s6 since it is pretty tightly coupled with s6 features

2021-02-21 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.32.1-1 (2021-02-21)

* 1.32.1-1 :
Upgrade to 1.32.1

2019-07-30 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.30.1-2 (2019-07-30)

* 1.30.1-2 :
Use std build functions

2019-04-11 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.30.1-1 (2019-04-11)

* 1.30.1-1 :
Upgrade to 1.30.1

2018-12-05 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-3 (2018-12-05)

* 1.29.3-3 :
Update udhcpc.script

2018-11-18 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-2 (2018-11-18)

* 1.29.3-2 :
Remove partprobe, conflicts with parted

2018-11-16 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-1 (2018-11-16)

* 1.29.3-1 :
Upgrade to 1.29.3

2017-08-21 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-1 (2017-08-21)

* 1.27.2-1:
Upgrade to 1.27.2

2017-05-16 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-1 (2017-05-16)

* 1.26.2-1:
Upgrade to 1.26.2
Improve handling of bridge devices
Fix permissions on /etc/resolv.conf when created by udhcpc

2016-11-07 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-1 (2016-11-07)

* 1.25.1-2:
Remove need for dynamic busybox

2016-11-05 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-1 (2016-11-05)

* 1.25.1-1:
Upgrade to 1.25.1

2016-10-10 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-1 (2016-10-10)

* 1.24.2-2:
Remove crond, crontab, sendmail
Add syslogd, klogd
Specify ntp.conf and systcl.conf as config files to backup

2016-10-03 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-1 (2016-10-03)

* 1.24.2-1:
Upgrade to 1.24.2

2016-09-28 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-1 (2016-09-28)

* 1.24.1-3:
tty1 service moving back to s6 package
s6 has new services location

2016-03-02 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-1 (2016-03-02)

* 1.24.1-2:
Add conflicts between busybox and busybox-static
Add a service description for ntpd

2016-02-26 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-1 (2016-02-26)

* 1.24.1-1:
Upgrade to 1.24.1.

2015-03-26 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-1 (2015-03-26)

* 1.23.2-1:
Upgrade to 1.23.2. Fix /etc/sysctl.conf.

2015-03-25 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-1 (2015-03-25)

* 1.23.1-6:
Add unxz, unlzma. Remove man.

2015-03-23 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.29.3-1 (2015-03-23)

* 1.23.1-5:
Add vi. Remove last.

2015-03-20 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.23.1-4 (2015-03-20)

* 1.23.1-4 :
Add a hook script for udhcpc

2015-03-20 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.23.1-3 (2015-03-20)

* 1.23.1-3 :
Add run-parts. Required for ifup.

2015-03-17 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.23.1-2 (2015-03-17)

* 1.23.1-2 :
Disable init in favor of s6
Remove support for IPv6, brctl

2015-03-15 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.23.1-1 (2015-03-15)

* 1.23.1-1 :
Upgrade to 1.23.1

2013-08-21 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
1.20.2-1 (2013-08-21)

* 1.20.2-1 :
Initial version
5 changes: 2 additions & 3 deletions packages/busybox/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2154
# Maintainer: Jeremy Huntwork <jeremy@merelinux.org>

pkgname=busybox
rationale="It serves as a stand-in for bzip2, coreutils, diffutils, \
findutils, gawk, grep, gzip, sed, tar and util-linux"
pkgver=1.33.1
pkgrel=1
pkgrel=2
pkgdesc='Tiny versions of common UNIX utilities built into a single binary'
arch=(x86_64)
url='http://busybox.net'
license=(GPL)
groups=(core)
groups=(base)
depends=()
makedepends=()
options=(emptydirs)
Expand Down

0 comments on commit 58f2613

Please sign in to comment.