ticktock35 [Mon, 15 Dec 2008 05:26:51 +0000 (05:26 +0000)]
opkg: fix the crashing issue.
It's a hanging pointer.
Using installed_files without get and free
git-svn-id: http://opkg.googlecode.com/svn/trunk@144
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:26:39 +0000 (05:26 +0000)]
opkg: mark one line that cause crash.
But it will makes the system failed in reference count.
git-svn-id: http://opkg.googlecode.com/svn/trunk@143
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:26:29 +0000 (05:26 +0000)]
opkg: remove a serious memory leak
when searching every package opkg will clone the package but never released.
git-svn-id: http://opkg.googlecode.com/svn/trunk@142
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:26:19 +0000 (05:26 +0000)]
opkg: make .opk as the default opkg file extension
git-svn-id: http://opkg.googlecode.com/svn/trunk@141
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:26:01 +0000 (05:26 +0000)]
opkg: balance the installed_files reference count
reducing some memory leaks
git-svn-id: http://opkg.googlecode.com/svn/trunk@140
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:25:48 +0000 (05:25 +0000)]
opkg: fix some memory leak and double free issues.
git-svn-id: http://opkg.googlecode.com/svn/trunk@139
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:25:37 +0000 (05:25 +0000)]
opkg: Fix a bug that ap may undefined.
by Alexandros Kostopoulos <akostop@inaccessnetworks.com>
git-svn-id: http://opkg.googlecode.com/svn/trunk@138
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:25:26 +0000 (05:25 +0000)]
opkg: write the status change after actually updated.
git-svn-id: http://opkg.googlecode.com/svn/trunk@137
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:23:29 +0000 (05:23 +0000)]
opkg: adding repository check function
git-svn-id: http://opkg.googlecode.com/svn/trunk@136
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:23:15 +0000 (05:23 +0000)]
opkg: let args_init return 0 is successful
returns errno if some error happens
git-svn-id: http://opkg.googlecode.com/svn/trunk@135
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:22:59 +0000 (05:22 +0000)]
opkg: Don't attempt to check the validity of a repository if package did not
come from a known source
git-svn-id: http://opkg.googlecode.com/svn/trunk@134
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:22:49 +0000 (05:22 +0000)]
opkg: Fix a small memory leak in opkg_download.
Patch from Alexandros Kostopoulos <akostop@inaccessnetworks.com>
git-svn-id: http://opkg.googlecode.com/svn/trunk@133
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:22:38 +0000 (05:22 +0000)]
opkg: remove unused code
git-svn-id: http://opkg.googlecode.com/svn/trunk@132
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:22:22 +0000 (05:22 +0000)]
opkg: Convert "multiple packages" message to NOTICE rather than ERROR
git-svn-id: http://opkg.googlecode.com/svn/trunk@131
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:22:06 +0000 (05:22 +0000)]
opkg: Consolidate error reporting from opkg_conf_init and ensure return value is
checked in the appropriate places.
opkg: Add a locking mechanism to prevent two instances of opkg being run at the
same time.
git-svn-id: http://opkg.googlecode.com/svn/trunk@130
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:21:47 +0000 (05:21 +0000)]
opkg: update error message
git-svn-id: http://opkg.googlecode.com/svn/trunk@129
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:21:36 +0000 (05:21 +0000)]
opkg: consolidate error enums and add an error for when no package matches
current architecture
git-svn-id: http://opkg.googlecode.com/svn/trunk@128
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:21:12 +0000 (05:21 +0000)]
opkg.c moving the sig_file_name into the section of HAVE_GPGME
git-svn-id: http://opkg.googlecode.com/svn/trunk@127
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:21:02 +0000 (05:21 +0000)]
opkg: add some command line arguments to libopkg_test
git-svn-id: http://opkg.googlecode.com/svn/trunk@126
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:20:49 +0000 (05:20 +0000)]
opkg: run pre-install check before listing upgradable packages to ensure all
data is valid. Fixes bug 1433.
git-svn-id: http://opkg.googlecode.com/svn/trunk@125
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:20:39 +0000 (05:20 +0000)]
opkg: update error handling for opkg_update_pkg in opkg.c and bump version number
git-svn-id: http://opkg.googlecode.com/svn/trunk@124
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:20:28 +0000 (05:20 +0000)]
opkg: improve opkg_install error reporting and include a check to verify repository signature during install
git-svn-id: http://opkg.googlecode.com/svn/trunk@123
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:20:10 +0000 (05:20 +0000)]
opkg: add string versions of error codes to libopkg_test
git-svn-id: http://opkg.googlecode.com/svn/trunk@122
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:20:01 +0000 (05:20 +0000)]
opkg: report errors from opkg_remove_pkg
git-svn-id: http://opkg.googlecode.com/svn/trunk@121
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:19:50 +0000 (05:19 +0000)]
opkg: fix typos
git-svn-id: http://opkg.googlecode.com/svn/trunk@120
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:19:40 +0000 (05:19 +0000)]
opkg: improve error reporting
git-svn-id: http://opkg.googlecode.com/svn/trunk@119
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:19:30 +0000 (05:19 +0000)]
opkg: remove redundant multiple_providers option and also remove redundant familiar_revision pointer from the pkg struct
git-svn-id: http://opkg.googlecode.com/svn/trunk@118
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:19:10 +0000 (05:19 +0000)]
opkg: strdup the command line arguments so we can free the struct properly later
git-svn-id: http://opkg.googlecode.com/svn/trunk@117
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:19:00 +0000 (05:19 +0000)]
opkg: (leak fixing, day 3) fixed final memory leaks fixed reported from
running libopkg_test
git-svn-id: http://opkg.googlecode.com/svn/trunk@116
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:18:44 +0000 (05:18 +0000)]
opkg: (leak fixing, day 2) lots and lots of memory leaks fixed
git-svn-id: http://opkg.googlecode.com/svn/trunk@115
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:18:11 +0000 (05:18 +0000)]
opkg: (leak fixing, day 1) lots and lots of memory leaks fixed
git-svn-id: http://opkg.googlecode.com/svn/trunk@114
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:17:51 +0000 (05:17 +0000)]
opkg: set callbacks before opkg_conf_init
git-svn-id: http://opkg.googlecode.com/svn/trunk@113
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:17:40 +0000 (05:17 +0000)]
opkg: remove verbose_wget option
git-svn-id: http://opkg.googlecode.com/svn/trunk@112
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:17:25 +0000 (05:17 +0000)]
opkg: re-read package lists after update
git-svn-id: http://opkg.googlecode.com/svn/trunk@111
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:17:14 +0000 (05:17 +0000)]
opkg: fix distcheck
git-svn-id: http://opkg.googlecode.com/svn/trunk@110
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:17:07 +0000 (05:17 +0000)]
opkg: fix remaining accidental commit
git-svn-id: http://opkg.googlecode.com/svn/trunk@109
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:16:59 +0000 (05:16 +0000)]
opkg: revert unintended changes in src/Makefile.am
git-svn-id: http://opkg.googlecode.com/svn/trunk@108
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:16:50 +0000 (05:16 +0000)]
opkg: add some error codes to libopkg
git-svn-id: http://opkg.googlecode.com/svn/trunk@107
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:16:36 +0000 (05:16 +0000)]
opkg: * Add opkg-key utility
* Move update-alternatives to utils directory
* Update opkg_verify_file function to import keys from /etc/opkg
git-svn-id: http://opkg.googlecode.com/svn/trunk@106
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:16:14 +0000 (05:16 +0000)]
opkg: fix distcheck issues
git-svn-id: http://opkg.googlecode.com/svn/trunk@105
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:15:57 +0000 (05:15 +0000)]
opkg: remove per-target CFLAGS
git-svn-id: http://opkg.googlecode.com/svn/trunk@104
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:15:42 +0000 (05:15 +0000)]
opkg: add default message handler
git-svn-id: http://opkg.googlecode.com/svn/trunk@103
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:15:32 +0000 (05:15 +0000)]
opkg: download required packages before install and report progress to clients
git-svn-id: http://opkg.googlecode.com/svn/trunk@102
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:15:22 +0000 (05:15 +0000)]
opkg: add header guards to libopkg/opkg.h
git-svn-id: http://opkg.googlecode.com/svn/trunk@101
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:15:12 +0000 (05:15 +0000)]
opkg: protect against NULL src
git-svn-id: http://opkg.googlecode.com/svn/trunk@100
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:15:01 +0000 (05:15 +0000)]
opkg: implement opkg_find_package()
git-svn-id: http://opkg.googlecode.com/svn/trunk@99
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:14:44 +0000 (05:14 +0000)]
opkg: add more attributes to opkg_package_t
git-svn-id: http://opkg.googlecode.com/svn/trunk@98
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:14:31 +0000 (05:14 +0000)]
opkg: add extra data to libopkg progress callbacks
git-svn-id: http://opkg.googlecode.com/svn/trunk@97
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:14:14 +0000 (05:14 +0000)]
opkg: add some extra error checks to opkg_verify_file()
git-svn-id: http://opkg.googlecode.com/svn/trunk@96
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:14:04 +0000 (05:14 +0000)]
opkg: implement opkg_list_upgradable_packages function
git-svn-id: http://opkg.googlecode.com/svn/trunk@95
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:13:49 +0000 (05:13 +0000)]
opkg: clean up libopkg Makefile.am a bit
git-svn-id: http://opkg.googlecode.com/svn/trunk@94
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:13:40 +0000 (05:13 +0000)]
opkg: prevent segfault if option is not found
git-svn-id: http://opkg.googlecode.com/svn/trunk@93
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:13:31 +0000 (05:13 +0000)]
opkg: set version number and distribute pkg-config file
git-svn-id: http://opkg.googlecode.com/svn/trunk@92
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:13:22 +0000 (05:13 +0000)]
opkg: Implement proper reordering of packages before configuring.
Patch from Alexandros Kostopoulos <akostop inaccessnetworks com>
git-svn-id: http://opkg.googlecode.com/svn/trunk@91
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:13:12 +0000 (05:13 +0000)]
opkg: implement package listing in new libopkg
git-svn-id: http://opkg.googlecode.com/svn/trunk@90
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:12:58 +0000 (05:12 +0000)]
opkg: Add upgrade and upgrade_all functions to libopkg_test
Improve progress display in libopkg_test
git-svn-id: http://opkg.googlecode.com/svn/trunk@89
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:12:49 +0000 (05:12 +0000)]
opkg: minor white space and indent fixes
git-svn-id: http://opkg.googlecode.com/svn/trunk@88
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:12:39 +0000 (05:12 +0000)]
opkg: implement new opkg_upgrade_package and opkg_upgrade_all functions
git-svn-id: http://opkg.googlecode.com/svn/trunk@87
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:12:27 +0000 (05:12 +0000)]
opkg: improve download callback handling and integrate into opkg_update_package_lists
git-svn-id: http://opkg.googlecode.com/svn/trunk@86
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:12:11 +0000 (05:12 +0000)]
opkg: fix some initialisation and double free issues in libbb
git-svn-id: http://opkg.googlecode.com/svn/trunk@85
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:12:00 +0000 (05:12 +0000)]
opkg: add some safety macros
git-svn-id: http://opkg.googlecode.com/svn/trunk@84
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:11:50 +0000 (05:11 +0000)]
opkg: fix problems in opkg_install_package and implement opkg_remove_package
git-svn-id: http://opkg.googlecode.com/svn/trunk@83
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:11:34 +0000 (05:11 +0000)]
opkg: remove unused variable
git-svn-id: http://opkg.googlecode.com/svn/trunk@82
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:11:23 +0000 (05:11 +0000)]
libopkg: remove default progress bar
git-svn-id: http://opkg.googlecode.com/svn/trunk@81
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:11:12 +0000 (05:11 +0000)]
opkg: add progress callbacks to libopkg api
libopkg: fix opkg_install_package()
git-svn-id: http://opkg.googlecode.com/svn/trunk@80
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:10:57 +0000 (05:10 +0000)]
opkg: add opkg_read_config_files() to libopkg_test
git-svn-id: http://opkg.googlecode.com/svn/trunk@79
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:10:48 +0000 (05:10 +0000)]
libopkg: add some checks for NULL strings
git-svn-id: http://opkg.googlecode.com/svn/trunk@78
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:10:32 +0000 (05:10 +0000)]
libopkg: add opkg_read_config_files() function
git-svn-id: http://opkg.googlecode.com/svn/trunk@77
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:10:21 +0000 (05:10 +0000)]
opkg: add update packages lists call to libopkg_test
git-svn-id: http://opkg.googlecode.com/svn/trunk@76
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:10:13 +0000 (05:10 +0000)]
opkg: fix header include path issues
git-svn-id: http://opkg.googlecode.com/svn/trunk@75
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:10:01 +0000 (05:10 +0000)]
opkg: fix option array handling
git-svn-id: http://opkg.googlecode.com/svn/trunk@74
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:09:52 +0000 (05:09 +0000)]
opkg: add libopkg test application
git-svn-id: http://opkg.googlecode.com/svn/trunk@73
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:09:42 +0000 (05:09 +0000)]
opkg: various white space cleanups and implement opkg_update_package_lists
git-svn-id: http://opkg.googlecode.com/svn/trunk@72
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:09:30 +0000 (05:09 +0000)]
opkg: implement opkg_set_option() and opkg_get_option()
git-svn-id: http://opkg.googlecode.com/svn/trunk@71
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:07:31 +0000 (05:07 +0000)]
opkg: start new libopkg api in opkg.{c,h} and remove all other header files
from being copied to includes
git-svn-id: http://opkg.googlecode.com/svn/trunk@70
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:07:19 +0000 (05:07 +0000)]
opkg: remove redundant opkg.h.in
git-svn-id: http://opkg.googlecode.com/svn/trunk@69
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:07:12 +0000 (05:07 +0000)]
libopkg: stop exporting random symbols into the wild
git-svn-id: http://opkg.googlecode.com/svn/trunk@68
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:07:00 +0000 (05:07 +0000)]
opkg: 's/itsy/opkg/'
git-svn-id: http://opkg.googlecode.com/svn/trunk@67
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:05:24 +0000 (05:05 +0000)]
opkg: Bug fix for Packages file with a Filename: tag with prepended path.
Patch from Alexandros Kostopoulos <akostop inaccessnetworks com>
git-svn-id: http://opkg.googlecode.com/svn/trunk@66
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:05:13 +0000 (05:05 +0000)]
opkg: remove opkg.h in preperation for new API
git-svn-id: http://opkg.googlecode.com/svn/trunk@65
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:03:46 +0000 (05:03 +0000)]
libopkg: remove internal dependency on libopkg.h and opkg_cmd.h
git-svn-id: http://opkg.googlecode.com/svn/trunk@64
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:03:19 +0000 (05:03 +0000)]
opkg: split out opkg.h
git-svn-id: http://opkg.googlecode.com/svn/trunk@63
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:03:06 +0000 (05:03 +0000)]
opkg: remove old opkg.c
git-svn-id: http://opkg.googlecode.com/svn/trunk@62
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:02:55 +0000 (05:02 +0000)]
opkg: add README content, including website and mailing list details
git-svn-id: http://opkg.googlecode.com/svn/trunk@61
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:02:48 +0000 (05:02 +0000)]
opkg: fix configure check for big-endian systems
git-svn-id: http://opkg.googlecode.com/svn/trunk@60
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:02:42 +0000 (05:02 +0000)]
opkg: remove some "#if 0" code
git-svn-id: http://opkg.googlecode.com/svn/trunk@59
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:02:31 +0000 (05:02 +0000)]
=?utf-8?q?opkg:=20Fix=20md5=20sum=20on=20big=20endian=20systems.
=20=20=20=20=20=20=20Patch=20from=20Jeremy=20Lain=C3=A9=20<jeremy=20laine=20bolloretelecom=20eu>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
git-svn-id: http://opkg.googlecode.com/svn/trunk@58
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:02:14 +0000 (05:02 +0000)]
opkg: remove some printfs and replace with opkg_message where appropriate
git-svn-id: http://opkg.googlecode.com/svn/trunk@57
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:02:01 +0000 (05:02 +0000)]
opkg: use opkg_message rather than printf in opkg_verify_file()
git-svn-id: http://opkg.googlecode.com/svn/trunk@56
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:01:47 +0000 (05:01 +0000)]
opkg: skip downloading Packages.sig if GPGME is not enabled at build time
git-svn-id: http://opkg.googlecode.com/svn/trunk@55
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:01:35 +0000 (05:01 +0000)]
opkg: print help and version messages to stdout rather than stderr. Based on
patch from Marcin Juszkiewicz <openembedded haerwu biz>
git-svn-id: http://opkg.googlecode.com/svn/trunk@54
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:01:24 +0000 (05:01 +0000)]
opkg: update md5.{c,h} with latest version from gnulib
git-svn-id: http://opkg.googlecode.com/svn/trunk@53
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:01:13 +0000 (05:01 +0000)]
opkg: enable -Werror in libopkg and fix resulting build failures
git-svn-id: http://opkg.googlecode.com/svn/trunk@52
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:00:52 +0000 (05:00 +0000)]
opkg: Remove unused CONFIG_CLEAR_SW_INSTALL_FLAG conditional code
git-svn-id: http://opkg.googlecode.com/svn/trunk@51
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 05:00:42 +0000 (05:00 +0000)]
opkg: remove unused CONFIG_OPKG_PROCESS_ACTIONS conditional code
git-svn-id: http://opkg.googlecode.com/svn/trunk@50
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 04:53:45 +0000 (04:53 +0000)]
opkg: remove redundant OPKG_LIB conditional code
git-svn-id: http://opkg.googlecode.com/svn/trunk@49
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 04:53:20 +0000 (04:53 +0000)]
opkg/libbb: Patch from Esben Haabendal <esbenhaabendal gmail com>
Fix the usage of dirname() in libbb/make_directory.c, as it is not correct according to the standard specification for dirname.
git-svn-id: http://opkg.googlecode.com/svn/trunk@48
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 04:53:10 +0000 (04:53 +0000)]
opkg: output state change messages only at info verbosity level
git-svn-id: http://opkg.googlecode.com/svn/trunk@47
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 04:52:54 +0000 (04:52 +0000)]
opkg: use a single temporary directory for entire update transaction and remove
it when done.
git-svn-id: http://opkg.googlecode.com/svn/trunk@46
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
ticktock35 [Mon, 15 Dec 2008 04:52:44 +0000 (04:52 +0000)]
opkg: restore original ipkg ChangeLog
git-svn-id: http://opkg.googlecode.com/svn/trunk@45
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358