commit | f095539b3900d76f5eeaaa0897c6abf970829b31 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Jul 06 17:39:18 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Jul 06 17:39:18 2024 +0200 |
tree | 11aeec5497831525ec1f6acb7590dadcac428671 | |
parent | f3daa4525b1816e475fbfe7add6f3c4a33b13944 [diff] [blame] |
patch 9.1.0536: filetype: zone files are not recognized Problem: filetype: zone files are not recognized (rpdprd) Solution: Detect '*.zone' files as bindzone filetype fixes: #14222 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index ffbc13e..359605b 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 536, +/**/ 535, /**/ 534,