wget DNSSEC HOWTO ===================== (Version 0.1) Introduction ============ This HOWTO describes the installation, configuration and execution steps for adding DNSSEC validation to the wget application. The patch in this directory has been tested on the wget-1.10.2 source. It may also work on similar versions of wget. Note: Currently, This patch only works on systems that support IPv6. The local machine does not need to actually use IPv6, but the system's TCP/IP stack does need to support it for this patch to function properly. Installation ============ Download wget-1.10.2.tar.gz from http://ftp.gnu.org/pub/gnu/wget/ Unzip and untar it by: tar -xvzf wget-1.10.2.tar.gz Go to the wget-1.10.2 directory: cd wget-1.10.2/ Apply the wget-1.10.2_dnssec_patch.txt in this directory by: patch -p 1 -b -z .orig