]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Don't hardcode shared library extension
authorMark Andrews <marka@isc.org>
Wed, 15 Oct 2025 06:51:55 +0000 (17:51 +1100)
committerMark Andrews <marka@isc.org>
Wed, 15 Oct 2025 06:51:55 +0000 (17:51 +1100)
15 files changed:
bin/tests/system/synthrecord/conf/bad-multi-label-prefix.conf.j2
bin/tests/system/synthrecord/conf/bad-neg-ttl.conf.j2
bin/tests/system/synthrecord/conf/bad-no-origin.conf.j2
bin/tests/system/synthrecord/conf/bad-no-prefix.conf.j2
bin/tests/system/synthrecord/conf/bad-origin-name.conf.j2
bin/tests/system/synthrecord/conf/bad-origin-no-absolute.conf.j2
bin/tests/system/synthrecord/conf/bad-origin-type.conf.j2
bin/tests/system/synthrecord/conf/bad-prefix-type.conf.j2
bin/tests/system/synthrecord/conf/bad-reverse-missing-origin.conf.j2
bin/tests/system/synthrecord/conf/bad-tsig.conf.j2
bin/tests/system/synthrecord/conf/bad-wrong-ttl-type.conf.j2
bin/tests/system/synthrecord/conf/good-forward-missing-origin.conf.j2
bin/tests/system/synthrecord/conf/good-no-allow-synth.conf.j2
bin/tests/system/synthrecord/conf/good-no-ttl.conf.j2
bin/tests/system/synthrecord/conf/good1.conf.j2

index b064813b59f3cc8781b37ef101d595c6bed739a4..79414226de02ca0fafe49d455386a6f26132326f 100644 (file)
@@ -14,7 +14,7 @@
 zone 192.in-addr.arpa {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                prefix "dynam.ic-";
                allow-synth {
                        192.168.1.0/24;
index 177cee5708d67a2d68872f85f7da2f30973261a8..19493451a7dd0034d6f6e843b628fefbb002075a 100644 (file)
@@ -14,7 +14,7 @@
 zone 192.in-addr.arpa {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                prefix "dynamic-";
                allow-synth {
                        192.168.1.0/24;
index 153cf93acfa1de8f8ecbb1c21850ebadc9065796..0e9a9c60d592761d8f28c6c484c1e403239e77bf 100644 (file)
@@ -14,7 +14,7 @@
 zone 10.in-addr.arpa {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                prefix dynamic-;
                allow-synth {
                        10.53.0.0/16;
index 2e2e6a28c5337831c3e28fabdd4462aa8971252e..da1bc7a677dae3813416c1a3081f0bd25b0cd1af 100644 (file)
@@ -14,7 +14,7 @@
 zone 10.in-addr.arpa {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                allow-synth {
                        10.53.0.0/16;
                };
index 4f450d8a9e419b9b8576f5a531795370c81e05b7..e1b291636a9526d0426e8fe37cd91db85776c74d 100644 (file)
@@ -14,7 +14,7 @@
 zone 10.in-addr.arpa {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                prefix dynamic-;
                origin _e/x'ample.;
                ttl 60;
index c07d4e15d4920ac55d259056465301ba15d27f51..2d4317b450ceec509858525b387fa1f3d4059250 100644 (file)
@@ -14,7 +14,7 @@
 zone 192.in-addr.arpa {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                prefix dynamic-;
                origin "example";
                ttl 60;
index 730b9d2b092c960e29b7bcb8ed51d9ad93838d3e..741e96b256f386be8d7d6e1ec036d012c2201f1f 100644 (file)
@@ -14,7 +14,7 @@
 zone example {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                prefix dynamic-;
                origin { 10.0.0.1/24; };
                ttl 60;
index 6090073cf4bb1fe8e03d6a375a9689ff6882e9f4..d9a575e340ba022e968747961fc1ca1eba2a5785 100644 (file)
@@ -14,7 +14,7 @@
 zone example {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                prefix { 10.43.4.5/2; };
                origin "example.";
                ttl 60;
index 94ca7c668f615408b1cdd480600465d5b7094383..42de9f287b5f2adbc7c6bbe5f828be66f6a790a5 100644 (file)
@@ -14,7 +14,7 @@
 zone 10.in-addr.arpa {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                prefix "dynamic-";
                ttl 60;
        };
index e870a2d270c85fb336ae548073abb1cfdd40e55b..30c018b2da5e19bfed9fafd64d6a118f90089a13 100644 (file)
@@ -19,7 +19,7 @@ key "test-tsig." {
 zone example {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                prefix "dynamic-";
                allow-synth {
                        192.168.1.5;
index db8014c9b9870a0e4426abbc2f638d46442771a1..0d5f1ec42864068dacdc399f8900509af9d06cfa 100644 (file)
@@ -14,7 +14,7 @@
 zone 10.in-addr.arpa {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                prefix "dynamic-";
                allow-synth {
                        192.168.1.0/24;
index e21139dd5741d8ef6839d82634e65ea04641f9c8..54855d5b4a993255df6f26affdc94ad0a5958a67 100644 (file)
@@ -14,7 +14,7 @@
 zone example {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                prefix "dynamic-";
                allow-synth {
                        10.53.0.0/16;
index a8ef05301604b67b61030fbbced0fbe6ffcdd144..ad0183869500fa2f84889f7dbf905d1ffb6d7219 100644 (file)
@@ -14,7 +14,7 @@
 zone 10.in-addr.arpa {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                prefix dynamic-;
                origin "example.";
                ttl 60;
index 4d05862fe540ee536f9c7241ae125c5f8552feab..314866d03a8cdc0df3456da7a1caffd7621d5db4 100644 (file)
@@ -14,7 +14,7 @@
 zone example {
        type primary;
        file "file";
-       plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+       plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                prefix "dynamic-";
                allow-synth {
                        10.53.0.0/16;
index 120b79b74dffcd341e8c3b5216d7a5d98ab39ba0..184c81c53c4e622b78dec962ff6208a1916ba962 100644 (file)
@@ -14,7 +14,7 @@
 zone 10.in-addr.arpa {
        type primary;
        file "10.in-addr.arpa.db";
-        plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+        plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                 prefix "dynamic-";
                 allow-synth {
                         10.53.0.0/16;
@@ -27,7 +27,7 @@ zone 10.in-addr.arpa {
 zone e.f.a.c.ip6.arpa {
        type primary;
        file "e.f.a.c.in-addr.arpa.db";
-        plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+        plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                 prefix "dynamic-";
                 allow-synth {
                         cafe:cafe::/32;
@@ -40,7 +40,7 @@ zone e.f.a.c.ip6.arpa {
 zone example {
        type primary;
        file "example.db";
-        plugin query "@TOP_BUILDDIR@/synthrecord.so" {
+        plugin query "@TOP_BUILDDIR@/synthrecord.@DYLIB@" {
                 prefix "dynamic-";
                 allow-synth {
                         10.53.0.0/16;