From: Gabriel Kerneis Date: Tue, 13 Dec 2011 14:29:32 +0000 (+0000) Subject: ahcpd: upgrade to upstream release 0.53 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ea251e3a9f6d4cdf312ca6fa9f4af1ca014f4526;p=openwrt%2Fsvn-archive%2Fpackages.git ahcpd: upgrade to upstream release 0.53 8 December 2011: ahcpd 0.53 * Fixed a longstanding bug that would cause a client to immediately deconfigure itself after successfully renewing a lease. * Set AHCP packets' TOS field as network control (thanks to Dave Taht). SVN-Revision: 29511 --- diff --git a/ipv6/ahcpd/Makefile b/ipv6/ahcpd/Makefile index a29e2b0fa..4d41bdf1f 100644 --- a/ipv6/ahcpd/Makefile +++ b/ipv6/ahcpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ahcpd -PKG_VERSION:=0.52 -PKG_RELEASE:=4 +PKG_VERSION:=0.53 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/ -PKG_MD5SUM:=a354b55e775c9f7d26561de360309358 +PKG_MD5SUM:=a1a610bf20965aa522cd766bf3d5829a include $(INCLUDE_DIR)/package.mk