Author: cyrus Date: 2014-09-25 13:53:12 +0200 (Thu, 25 Sep 2014) New Revision: 42663
Modified: trunk/package/network/services/odhcpd/Makefile Log: odhcpd: fix segfault when parsing domain options in UCI Modified: trunk/package/network/services/odhcpd/Makefile =================================================================== --- trunk/package/network/services/odhcpd/Makefile 2014-09-25 10:51:56 UTC (rev 42662) +++ trunk/package/network/services/odhcpd/Makefile 2014-09-25 11:53:12 UTC (rev 42663) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2014-08-23 +PKG_VERSION:=2014-09-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 <[email protected]> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
