summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-09-27 16:21:20 +0800
committerKhem Raj <raj.khem@gmail.com>2022-09-27 10:04:35 -0700
commit79ed6782a66590d769a516d8b4c15a4330bf7515 (patch)
tree3027ad8e0ef6b905a889bd51f45b53ccce11cca4 /meta-networking/recipes-support/dnsmasq/dnsmasq.inc
parentc58be76cbf3a84342c273babf048b60c94a882af (diff)
downloadmeta-openembedded-79ed6782a66590d769a516d8b4c15a4330bf7515.tar.gz
dnsmasq: upgrade 2.86 -> 2.87
License-Update : format of License file changed. CVE-2022-0934.patch deleted since it's included in 2.87. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/dnsmasq/dnsmasq.inc')
-rw-r--r--meta-networking/recipes-support/dnsmasq/dnsmasq.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
index 136c65d8f..a8ff21a12 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
@@ -3,8 +3,9 @@ HOMEPAGE = "http://www.thekelleys.org.uk/dnsmasq/doc.html"
3SECTION = "net" 3SECTION = "net"
4# GPLv3 was added in version 2.41 as license option 4# GPLv3 was added in version 2.41 as license option
5LICENSE = "GPL-2.0-only | GPL-3.0-only" 5LICENSE = "GPL-2.0-only | GPL-3.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
7 file://COPYING-v3;md5=d32239bcb673463ab874e80d47fae504" 7 file://COPYING-v3;md5=d32239bcb673463ab874e80d47fae504 \
8 "
8 9
9#at least versions 2.69 and prior are moved to the archive folder on the server 10#at least versions 2.69 and prior are moved to the archive folder on the server
10SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(d.getVar('PV').split('.')[1]) > 69]}dnsmasq-${PV}.tar.gz;name=dnsmasq-${PV} \ 11SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(d.getVar('PV').split('.')[1]) > 69]}dnsmasq-${PV}.tar.gz;name=dnsmasq-${PV} \