Package Details: wget-lua 1.14-3

Git Clone URL: https://aur.archlinux.org/wget-lua.git (read-only, click to copy)
Package Base: wget-lua
Description: Wget with Lua scripting
Upstream URL: http://archiveteam.org/index.php?title=Wget_with_Lua_hooks
Licenses: GPL
Provides: wget-lua
Submitter: mutoso
Maintainer: None
Last Packager: noirscape
Votes: 1
Popularity: 0.000000
First Submitted: 2016-08-28 00:16 (UTC)
Last Updated: 2018-12-21 14:10 (UTC)

Latest Comments

noirscape commented on 2019-11-28 20:19 (UTC)

@nimrod_mack - To my knowledge, the one linked here is the one Archive Team themselves use for their operations.

nimrod_mack commented on 2019-10-22 19:40 (UTC)

So it seems there is a somewhat more updated codebase at their github: https://github.com/ArchiveTeam/wget-lua

maybe I'll make a wget-lua-git package out of it...

noirscape commented on 2018-12-09 15:02 (UTC) (edited on 2018-12-19 19:04 (UTC) by noirscape)

To get this package to compile, replace

--with-ssl=openssl

with

--with-ssl=gnutls

(requires the gnutls package obviously)

EDIT: I adopted this package and integrated this change, so this is no longer needed.

ZerataX commented on 2018-12-09 06:35 (UTC)

The build process always fails for me with:

openssl.c: In function 'ssl_connect_wget':
openssl.c:428:38: error: dereferencing pointer to incomplete type 'SSL' {aka 'struct ssl_st'}
   if (SSL_connect (conn) <= 0 || conn->state != SSL_ST_OK)
                                      ^~
openssl.c:428:49: error: 'SSL_ST_OK' undeclared (first use in this function); did you mean 'TLS_ST_OK'?
   if (SSL_connect (conn) <= 0 || conn->state != SSL_ST_OK)
                                                 ^~~~~~~~~
                                                 TLS_ST_OK
openssl.c:428:49: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [Makefile:1581: openssl.o] Error 1
make[3]: Leaving directory '/home/---/.cache/aurman/wget-lua/src/wget-1.14.lua.20160530-955376b/src'
make[2]: *** [Makefile:1394: all] Error 2
make[2]: Leaving directory '/home/---/.cache/aurman/wget-lua/src/wget-1.14.lua.20160530-955376b/src'
make[1]: *** [Makefile:1355: all-recursive] Error 1
make[1]: Leaving directory '/home/---/.cache/aurman/wget-lua/src/wget-1.14.lua.20160530-955376b'
make: *** [Makefile:1311: all] Fehler 2