From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 20 Sep 2022 16:18:22 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oae4s-00AWLK-Ot for lore@lore.pengutronix.de; Tue, 20 Sep 2022 16:18:22 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1oae4r-0002HE-Vu; Tue, 20 Sep 2022 16:18:21 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oae4Y-0001vM-OC; Tue, 20 Sep 2022 16:18:02 +0200 Received: from [2a0a:edc0:0:1101:1d::28] (helo=dude02.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1oae4Z-001sa0-Ex; Tue, 20 Sep 2022 16:18:02 +0200 Received: from localhost ([::1] helo=blackshift.org) by dude02.red.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1oae4W-00EFkm-S6; Tue, 20 Sep 2022 16:18:00 +0200 From: Marc Kleine-Budde To: ptxdist@pengutronix.de Date: Tue, 20 Sep 2022 16:17:56 +0200 Message-Id: <20220920141759.3394460-5-mkl@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220920141759.3394460-1-mkl@pengutronix.de> References: <20220920141759.3394460-1-mkl@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH v2 4/7] dnsmasq: version bump to 2.86 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Marc Kleine-Budde Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Marc Kleine-Budde --- .../0001-the-pkg-config-file-is-lua-no-lua5.2.patch | 2 +- patches/{dnsmasq-2.85 => dnsmasq-2.86}/series | 0 rules/dnsmasq.make | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename patches/{dnsmasq-2.85 => dnsmasq-2.86}/0001-the-pkg-config-file-is-lua-no-lua5.2.patch (97%) rename patches/{dnsmasq-2.85 => dnsmasq-2.86}/series (100%) diff --git a/patches/dnsmasq-2.85/0001-the-pkg-config-file-is-lua-no-lua5.2.patch b/patches/dnsmasq-2.86/0001-the-pkg-config-file-is-lua-no-lua5.2.patch similarity index 97% rename from patches/dnsmasq-2.85/0001-the-pkg-config-file-is-lua-no-lua5.2.patch rename to patches/dnsmasq-2.86/0001-the-pkg-config-file-is-lua-no-lua5.2.patch index 5aebae2dfa13..b53a81cfa7a9 100644 --- a/patches/dnsmasq-2.85/0001-the-pkg-config-file-is-lua-no-lua5.2.patch +++ b/patches/dnsmasq-2.86/0001-the-pkg-config-file-is-lua-no-lua5.2.patch @@ -8,7 +8,7 @@ Signed-off-by: Michael Olbrich 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile -index e4c3f5c92a76..fa33af1a0c20 100644 +index 0cd592e91fa6..5bb2b42b5982 100644 --- a/Makefile +++ b/Makefile @@ -60,8 +60,8 @@ idn2_cflags = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LIBIDN2 $(PKG_CONFI diff --git a/patches/dnsmasq-2.85/series b/patches/dnsmasq-2.86/series similarity index 100% rename from patches/dnsmasq-2.85/series rename to patches/dnsmasq-2.86/series diff --git a/rules/dnsmasq.make b/rules/dnsmasq.make index e5be3265ab4f..584d5dbba74c 100644 --- a/rules/dnsmasq.make +++ b/rules/dnsmasq.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_DNSMASQ) += dnsmasq # # Paths and names # -DNSMASQ_VERSION := 2.85 -DNSMASQ_MD5 := f32403e94a657b93d7fbe0a9c07ebccf +DNSMASQ_VERSION := 2.86 +DNSMASQ_MD5 := 227fd0e81a5ed8134e1f60e175324c99 DNSMASQ := dnsmasq-$(DNSMASQ_VERSION) DNSMASQ_SUFFIX := tar.xz DNSMASQ_URL := http://www.thekelleys.org.uk/dnsmasq/$(DNSMASQ).$(DNSMASQ_SUFFIX) -- 2.30.2