[arch-commits] Commit in busybox/trunk (PKGBUILD config)

Eli Schwartz eschwartz at archlinux.org
Sun May 27 16:21:17 UTC 2018


    Date: Sunday, May 27, 2018 @ 16:21:16
  Author: eschwartz
Revision: 331917

upgpkg: busybox 1.28.4-2

disable WGET_HTTPS

This is due to HTTPS not actually being S in this case. :p
http://lists.busybox.net/pipermail/busybox/2018-May/086462.html

This will be re-enabled as soon as busybox at a minimum warns users when
they're downloading https:// urls but not actually checking certificates.

Modified:
  busybox/trunk/PKGBUILD
  busybox/trunk/config

----------+
 PKGBUILD |    4 ++--
 config   |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-27 16:16:38 UTC (rev 331916)
+++ PKGBUILD	2018-05-27 16:21:16 UTC (rev 331917)
@@ -4,7 +4,7 @@
 
 pkgname=busybox
 pkgver=1.28.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Utilities for rescue and embedded systems"
 arch=("x86_64")
 url="https://www.busybox.net"
@@ -13,7 +13,7 @@
 source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
         "config")
 sha256sums=('e3c14a3699dc7e82fed397392957afc78e37bdf25398ac38ead6e84621b2ae6a'
-            '7f868afafe381712f45c1c8e8bfe452b40450c1cf56a7313b6746747d9bac323')
+            '7a067356b7e0f85ce1ba0aa6d2fd4f14de14872e80f7dd2f3cedd7e31d6c5a5b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: config
===================================================================
--- config	2018-05-27 16:16:38 UTC (rev 331916)
+++ config	2018-05-27 16:21:16 UTC (rev 331917)
@@ -1,6 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Busybox version: 1.28.4
+# Sun May 27 12:17:21 2018
 #
 CONFIG_HAVE_DOT_CONFIG=y
 
@@ -941,8 +942,8 @@
 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_HTTPS is not set
+# CONFIG_FEATURE_WGET_OPENSSL is not set
 CONFIG_WHOIS=y
 CONFIG_ZCIP=y
 CONFIG_UDHCPD=y



More information about the arch-commits mailing list