[source] opkg: bump to version 2017-12-07

LEDE Commits lede-commits at lists.infradead.org
Thu Dec 7 09:22:18 PST 2017


rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/3cd6ccf19915c552e315942697a10dfa210921f0

commit 3cd6ccf19915c552e315942697a10dfa210921f0
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Thu Dec 7 18:20:29 2017 +0100

    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 <rafal at milecki.pl>
---
 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 499de21..a49021b 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



More information about the lede-commits mailing list