diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-01-06 08:25:22 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-01-06 08:27:18 +0200 |
commit | 8ee0078586a14008b9915450dbc719051ed7d3d0 (patch) | |
tree | 5eb32bb8a6b11b943982d32d4e823030b08b949c /main/busybox/APKBUILD | |
parent | 1e43dab33007dd7d31c32b63450edd194a23ba45 (diff) | |
download | aports-8ee0078586a14008b9915450dbc719051ed7d3d0.tar.bz2 aports-8ee0078586a14008b9915450dbc719051ed7d3d0.tar.xz |
main/busybox: fix disappearing crontabs bug
It's uninitialized memory use bug. The relevant parts are rewritten
in busybox-1.18.x and later, so this patch applies only to the
busybox-1.17.x versions. Fixes #436.
Diffstat (limited to 'main/busybox/APKBUILD')
-rw-r--r-- | main/busybox/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index 6b0424bd1f..1b6c2d61cc 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=busybox pkgver=1.17.4 -pkgrel=0 +pkgrel=1 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net arch="x86 x86_64" @@ -13,6 +13,7 @@ triggers="busybox.trigger:/bin /usr/bin /sbin /usr/sbin /lib/modules/*" source="http://busybox.net/downloads/$pkgname-$pkgver.tar.bz2 ifupdown-ipv6.patch $pkgname-1.11.1-bb.patch + $pkgname-1.17.4-crond.patch busyboxconfig" _builddir="$srcdir"/$pkgname-$pkgver @@ -72,4 +73,5 @@ static() { md5sums="b3254232e9919007ca803d3a4fe81f3c busybox-1.17.4.tar.bz2 08af7b8b4e41f86a34a16270a8691e31 ifupdown-ipv6.patch 4c0f3b486eaa0674961b7ddcd0c60a9b busybox-1.11.1-bb.patch +fd451b1e8e6e976c99869dc2d149ccc9 busybox-1.17.4-crond.patch 403e0b9fe99a7a18c5b9ae91283a5f9a busyboxconfig" |