From: Rafał Miłecki Date: Thu, 7 Dec 2017 17:20:29 +0000 (+0100) Subject: opkg: bump to version 2017-12-07 X-Git-Tag: v18.06.0-rc1~1631 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=3cd6ccf19915c552e315942697a10dfa210921f0 opkg: bump to version 2017-12-07 Changes: 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 Signed-off-by: Rafał Miłecki --- diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 499de217cc..a49021b119 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-07-28 -PKG_SOURCE_VERSION:=4bd8601ebd95c130e504cc724b0c5eb163050982 -PKG_MIRROR_HASH:=adb2d610185a83fb630ccd3f0c80cb8acfd89260e0a5e598aadb8c8f0d903cf5 +PKG_SOURCE_DATE:=2017-12-07 +PKG_SOURCE_VERSION:=3b417b9f41b4ceb5912d82f867dd5534e5675b5c +PKG_MIRROR_HASH:=1c9c21e56186345d0034d15051c1d9c5ebb5aa6658d6ae8886d8403207a914a3 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING