[source] opkg: bump to 2017-10-23 (lede-17.01)

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 23 14:54:44 PDT 2017


neoraider pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/0780e12483fc65e49111c7c4a2344281e5c3e104

commit 0780e12483fc65e49111c7c4a2344281e5c3e104
Author: Matthias Schiffer <mschiffer at universe-factory.net>
AuthorDate: Mon Oct 23 23:48:25 2017 +0200

    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 <mschiffer at universe-factory.net>
---
 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 1101169..4c6c080 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



More information about the lede-commits mailing list