projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6edad5a
)
odhcpd: fix segfault when parsing domain options in UCI
author
Steven Barth
<cyrus@openwrt.org>
Thu, 25 Sep 2014 11:53:12 +0000
(11:53 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Thu, 25 Sep 2014 11:53:12 +0000
(11:53 +0000)
SVN-Revision: 42663
package/network/services/odhcpd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/odhcpd/Makefile
b/package/network/services/odhcpd/Makefile
index 3324fd163dbcb9afc437c4bfbdbea0eb37634da9..e1655b26f7a8b4be35f442e7b2820188baced427 100644
(file)
--- 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-0
8-23
+PKG_VERSION:=2014-0
9-25
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:=
24452e1e3e9adfd9d8e183db1aa589f77727f5a7
+PKG_SOURCE_VERSION:=
a6e2953843eaf6c93764f9feef10466e7a84ec85
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>