Skip to content

v1.21.3-at.20231213.03

Latest
Compare
Choose a tag to compare
@Arkiver2 Arkiver2 released this 15 Dec 04:02
· 2 commits to v1.21.3-at since this release

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:

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.