From 3c85ab716f46f4610db2638b34bafe5e6aaff8cf Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 27 May 2009 20:14:09 +0200 Subject: busybox: bump 1.14.x version Signed-off-by: Peter Korsgaard --- package/busybox/busybox-1.14.0-des.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/busybox/busybox-1.14.0-des.patch (limited to 'package/busybox/busybox-1.14.0-des.patch') diff --git a/package/busybox/busybox-1.14.0-des.patch b/package/busybox/busybox-1.14.0-des.patch deleted file mode 100644 index efb1d7cc4..000000000 --- a/package/busybox/busybox-1.14.0-des.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- busybox-1.14.0/libbb/pw_encrypt_des.c Tue Apr 14 01:43:00 2009 -+++ busybox-1.14.0-des/libbb/pw_encrypt_des.c Fri May 1 03:40:16 2009 -@@ -778,8 +778,10 @@ - to64_msb_first(output + 2, (r0 >> 8)); - /* bits 7..0 of r0 and 31..16 of r1 */ - to64_msb_first(output + 6, (r0 << 16) | (r1 >> 16)); -- /* (bits 15..0 of r1 + 00) and NUL byte */ -+ /* bits 15..0 of r1 and two zero bits (plus extra zero byte) */ - to64_msb_first(output + 10, (r1 << 8)); -+ /* extra zero byte is encoded as '.', fixing it */ -+ output[13] = '\0'; - #endif - - return output; -- cgit v1.2.3