From 40b6f638a2920f67ab7c954f6fae37866a26fd25 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 May 2011 11:20:18 +0200 Subject: [PATCH] busybox: update to 1.18.4. --- srcpkgs/busybox/files/dotconfig | 6 +++--- srcpkgs/busybox/template | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/busybox/files/dotconfig b/srcpkgs/busybox/files/dotconfig index af62a7d686c..946de1c919a 100644 --- a/srcpkgs/busybox/files/dotconfig +++ b/srcpkgs/busybox/files/dotconfig @@ -133,9 +133,9 @@ CONFIG_FEATURE_COPYBUF_KB=4 # CONFIG_DPKG is not set # CONFIG_DPKG_DEB is not set # CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set -# CONFIG_GUNZIP is not set -# CONFIG_GZIP is not set -# CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set +CONFIG_GUNZIP=y +CONFIG_GZIP=y +CONFIG_FEATURE_GZIP_LONG_OPTIONS=y # CONFIG_LZOP is not set # CONFIG_LZOP_COMPR_HIGH is not set # CONFIG_RPM2CPIO is not set diff --git a/srcpkgs/busybox/template b/srcpkgs/busybox/template index 04b7abfea4c..6ed74cb1577 100644 --- a/srcpkgs/busybox/template +++ b/srcpkgs/busybox/template @@ -1,11 +1,11 @@ # Build template for 'busybox'. pkgname=busybox -version=1.18.2 +version=1.18.4 distfiles="http://www.busybox.net/downloads/busybox-$version.tar.bz2" build_style=custom-install short_desc="The Swiss Army Knife of Embedded Linux" maintainer="Juan RP " -checksum=aa7e1cec8cd9c7f4e56098b9e4bb2ab5d593d5a35f766ad9e6a312289bf57080 +checksum=4d24d37bd6f1bd153e8cf9a984ec2f32f18464f73ca535e2cc2e8be9694097fa long_desc=" BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you