mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
Update the bundled bind from 9.11.14 to 9.11.32.
Fixes build error on qemuarmv5:
stats.c: In function 'setcounter':
stats.c:300:36: error: 'val' undeclared (first use in this function); did you mean 'value'?
300 | stats->counters[counter] = val;
| ^~~
| value
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
31 lines
729 B
Diff
31 lines
729 B
Diff
From edb68972f8dc636e6208e78f02dec6f9805e4c0b Mon Sep 17 00:00:00 2001
|
|
From: Yi Zhao <yi.zhao@windriver.com>
|
|
Date: Wed, 26 May 2021 11:39:00 +0800
|
|
Subject: [PATCH] bind/version: update to latest version
|
|
|
|
Update the bundled bind from 9.11.14 to 9.11.32.
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
|
|
---
|
|
bind/version.tmp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/bind/version.tmp b/bind/version.tmp
|
|
index cf52f1b..4cc538e 100644
|
|
--- a/bind/version.tmp
|
|
+++ b/bind/version.tmp
|
|
@@ -5,7 +5,7 @@ PRODUCT=BIND
|
|
DESCRIPTION="(Extended Support Version)"
|
|
MAJORVER=9
|
|
MINORVER=11
|
|
-PATCHVER=14
|
|
+PATCHVER=32
|
|
RELEASETYPE=
|
|
RELEASEVER=
|
|
EXTENSIONS=
|
|
--
|
|
2.17.1
|
|
|