From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: sys-apps/busybox/
Date: Wed, 24 Jan 2018 18:44:00 +0000 (UTC) [thread overview]
Message-ID: <1516818755.d7cc5c144627ef75a567d2fbc7ab8be812f725b1.blueness@gentoo> (raw)
commit: d7cc5c144627ef75a567d2fbc7ab8be812f725b1
Author: Dan Robertson <danlrobertson89 <AT> gmail <DOT> com>
AuthorDate: Wed Jan 24 16:00:29 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 18:32:35 2018 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=d7cc5c14
sys-apps/busybox: sync with upstream
- Add ebuild for busybox-1.28.0
- Ensure SH_IS_HUSH is set to "n"
- Update EGIT_REPO_URI
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
sys-apps/busybox/Manifest | 1 +
sys-apps/busybox/busybox-1.26.2-r1.ebuild | 1 +
sys-apps/busybox/busybox-1.27.2.ebuild | 1 +
sys-apps/busybox/{busybox-1.27.2.ebuild => busybox-1.28.0.ebuild} | 3 ++-
4 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/sys-apps/busybox/Manifest b/sys-apps/busybox/Manifest
index d9f2bbb..80763f5 100644
--- a/sys-apps/busybox/Manifest
+++ b/sys-apps/busybox/Manifest
@@ -1,3 +1,4 @@
DIST busybox-1.25.1.tar.bz2 2103070 SHA256 27667e0f2328fdbd79cfd622e4453e5c57e58f781c5da97c9be337d93aa2a02e SHA512 9648877ed11e5a55213cd14fd64f6fc64dbd17013fbfaa4e67f4fd433f59e9231ed78a88e6e8100a4794d833f1d9863bb86f75faae093418866770804bf873cb WHIRLPOOL 4b7bc6d3a88559812797feb4574975b9fdeb6eac6ac7a0fe51e4750a3b05a614ecb8bd9d58547047cdf1e0b66d9bcd189c8a4193fc2f3b491a6268bc06761ad1
DIST busybox-1.26.2.tar.bz2 2120931 SHA256 da3e44913fc1a9c9b7c5337ea5292da518683cbff32be630777f565d6036af16 SHA512 9926d211d0b4f34b513d934d7b111ebbf933c2dc31206bdd80426a62d47d5b1475b70bec5aaa14a26b94a202ab1465d994062a002750a312dcb8167096eb3719 WHIRLPOOL 64fdbd3ede8e382d0237b1576000555f563c4ca93d58cfbb72f71374b662e3201863110a069f0e4a27dab7c0a6102d98ccfd4d57f1dfe44c9b12a17c6a30128a
DIST busybox-1.27.2.tar.bz2 2216527 SHA256 9d4be516b61e6480f156b11eb42577a13529f75d3383850bb75c50c285de63df SHA512 d99e86b652562ebe1a5d50e1ba3877a1d1612997c17cb8d8e4212da181211a9b741a881cb051f14cb3ee8aea40226cf2cde80a076baed265d3bc0a4e96a5031c WHIRLPOOL 56002a144710aa00ee17c46e3ac471537f58bee6b9d4da6cefc0afb4f75cf13dcaaadf1e6610d0e10c7b808b0c33c24743e21c683c478582eb0eb149a869f9a7
+DIST busybox-1.28.0.tar.bz2 2261831 SHA256 604553b7dbd59ded9e3ad7c6af49ed2cff599adf3e54d9463e5e0027b362019c SHA512 346a71d44e6c4e1889ac12ae52320cb0c3d0c45c2b4b49fc4e3c0bb25f427707d8075150d545906f414b9f4e5b6d8f1a3afe8cdc31f6a64e06c62b400d7d129b WHIRLPOOL c880f4dcaa3e3a6b721b45d0d1594428b36874bc739dab710a511f59980b683aba1d5458b1c789762aec3b218f2ccda345120b845c48d4ae778c4f35e6d7826f
diff --git a/sys-apps/busybox/busybox-1.26.2-r1.ebuild b/sys-apps/busybox/busybox-1.26.2-r1.ebuild
index a08d98c..4c0986d 100644
--- a/sys-apps/busybox/busybox-1.26.2-r1.ebuild
+++ b/sys-apps/busybox/busybox-1.26.2-r1.ebuild
@@ -135,6 +135,7 @@ src_configure() {
busybox_config_option y ASH
busybox_config_option y SH_IS_ASH
busybox_config_option n HUSH
+ busybox_config_option n SH_IS_HUSH
busybox_config_option '"/run"' PID_FILE_PATH
busybox_config_option '"/run/ifstate"' IFUPDOWN_IFSTATE_PATH
diff --git a/sys-apps/busybox/busybox-1.27.2.ebuild b/sys-apps/busybox/busybox-1.27.2.ebuild
index b135cfd..9a571ad 100644
--- a/sys-apps/busybox/busybox-1.27.2.ebuild
+++ b/sys-apps/busybox/busybox-1.27.2.ebuild
@@ -135,6 +135,7 @@ src_configure() {
busybox_config_option y ASH
busybox_config_option y SH_IS_ASH
busybox_config_option n HUSH
+ busybox_config_option n SH_IS_HUSH
busybox_config_option '"/run"' PID_FILE_PATH
busybox_config_option '"/run/ifstate"' IFUPDOWN_IFSTATE_PATH
diff --git a/sys-apps/busybox/busybox-1.27.2.ebuild b/sys-apps/busybox/busybox-1.28.0.ebuild
similarity index 99%
copy from sys-apps/busybox/busybox-1.27.2.ebuild
copy to sys-apps/busybox/busybox-1.28.0.ebuild
index b135cfd..6a2bc0a 100644
--- a/sys-apps/busybox/busybox-1.27.2.ebuild
+++ b/sys-apps/busybox/busybox-1.28.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Utilities for rescue and embedded systems"
HOMEPAGE="https://www.busybox.net/"
if [[ ${PV} == "9999" ]] ; then
MY_P=${P}
- EGIT_REPO_URI="git://busybox.net/busybox.git"
+ EGIT_REPO_URI="https://git.busybox.net/busybox"
inherit git-r3
else
MY_P=${PN}-${PV/_/-}
@@ -135,6 +135,7 @@ src_configure() {
busybox_config_option y ASH
busybox_config_option y SH_IS_ASH
busybox_config_option n HUSH
+ busybox_config_option n SH_IS_HUSH
busybox_config_option '"/run"' PID_FILE_PATH
busybox_config_option '"/run/ifstate"' IFUPDOWN_IFSTATE_PATH
next reply other threads:[~2018-01-24 18:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-24 18:44 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-01-24 18:44 [gentoo-commits] proj/musl:master commit in: sys-apps/busybox/ Anthony G. Basile
2017-08-25 18:19 Aric Belsito
2016-12-22 18:31 Anthony G. Basile
2016-12-22 18:31 Anthony G. Basile
2016-04-06 0:10 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1516818755.d7cc5c144627ef75a567d2fbc7ab8be812f725b1.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox