From: jow Date: Tue, 24 May 2011 09:37:51 +0000 (+0000) Subject: [PATCH] yaddns: update to 1.1-rc2 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=358b1ea86bf7de5e1d6b20b2e72c50eb5bc53b4b;p=packages.git [PATCH] yaddns: update to 1.1-rc2 Hi, The patch attached to the mail updates yaddns to 1.1-rc2. Changes are: * autotools refactoring * fix blocked state in request if connect() or recv() failed. Add timeout feature which abort pending request (connect(), send(), recv()) after XX seconds. * add new ./configure options: * --enable-debug * --enable-debug-log * fix segfault case if user remove account cfg and SIGHUP yaddns when doing update procedure for the removed account. * fix buffer overread in base64_encode function * implement unit tests Regards, Anthony. git-svn-id: svn://svn.openwrt.org/openwrt/packages@26993 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/yaddns/Makefile b/net/yaddns/Makefile index 909f1dda2..8f55694ff 100644 --- a/net/yaddns/Makefile +++ b/net/yaddns/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yaddns -PKG_VERSION:=1.0-rc3 +PKG_VERSION:=1.1-rc2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.gna.org/yaddns/ -PKG_MD5SUM:=fa1492212a09e0f5f39d3fa65ddf257e +PKG_MD5SUM:=919a25bd66abf926e049f3afea619e19 PKG_INSTALL:=1