]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1789. [bug] Prerequisite test for tkey and dnssec could fail
authorMark Andrews <marka@isc.org>
Wed, 8 Dec 2004 06:10:49 +0000 (06:10 +0000)
committerMark Andrews <marka@isc.org>
Wed, 8 Dec 2004 06:10:49 +0000 (06:10 +0000)
                        with "configure --with-libtool".

CHANGES
bin/tests/system/dnssec/prereq.sh
bin/tests/system/tkey/prereq.sh

diff --git a/CHANGES b/CHANGES
index 3cbcc24c8cd8f386bfd4906290de761dba1a8062..bccf926faf731c16af6a056f2ab02432b22bf5bc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+1789.  [bug]           Prerequisite test for tkey and dnssec could fail
+                       with "configure --with-libtool".
+
 1788.  [bug]           libbind9.la/libbind9.so needs to link against
                        libisccfg.la/libisccfg.so.
 
index bb571e767b56d37e55c1484765ac70dd3f14e53d..7b1bcc0d15e2d54d503030e19b61b35bdd5f5f25 100644 (file)
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: prereq.sh,v 1.5 2004/03/05 05:00:09 marka Exp $
+# $Id: prereq.sh,v 1.6 2004/12/08 06:10:49 marka Exp $
 
-if $KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo > /dev/null 2>&1
+../../genrandom 400 random.data
+
+if $KEYGEN -a RSA -b 512 -n zone -r random.data foo > /dev/null 2>&1
 then
     rm -f Kfoo*
 else
index 278c77acb46447bfd125e3723238cef8f4373851..0fb4733a219c04b76e3669595f6e0ed5f24e1514 100644 (file)
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: prereq.sh,v 1.5 2004/03/05 05:03:12 marka Exp $
+# $Id: prereq.sh,v 1.6 2004/12/08 06:10:48 marka Exp $
 
-if $KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo > /dev/null 2>&1
+../../genrandom 400 random.data
+
+if $KEYGEN -a RSA -b 512 -n zone -r random.data foo > /dev/null 2>&1
 then
     rm -f foo*
 else