[source] opkg: fix several package installation bugs
LEDE Commits
lede-commits at lists.infradead.org
Mon Mar 6 04:02:46 PST 2017
jow pushed a commit to source.git, branch master:
https://git.lede-project.org/aedd5d5cb098b53d8b3548425a7c8932693a3d81
commit aedd5d5cb098b53d8b3548425a7c8932693a3d81
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Wed Mar 1 01:04:33 2017 +0100
opkg: fix several package installation bugs
Update to latest Git in order to import the following fixes:
19070b6 unarchive: fix possible segmentation fault in deb_extract()
758527e pkg: forward "provided_by_hand" flag in pkg_merge()
1fdc2ca pkg: mark bit fields in pkg_t unsigned
15fc1ee opkg_cmd: avoid null pointer dereference in opkg_what_depends_conflicts_cmd()
439c89e opkg_cmd: fix endless loop in whatprovides/whatreplaces
0fb3e9f pkg_depends: propagate virtual provided detail flag to providers
793155f pkg_depends: fix unsatisfied dependency installation order
b1dc770 libopkg: fix some overly aggressive line wrapping in pkg_depends.c
Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
package/system/opkg/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile
index fbf87cb..4fccef2 100644
--- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile
@@ -16,9 +16,9 @@ PKG_FLAGS:=essential
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://git.lede-project.org/project/opkg-lede.git
-PKG_SOURCE_DATE:=2017-02-23
-PKG_SOURCE_VERSION:=f9baf914f8fd0179e575deeebabe463d9f87e850
-PKG_MIRROR_HASH:=ca5df4dc8b2a2dd2c37b1ed2f6a075661c54586f553e8cd056e93021e67c2e83
+PKG_SOURCE_DATE:=2017-03-01
+PKG_SOURCE_VERSION:=19070b6c1a9718bf7ceaa61c48f328cabf1d5ca7
+PKG_MIRROR_HASH:=7fa506c752db01fff47522141e8349603485368ae955315fc41754aec9ecee13
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
More information about the lede-commits
mailing list