From: Matthias Schiffer Date: Mon, 23 Oct 2017 21:48:25 +0000 (+0200) Subject: opkg: bump to 2017-10-23 (lede-17.01) X-Git-Tag: v17.01.5~353 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=0780e12483fc65e49111c7c4a2344281e5c3e104 opkg: bump to 2017-10-23 (lede-17.01) A lede-17.01 branch for bugfix backports has been added to the opkg-lede repo. c6caf07 pkg_parse: fix segfault when parsing descriptions with leading newlines 5bb5fd5 opkg: add --no-check-certificate argument 7a96972 libbb: xreadlink: fix memory leak on failure case 3f13edd pkg_run_script: use pkg->dest in half installed case Signed-off-by: Matthias Schiffer --- diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 110116971e..4c6c080b7b 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-03-23 -PKG_SOURCE_VERSION:=1d0263bb40e3c099501fc1f2431907636230e7f2 -PKG_MIRROR_HASH:=1f527179e60b9404affa5f3c9c506d4249e085bf521f770819b8648273a1010c +PKG_SOURCE_DATE:=2017-10-23 +PKG_SOURCE_VERSION:=c6caf07212150f5ec3b0c5f895c496452f9b1e21 +PKG_MIRROR_HASH:=8d1d608d7b7bb0a8dddc8801b9aaf2993cc028e6dde5dfc7641c24c7e64cd6a0 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING