From: Jianhui Zhao Date: Thu, 15 Mar 2018 14:46:00 +0000 (+0800) Subject: rtty: update to v4.1.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F5767%2Fhead;p=feed%2Fpackages.git rtty: update to v4.1.1 f056af0 Fix bug: double free when execute a command timeout 69260b6 Fix bug: Error class did not match the server Signed-off-by: Jianhui Zhao --- diff --git a/utils/rtty/Makefile b/utils/rtty/Makefile index 6505f79c4c..1ab5003336 100755 --- a/utils/rtty/Makefile +++ b/utils/rtty/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtty -PKG_VERSION:=4.1.0 +PKG_VERSION:=4.1.1 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL=https://github.com/zhaojh329/rtty.git -PKG_MIRROR_HASH:=7f017a9da0aecd76776fe9ad5d14ab9fb8e6ee303b36f042813de74cd1752888 +PKG_MIRROR_HASH:=2689ffafc7a6b2e649173edff802ec6d7c8476f1998497fca36a26c21fdcdc1c PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)