All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63
@ 2012-09-04 14:07 Gustavo Zacarias
  2012-09-04 14:07 ` [Buildroot] [PATCH 2/2] php: bump to version 5.3.16 Gustavo Zacarias
  2012-09-04 18:00 ` [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63 Baruch Siach
  0 siblings, 2 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-09-04 14:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/dnsmasq/dnsmasq.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
index 1f714bf..fc7333f 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -4,11 +4,13 @@
 #
 #############################################################
 
-DNSMASQ_VERSION = 2.62
+DNSMASQ_VERSION = 2.63
 DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
 DNSMASQ_MAKE_ENV = CC="$(TARGET_CC)"
 DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)"
 DNSMASQ_MAKE_OPT += DESTDIR=$(TARGET_DIR) LDFLAGS="$(TARGET_LDFLAGS)"
+DNSMASQ_LICENSE = GPLv2 GPLv3
+DNSMASQ_LICENSE_FILES = COPYING COPYING-v3
 
 ifneq ($(BR2_INET_IPV6),y)
 	DNSMASQ_COPTS += -DNO_IPV6
-- 
1.7.8.6

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-09-05  4:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-04 14:07 [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63 Gustavo Zacarias
2012-09-04 14:07 ` [Buildroot] [PATCH 2/2] php: bump to version 5.3.16 Gustavo Zacarias
2012-09-04 20:02   ` Peter Korsgaard
2012-09-04 18:00 ` [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63 Baruch Siach
2012-09-04 18:05   ` Gustavo Zacarias
2012-09-05  4:03     ` Baruch Siach
2012-09-04 20:01   ` Peter Korsgaard
2012-09-05  4:00     ` Baruch Siach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.