download_ldns:
svn export https://www.nlnetlabs.nl/svn/ldns/trunk/makedist.sh ldns_makedist.sh
./ldns_makedist.sh -s -d https://www.nlnetlabs.nl/svn/ldns/trunk
- mv ldns-*_pre_*.tar.gz ldns-src.tar.gz
- rm ldns-*_pre_*.tar.gz.sha1 ldns_makedist.sh
+ mv ldns-[0-9]*.tar.gz ldns-src.tar.gz
+ rm ldns-*.tar.gz.sha1 ldns_makedist.sh
iana_update:
curl -o port-numbers.tmp http://www.iana.org/assignments/port-numbers
18 December 2008: Wouter
- fixed bug reported by Duane Wessels: error in DLV lookup, would make
some zones that had correct DLV keys as insecure.
+ - follows -rc makedist from ldns changes (no _rc).
+ - ldns tarball updated with 1.4.1rc for DLV unit test.
17 December 2008: Wouter
- follows ldns makedist.sh. -rc option. autom4te dir removed.
automatically appended to the current NSD version number.
-rc <nr> Build a release candidate, the given string will be added
to the version number
- (which will then be unbound-<version>_rc<number>)
+ (which will then be unbound-<version>rc<number>)
-d SVN_root Retrieve the NSD source from the specified repository.
Detected from svn working copy if not specified.
-l ldnsdir Directory where ldns resides. Detected from Makefile.
if [ "$RC" != "no" ]; then
info "Building Unbound release candidate $RC."
- version2="${version}_rc$RC"
+ version2="${version}rc$RC"
info "Version number: $version2"
replace_text "configure.ac" "AC_INIT(unbound, $version" "AC_INIT(unbound, $version2"