aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/ucert/Makefile
diff options
context:
space:
mode:
authorMike McCormack <mike@atratus.org>2018-08-18 16:04:57 +1000
committerDaniel Golle <daniel@makrotopia.org>2018-09-18 13:51:09 +0200
commite8cbfedc7229348230c3f970b2376776cb0c113e (patch)
tree66e4adb9bec74aa9fbc669144a1e82b71143d60b /package/system/ucert/Makefile
parent0cda4af005f22f3e9a18a1760d8482be1a45e02a (diff)
downloadupstream-e8cbfedc7229348230c3f970b2376776cb0c113e.tar.gz
upstream-e8cbfedc7229348230c3f970b2376776cb0c113e.tar.bz2
upstream-e8cbfedc7229348230c3f970b2376776cb0c113e.zip
ucert: work around short read
usign occasionally writes 16 characters then exits without writing a LF, leaving ucert hanging waiting for more input. Accept 16 characters or more rather than 17 to work around the short read. Signed-off-by: Mike McCormack <mike@atratus.org> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/system/ucert/Makefile')
-rw-r--r--package/system/ucert/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/ucert/Makefile b/package/system/ucert/Makefile
index 0aff383197..5b4c6b12ca 100644
--- a/package/system/ucert/Makefile
+++ b/package/system/ucert/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/ucert.git
-PKG_SOURCE_DATE:=2018-08-08
-PKG_SOURCE_VERSION:=1056e730f56adbc6bc77872e2bbd2bbe01512ec9
-PKG_MIRROR_HASH:=59fc4ab5b5cb10c6e9e0899e3ed5de2f57926e980d31c13ddd1662f36cf40cef
+PKG_SOURCE_DATE:=2018-09-18
+PKG_SOURCE_VERSION:=e1c722b1b6cbf2527b3178342464e56b97825874
+PKG_MIRROR_HASH:=36dcca7c2d649a6c34a8daaaef4698fbeb808fd6580c6bfb1ca35f4f06825d17
CMAKE_INSTALL:=1
PKG_CHECK_FORMAT_SECURITY:=1