summaryrefslogtreecommitdiff
path: root/packages/ipkg/ipkg-0.99.155
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-04-02 14:33:21 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-04-02 14:33:21 +0000
commit0107cec1246dc6fecc2a855bd64a95d1290b1099 (patch)
tree2eb94a33ad96c80af22ff1235c177a041eba505a /packages/ipkg/ipkg-0.99.155
parent3264123086f2298ba72d0736ecf692093b03ab0f (diff)
ipkg: remove a couple of outdated ones, update is_processing patch courtesy OpenMoko, Inc.
Diffstat (limited to 'packages/ipkg/ipkg-0.99.155')
-rw-r--r--packages/ipkg/ipkg-0.99.155/.mtn2git_empty0
-rw-r--r--packages/ipkg/ipkg-0.99.155/upgrade-message-garbage.patch14
2 files changed, 0 insertions, 14 deletions
diff --git a/packages/ipkg/ipkg-0.99.155/.mtn2git_empty b/packages/ipkg/ipkg-0.99.155/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/ipkg/ipkg-0.99.155/.mtn2git_empty
+++ /dev/null
diff --git a/packages/ipkg/ipkg-0.99.155/upgrade-message-garbage.patch b/packages/ipkg/ipkg-0.99.155/upgrade-message-garbage.patch
deleted file mode 100644
index 6e79f79341..0000000000
--- a/packages/ipkg/ipkg-0.99.155/upgrade-message-garbage.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Prevent the output of spurious extra characters from
-the stack. This patch is in the manner of the rest of
-the code, there is no good reason for this.
-
---- C/ipkg_install.c 1970-01-01 00:00:00.000000000 +0000
-+++ C/ipkg_install.c 1970-01-01 00:00:00.000000000 +0000
-@@ -723,6 +723,7 @@ static int ipkg_install_check_downgrade(
- return rc;
- } else {
- char message_out[15] ;
-+ memset(message_out,'\x0',15);
- if ( message )
- strncpy( message_out,"Upgrading ",strlen("Upgrading ") );
- else