diff options
author | dougb <dougb@FreeBSD.org> | 2009-11-30 03:38:34 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-11-30 03:38:34 +0000 |
commit | 54dfe5254b544152b826d237c566fade7da37dc8 (patch) | |
tree | c134007f2205d97efef458dce6064542e6510bbe /lib/bind | |
parent | 11d90a01c3528a755831c5e527bd9aa2098b2e20 (diff) | |
download | FreeBSD-src-54dfe5254b544152b826d237c566fade7da37dc8.zip FreeBSD-src-54dfe5254b544152b826d237c566fade7da37dc8.tar.gz |
Update to BIND 9.6.1-P2. The vulnerability this is designed to fix is
related to DNSSEC validation on a resolving name server that allows
access to untrusted users. If your system does not fall into all 3 of
these categories you do not need to update immediately.
Diffstat (limited to 'lib/bind')
-rw-r--r-- | lib/bind/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h index 8e52426..1d68450 100644 --- a/lib/bind/config.h +++ b/lib/bind/config.h @@ -277,6 +277,10 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#define LT_OBJDIR ".libs/" + /* Defined if extern char *optarg is not declared. */ /* #undef NEED_OPTARG */ |