aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/odhcpd
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-01-18 10:11:03 +0000
committerSteven Barth <steven@midlink.org>2014-01-18 10:11:03 +0000
commitc5a32525eb1da221d8d38a006638073190645d42 (patch)
tree30948cc969d8491f1b86a720381835ff68f30a7d /package/network/services/odhcpd
parent1f0ac4101be71a954d16285163bebc85ad2f1d4d (diff)
downloadupstream-c5a32525eb1da221d8d38a006638073190645d42.tar.gz
upstream-c5a32525eb1da221d8d38a006638073190645d42.tar.bz2
upstream-c5a32525eb1da221d8d38a006638073190645d42.zip
odhcpd: Fix a memory corruption when static leases are used
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39319 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/odhcpd')
-rw-r--r--package/network/services/odhcpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index 77e7bb9c4b..29d8fb4260 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcpd
-PKG_VERSION:=2014-01-18.2
+PKG_VERSION:=2014-01-19
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=git://github.com/sbyx/odhcpd.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=72fec39d4446d9bb9416763043c79d5135c84fbd
+PKG_SOURCE_VERSION:=482a8b369deca0c485b5d39e5ac302ed5ad42499
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>