fix: populate ldns submodule and add autotools to LDNS build stage
- Re-cloned zonemaster-ldns with --recurse-submodules so the bundled ldns C library source (including Changelog and configure.ac) is present - Added autoconf, automake, libtool to Dockerfile.backend ldns-build stage so libtoolize + autoreconf can generate ldns/configure during make Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
15
zonemaster-ldns/ldns/test/tpkg/examples/test3.tpkg/test3.dsc
Normal file
15
zonemaster-ldns/ldns/test/tpkg/examples/test3.tpkg/test3.dsc
Normal file
@@ -0,0 +1,15 @@
|
||||
BaseName: test3
|
||||
Version: 1.0
|
||||
Description: Test negative SOA TTL, added to test BUG #6
|
||||
CreationDate: Thu Oct 27 11:57:07 CEST 2005
|
||||
Maintainer: Miek Gieben
|
||||
Category:
|
||||
Component:
|
||||
Depends:
|
||||
Help:
|
||||
Pre: test3.pre
|
||||
Post: test3.post
|
||||
Test: test3.test
|
||||
AuxFiles: test3.querygood
|
||||
Passed: "matched"
|
||||
Failure:
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "He! Ruim toch eens een keer je troep op!"
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Dit script word vooraf uitgevoerd"
|
||||
@@ -0,0 +1 @@
|
||||
elektron.atoom.net.3600INAAAA2001:7b8:32a:0:280:48ff:feb3:26eb
|
||||
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
dig miek.nl | grep AAAA | sed 's/[ \t]*//g' > $$.digout
|
||||
diff -u test3.querygood $$.digout
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Query failed"
|
||||
else
|
||||
echo "Query matched"
|
||||
fi
|
||||
rm -f $$.digout
|
||||
Reference in New Issue
Block a user