projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdc7ea3
)
odhcpd: Fix a segfault in DHCPv6 option handling
author
Steven Barth
<cyrus@openwrt.org>
Thu, 29 May 2014 21:01:42 +0000
(21:01 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Thu, 29 May 2014 21:01:42 +0000
(21:01 +0000)
SVN-Revision: 40881
package/network/services/odhcpd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/odhcpd/Makefile
b/package/network/services/odhcpd/Makefile
index b81f8d6b8d8d55bb77a116be5200d7c9419b8f8b..046dd1c1399c4fac4dffa4803bcee5703932a166 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-05-2
6
+PKG_VERSION:=2014-05-2
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:=
87b974a21add279ce7f7be31f7b22f7ea97949c3
+PKG_SOURCE_VERSION:=
7fb8ef575d019796b212824a706b0ea5c6bdffaa
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>