aboutsummaryrefslogtreecommitdiff
path: root/core/busybox
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-18 03:19:26 +0300
committerCem Keylan <cem@ckyln.com>2021-02-18 03:19:26 +0300
commit674bed07898c7d0bd422f1652941cfa98bfa72ca (patch)
tree40cb0801796fb570382a5bb0764a1efc953cd06b /core/busybox
parent8fb2c6119c137ee230b59b819bae8216935898e7 (diff)
downloadrepository-674bed07898c7d0bd422f1652941cfa98bfa72ca.tar.gz
busybox: use our patched source for wget with bearssl
Diffstat (limited to 'core/busybox')
-rw-r--r--core/busybox/checksums6
-rw-r--r--core/busybox/files/.config6
-rw-r--r--core/busybox/files/.config-suid6
-rw-r--r--core/busybox/sources2
-rw-r--r--core/busybox/version2
5 files changed, 13 insertions, 9 deletions
diff --git a/core/busybox/checksums b/core/busybox/checksums
index 1168bb9d..f2d45ccc 100644
--- a/core/busybox/checksums
+++ b/core/busybox/checksums
@@ -1,6 +1,6 @@
-d568681c91a85edc6710770cebc1e80e042ad74d305b5c2e6d57a5f3de3b8fbd busybox-1.33.0.tar.bz2
-4b6e42049ce4cf78b109741917aa5f44b9daf8ada37860cdc8af6b21a59faf2c .config
-4e6932d1b5fd50758b7c1d94783897782d8f04fefa4daa8245a9252600f6cb8c .config-suid
+5416643ac976310a864b1c1ff5a683508258c38441c19912980cd651bcdb45ea v1.33.0.tar.gz
+03f4244bffd116f621659bde52d9454a49160e61cc61e9db024186da80c06e13 .config
+93e5b0c5395bcc695a578f1e7d30ba65434c77ee856343b2124d35a0ef66148b .config-suid
ebd61afac770d3d9cae5c411f44002496fb18b28cf7b77520072a3909852246e acpid.run
814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run
c8b3502bf493336542247683f8d291753130141e5b20ecfda7077936751e83a7 inittab
diff --git a/core/busybox/files/.config b/core/busybox/files/.config
index ecf6c334..27045dc1 100644
--- a/core/busybox/files/.config
+++ b/core/busybox/files/.config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.33.0
-# Fri Jan 1 16:14:15 2021
+# Thu Feb 18 03:12:21 2021
#
CONFIG_HAVE_DOT_CONFIG=y
@@ -979,7 +979,9 @@ CONFIG_FEATURE_WGET_STATUSBAR=y
CONFIG_FEATURE_WGET_AUTHENTICATION=y
CONFIG_FEATURE_WGET_TIMEOUT=y
CONFIG_FEATURE_WGET_HTTPS=y
-CONFIG_FEATURE_WGET_OPENSSL=y
+CONFIG_FEATURE_WGET_BEARSSL=y
+CONFIG_WGET_BEARSSL_CA_CERTIFICATE=y
+CONFIG_WGET_BEARSSL_CA_CERTIFICATE_FILE="/etc/certificates/cert.pem"
CONFIG_WHOIS=y
# CONFIG_ZCIP is not set
# CONFIG_UDHCPD is not set
diff --git a/core/busybox/files/.config-suid b/core/busybox/files/.config-suid
index b4e6730a..93a9d8fe 100644
--- a/core/busybox/files/.config-suid
+++ b/core/busybox/files/.config-suid
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.33.0
-# Fri Jan 1 16:17:16 2021
+# Thu Feb 18 03:15:02 2021
#
CONFIG_HAVE_DOT_CONFIG=y
@@ -955,7 +955,9 @@ CONFIG_FEATURE_FANCY_PING=y
# CONFIG_FEATURE_WGET_AUTHENTICATION is not set
# CONFIG_FEATURE_WGET_TIMEOUT is not set
# CONFIG_FEATURE_WGET_HTTPS is not set
-# CONFIG_FEATURE_WGET_OPENSSL is not set
+# CONFIG_FEATURE_WGET_BEARSSL is not set
+# CONFIG_WGET_BEARSSL_CA_CERTIFICATE is not set
+CONFIG_WGET_BEARSSL_CA_CERTIFICATE_FILE=""
# CONFIG_WHOIS is not set
# CONFIG_ZCIP is not set
# CONFIG_UDHCPD is not set
diff --git a/core/busybox/sources b/core/busybox/sources
index 25b78974..914f36a8 100644
--- a/core/busybox/sources
+++ b/core/busybox/sources
@@ -1,4 +1,4 @@
-https://busybox.net/downloads/busybox-1.33.0.tar.bz2
+https://github.com/CarbsLinux/busybox/archive/v1.33.0.tar.gz
files/.config
files/.config-suid
files/acpid.run
diff --git a/core/busybox/version b/core/busybox/version
index 311e9969..6186c060 100644
--- a/core/busybox/version
+++ b/core/busybox/version
@@ -1 +1 @@
-1.33.0 1
+1.33.0 2