aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/odhcpd/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-04-14 08:31:53 +0000
committerSteven Barth <steven@midlink.org>2015-04-14 08:31:53 +0000
commit55f5e92b12d4784837c4563a9a8a2671f12b122c (patch)
treef9c30e23e2ed34baa6a96e0b40b163661048c2da /package/network/services/odhcpd/Makefile
parentea5b63b40aa81cf62f5e1d53044e7380e9477aae (diff)
downloadmaster-187ad058-55f5e92b12d4784837c4563a9a8a2671f12b122c.tar.gz
master-187ad058-55f5e92b12d4784837c4563a9a8a2671f12b122c.tar.bz2
master-187ad058-55f5e92b12d4784837c4563a9a8a2671f12b122c.zip
odhcpd: avoid illegal memory access in some corner cases
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45428 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/odhcpd/Makefile')
-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 3e9841f3f5..a3817c0a27 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:=2015-04-10
+PKG_VERSION:=2015-04-13
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:=e23972527f93a3d2a5412400384519ff550708b7
+PKG_SOURCE_VERSION:=a06dd6481cd046e4856774ac32cdc11f4bc721e2
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
PKG_LICENSE:=GPL-2.0