diff options
author | John Crispin <john@openwrt.org> | 2016-03-04 08:33:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-03-04 08:33:41 +0000 |
commit | 1268b2e899617411919fb776d65c1cb81c760495 (patch) | |
tree | 63be86c3c58f8b916728dc8f83a6c88c4a6102c1 /package/system/opkg/Makefile | |
parent | fbb2449953526ba1a4c4c85ca62bd864d6276113 (diff) | |
download | upstream-1268b2e899617411919fb776d65c1cb81c760495.tar.gz upstream-1268b2e899617411919fb776d65c1cb81c760495.tar.bz2 upstream-1268b2e899617411919fb776d65c1cb81c760495.zip |
opkg: Fix handling of sha256sums for conffiles
MD5s are shorter than SHA256, so reading buffer has to be bigger to read the
whole hash.
Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
SVN-Revision: 48917
Diffstat (limited to 'package/system/opkg/Makefile')
-rw-r--r-- | package/system/opkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index c09d1683fe..d8cce2a8f2 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/feeds.mk PKG_NAME:=opkg PKG_REV:=9c97d5ecd795709c8584e972bfdf3aee3a5b846d PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=11 +PKG_RELEASE:=12 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_REV) |