Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c7ada702b5ebbb0ef0630656ee19dc96a297ba18
commit c7ada702b5ebbb0ef0630656ee19dc96a297ba18 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Thu Oct 2 17:36:53 2008 +0200 busybox-1.12.1-2-i686 - make tar -j / -z work again diff --git a/source/apps-extra/busybox/FrugalBuild b/source/apps-extra/busybox/FrugalBuild index 5c72bde..ad26ea2 100644 --- a/source/apps-extra/busybox/FrugalBuild +++ b/source/apps-extra/busybox/FrugalBuild @@ -3,7 +3,7 @@ pkgname=busybox pkgver=1.12.1 -pkgrel=1 +pkgrel=2 pkgdesc="Utilities for rescue and embedded systems." url="http://www.busybox.net/" depends=('glibc') @@ -13,7 +13,7 @@ up2date="lynx -dump 'http://busybox.net/'|grep '(stable)'|sed 's/[^,]*BusyBox \( source=(http://www.busybox.net/downloads/busybox-$pkgver.tar.bz2 config) # NOTE: we can't use signatures() here as the author signes only the checksums sha1sums=('e405e2d6587714626c8eb7d181f63208f3997845' \ - '00bbf490feb2a9702c1d77e7edf3f8e590310cd6') + '75455cdce81580baba40800bf90d71c4c84c3f69') build() { diff --git a/source/apps-extra/busybox/config b/source/apps-extra/busybox/config index bc01af5..047f913 100644 --- a/source/apps-extra/busybox/config +++ b/source/apps-extra/busybox/config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.12.1 -# Mon Sep 29 09:54:22 2008 +# Thu Oct 2 17:33:41 2008 # CONFIG_HAVE_DOT_CONFIG=y @@ -102,8 +102,8 @@ CONFIG_FEATURE_HWIB=y # Archival Utilities # # CONFIG_FEATURE_SEAMLESS_LZMA is not set -# CONFIG_FEATURE_SEAMLESS_BZ2 is not set -# CONFIG_FEATURE_SEAMLESS_GZ is not set +CONFIG_FEATURE_SEAMLESS_BZ2=y +CONFIG_FEATURE_SEAMLESS_GZ=y # CONFIG_FEATURE_SEAMLESS_Z is not set # CONFIG_AR is not set # CONFIG_FEATURE_AR_LONG_FILENAMES is not set _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
