From: Dennis Groenen Date: Sat, 29 Oct 2011 14:47:22 +0000 (+0200) Subject: update busybox-power against BusyBox 1.19.3 release X-Git-Tag: 1.19.3power1~2 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=15f887eca72bca58af6021089248a50d9ef4f8c3;hp=c1545b2f475a1e65639089678679ed023ad4aed1;p=busybox-power update busybox-power against BusyBox 1.19.3 release --- diff --git a/build.sh b/build.sh index fae6780..51e21cd 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ # Helper script to build busybox-power # Please run me from within Scratchbox -BBVERSION="1.19.2" +BBVERSION="1.19.3" MAKETHREADS="8" SCRIPTDIR=`dirname $(readlink -f $0)` BUILDDIR="$SCRIPTDIR/../busybox-power-build" diff --git a/debian/patches/hotfixes/busybox-1.19.2-crond.patch b/debian/patches/hotfixes/busybox-1.19.2-crond.patch deleted file mode 100644 index 043a846..0000000 --- a/debian/patches/hotfixes/busybox-1.19.2-crond.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- busybox-1.19.2/miscutils/crond.c -+++ busybox-1.19.2-crond/miscutils/crond.c -@@ -861,7 +861,8 @@ int crond_main(int argc UNUSED_PARAM, ch - - /* "-b after -f is ignored", and so on for every pair a-b */ - opt_complementary = "f-b:b-f:S-L:L-S" IF_FEATURE_CROND_D(":d-l") -- ":l+:d+"; /* -l and -d have numeric param */ -+ /* -l and -d have numeric param */ -+ ":l+" IF_FEATURE_CROND_D(":d+"); - opts = getopt32(argv, "l:L:fbSc:" IF_FEATURE_CROND_D("d:"), - &G.log_level, &G.log_filename, &G.crontab_dir_name - IF_FEATURE_CROND_D(,&G.log_level)); diff --git a/debian/patches/series b/debian/patches/series index ec3109d..9e1bbc5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -21,7 +21,6 @@ showkey-default-option.patch ps-accept-and-ignore-missing-options.patch #Hotfixes -hotfixes/busybox-1.19.2-crond.patch #Patched pulled from busybox git git-backports/0001-lineedit-fix-atomic-replace-of-history-file-hush-fix.patch