From 2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 11 Nov 2009 21:42:05 +0000 Subject: opkg: bump to r284 - incorporates parsing improvements upstream - fixes a couple of memory leaks - fixes some null pointer dereferences - fixes possible crashes during removal of packages - various other corrections SVN-Revision: 18380 --- package/opkg/patches/005-uninitialized_err.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/opkg/patches/005-uninitialized_err.patch') diff --git a/package/opkg/patches/005-uninitialized_err.patch b/package/opkg/patches/005-uninitialized_err.patch index 7cf769a..0d3b6cf 100644 --- a/package/opkg/patches/005-uninitialized_err.patch +++ b/package/opkg/patches/005-uninitialized_err.patch @@ -1,6 +1,6 @@ --- a/libopkg/pkg_hash.c +++ b/libopkg/pkg_hash.c -@@ -363,8 +363,11 @@ pkg_t *pkg_hash_fetch_best_installation_ +@@ -384,8 +384,11 @@ abstract_pkg_t *apkg = NULL; pkg_t *ret; -- cgit v1.1