From: <abe...@us...> - 2015-07-31 16:39:41
|
Revision: 7170 http://sourceforge.net/p/astlinux/code/7170 Author: abelbeck Date: 2015-07-31 16:39:40 +0000 (Fri, 31 Jul 2015) Log Message: ----------- dnsmasq, version bump to 2.75 Modified Paths: -------------- branches/1.0/package/dnsmasq/dnsmasq.mk Modified: branches/1.0/package/dnsmasq/dnsmasq.mk =================================================================== --- branches/1.0/package/dnsmasq/dnsmasq.mk 2015-07-31 13:46:34 UTC (rev 7169) +++ branches/1.0/package/dnsmasq/dnsmasq.mk 2015-07-31 16:39:40 UTC (rev 7170) @@ -4,7 +4,7 @@ # ############################################################# -DNSMASQ_VERSION = 2.74 +DNSMASQ_VERSION = 2.75 DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)" DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)" @@ -82,7 +82,6 @@ define DNSMASQ_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/usr/sbin/dnsmasq - rm -f $(TARGET_DIR)/usr/share/man/man8/dnsmasq.8 endef $(eval $(call GENTARGETS,package,dnsmasq)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |