projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f181128
)
odhcpd: Fix a memory corruption when static leases are used
author
Steven Barth
<cyrus@openwrt.org>
Sat, 18 Jan 2014 10:11:03 +0000
(10:11 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Sat, 18 Jan 2014 10:11:03 +0000
(10:11 +0000)
SVN-Revision: 39319
package/network/services/odhcpd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/odhcpd/Makefile
b/package/network/services/odhcpd/Makefile
index 77e7bb9c4b6a6b61be177570e2b45ef70e806dca..29d8fb42607a5eb96edfd08798ef05910889f897 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-01-1
8.2
+PKG_VERSION:=2014-01-1
9
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>