Wget-AT 20231213.03 (Wget 1.21.3-at.20231213.03) Release Notes
This release adds the recording of more information on the build process of the used Wget-AT.
Wget-AT can be configured with several options, and build on and for different system. Information about this will now be written to the WARC record of WARC-Type
value warcinfo
using fields starting with wget-build-*
.
New warcinfo
headers
The new headers in the warcinfo
record are:
wget-build-version
: The version Wget was built aswget-build-system-host
: The triplet of CPU, vendor, and operating system information (https://www.gnu.org/software/autoconf/manual/autoconf-2.68/html_node/Specifying-Target-Triplets.html) ofhost
as available throughAC_CANONICAL_HOST
macro (https://www.gnu.org/software/autoconf/manual/autoconf-2.68/html_node/Canonicalizing.html)wget-build-system-build
: The triplet ofbuild
as available throughAC_CANONICAL_BUILD
macrowget-build-system-target
: The triplet oftarget
as available throughAC_CANONICAL_TARGET
macrowget-build-compilation-string
: The string used to compile Wgetwget-build-link-string
: The string used to link when building Wgetwget-build-features
: The included and excluded features from the build
Example
The new wget-build-*
headers in the warcinfo
record are for example
wget-build-version: 1.21.3-at.20231213.03
wget-build-system-host: x86_64-pc-linux-gnu
wget-build-system-build: x86_64-pc-linux-gnu
wget-build-system-target: x86_64-pc-linux-gnu
wget-build-compilation-string: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/usr/local/etc/wgetrc" -DLOCALEDIR="/usr/local/share/locale" -I. -I../lib -I../lib -I/usr/include/luajit-2.1 -I/usr/local/include -DHAVE_LIBSSL -I/usr/local/include -DNDEBUG -g -O2
wget-build-link-string: gcc -I/usr/local/include -DHAVE_LIBSSL -I/usr/local/include -DNDEBUG -g -O2 -L/usr/local/lib -lcares -lpcre2-8 -lidn2 -lssl -lcrypto -L/usr/local/lib -lzstd -lz -lpsl -lm -ldl -lluajit-5.1 ../lib/libgnu.a
wget-build-features: +cares +digest -gpgme +https +ipv6 +iri +large-file -metalink -nls +ntlm +opie +psl +ssl/openssl
Minor update
A minor update is that the [email protected] email address, the repository URL https://github.com/ArchiveTeam/wget-lua, and the IRC channel #archiveteam-dev on hackint IRC are now noted in the output of commands --version
and --help
.