aboutsummaryrefslogtreecommitdiff
path: root/contrib/bind9/bin/dnssec/dnssectool.h
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-03-03 05:45:24 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-03-03 05:45:24 +0000
commiteda14e83f216771932ca56c65bc62d994af63706 (patch)
tree62d02001f69506ed0ec63ea339614e3658d10ebf /contrib/bind9/bin/dnssec/dnssectool.h
parent9be0746b5fea430f6dd3031cf32a361d5a197cf3 (diff)
parent841024d54f1f0a07feccf84d8938b00bc1f362b5 (diff)
Upgrade to version 9.6.2. This version includes all previously released
security patches to the 9.6.1 version, as well as many other bug fixes. This version also incorporates a different fix for the problem we had patched in contrib/bind9/bin/dig/dighost.c, so that file is now back to being the same as the vendor version. Due to the fact that the DNSSEC algorithm that will be used to sign the root zone is only included in this version and in 9.7.x those who wish to do validation MUST upgrade to one of these prior to July 2010.
Notes
Notes: svn path=/head/; revision=204619
Diffstat (limited to 'contrib/bind9/bin/dnssec/dnssectool.h')
-rw-r--r--contrib/bind9/bin/dnssec/dnssectool.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bind9/bin/dnssec/dnssectool.h b/contrib/bind9/bin/dnssec/dnssectool.h
index ee476f4ea78b..43b7375b26ea 100644
--- a/contrib/bind9/bin/dnssec/dnssectool.h
+++ b/contrib/bind9/bin/dnssec/dnssectool.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004, 2007, 2008 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dnssectool.h,v 1.22 2008/09/25 04:02:38 tbox Exp $ */
+/* $Id: dnssectool.h,v 1.22.48.2 2009/09/04 23:46:58 tbox Exp $ */
#ifndef DNSSECTOOL_H
#define DNSSECTOOL_H 1
@@ -45,7 +45,7 @@ type_format(const dns_rdatatype_t type, char *cp, unsigned int size);
void
alg_format(const dns_secalg_t alg, char *cp, unsigned int size);
-#define ALG_FORMATSIZE 10
+#define ALG_FORMATSIZE 20
void
sig_format(dns_rdata_rrsig_t *sig, char *cp, unsigned int size);