- ldns tarball updated with 1.4.1rc for DLV unit test.
- verbose prints about recursion lame detection and server selection.
- fixup BSD port for infra host storage. It hashed wrongly.
+ - fixup makedist snapshot name generation.
17 December 2008: Wouter
- follows ldns makedist.sh. -rc option. autom4te dir removed.
if [ "$SNAPSHOT" = "yes" ]; then
info "Building Unbound snapshot."
- version2="$version_`date +%Y%m%d`"
+ version2="${version}_`date +%Y%m%d`"
info "Snapshot version number: $version2"
replace_text "configure.ac" "AC_INIT(unbound, $version" "AC_INIT(unbound, $version2"