aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-01-18 18:43:18 +0100
committerJo-Philipp Wich <jo@mein.io>2019-01-22 13:26:27 +0100
commit009ecf3149dc0debdc27b67b7193dace4cbf3071 (patch)
tree76712eb712f3f9dbf7bc2ca002d99a324b1353ba
parentf0115b50111a1bc332fce4f0b8d073f2d97f791a (diff)
downloadupstream-009ecf3149dc0debdc27b67b7193dace4cbf3071.tar.gz
upstream-009ecf3149dc0debdc27b67b7193dace4cbf3071.tar.bz2
upstream-009ecf3149dc0debdc27b67b7193dace4cbf3071.zip
opkg: update to latest Git head
d217daf libopkg: fix replacelist parsing and writing 9dd9a07 libopkg: fix segmentation fault when traversing conflicts 34571ba libopkg: consider provided packages in pkg_vec_mark_if_matches() 18740e6 opkg_download: print error when fork() fails e3d7330 libopkg: don't print unresolved dependencies twice 3b417b9 opkg_download: decode file:/ URLs 71c27cb file_util: implement urldecode_path() d1fe095 file_util: consolidate hex/unhex routines ebdfc12 add opkg option http_timeout 9f003e3 opkg: encode archive filenames while constructing download URLs 73e6c81 file_util: implement urlencode_path() helper 468158f libopkg: fix SHA256 calculation for big endian system 4bd8601 pkg_parse: fix segfault when parsing descriptions with leading newlines 52fc006 pkg_alternatives: pass if the desired symlink already exists c668fce opkg: add --no-check-certificate argument 04e279e pkg_alternatives: use ERROR level for symlink failure 546bc72 pkg: alternatives support Signed-off-by: Jo-Philipp Wich <jo@mein.io> (backported from commit 1bd18f2b5cbf1c9c384e9725eff7804decf88c90)
-rw-r--r--package/system/opkg/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile
index 8b8389406e..dbc72a1028 100644
--- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile
@@ -11,14 +11,14 @@ include $(INCLUDE_DIR)/version.mk
include $(INCLUDE_DIR)/feeds.mk
PKG_NAME:=opkg
-PKG_RELEASE:=1.1
+PKG_RELEASE:=1
PKG_FLAGS:=essential
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://git.openwrt.org/project/opkg-lede.git
-PKG_SOURCE_DATE:=2017-12-08
-PKG_SOURCE_VERSION:=9f61f7acf3845d2e09675b49fec5d783d57eb780
-PKG_MIRROR_HASH:=3e70d78e92f73e0848a75cfd74762656a4172b6d71369b9e2717dc57acf39cbf
+PKG_SOURCE_DATE:=2019-01-18
+PKG_SOURCE_VERSION:=7708a01a084872bbe4c46f36d2da021fdeb10862
+PKG_MIRROR_HASH:=117148ece22e64654264afd869606ef5507edd3dc965ffe000c6b1b1074b3f4a
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING