wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wget-dev] wget2 | Missing sig behavior (!377)


From: Neil Locketz
Subject: [Wget-dev] wget2 | Missing sig behavior (!377)
Date: Fri, 01 Jun 2018 02:34:30 +0000

New Merge Request !377

https://gitlab.com/gnuwget/wget2/merge_requests/377

Project:Branches: c0d3d/wget2:missing-sig-behavior to gnuwget/wget2:master
Author:    Neil Locketz
Assignee:  
Approvers: Giuseppe Scrivano, Tim Rühsen, Darshit Shah and Ander Juaristi

### Approver's checklist:

* [ ] The author has submitted the FSF Copyright Assignment and is listed in 
AUTHORS
* [ ] There is a test suite reasonably covering new functionality or 
modifications
* [ ] Function naming, parameters, return values, types, etc., are consistent 
with existing code
* [ ] This feature/change has adequate documentation added (if appropriate)
* [ ] No obvious mistakes / misspelling in the code

Addresses #338 

The MinGW build failed with the following output, and I'm not sure what to do 
about it:
```
it looks like wine32 is missing, you should install it.
multiarch needs to be enabled first.  as root, please
execute "dpkg --add-architecture i386 && apt-get update &&
apt-get install wine32"
Error in GnuTLS initialization: Failed to acquire random data.
Failed [0]: wget_hash_fast(moin,1) failed with -402
Failed [1]: wget_hash_fast(moin,2) failed with -402
Failed [2]: wget_hash_fast(moin,5) failed with -402
Failed [3]: wget_hash_fast(moin,7) failed with -402
Failed to hash (-402)
Failed to hash (-402)
Failed to hash (-402)
ERROR: 4 out of 195785 basic tests failed
This may completely break Wget functionality !!!
FAIL test.exe (exit status: 1)
```

Other than that, this adds fail/no-fail/disable option to verify-sig which 
changes the behavior in the case that a signature file is missing. The 
signature extension behavior has been changed also. Instead of issuing requests 
for the extensions in parallel, a queue of them are kept, and upon failure of 
one the next is tried.


-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/merge_requests/377
You're receiving this email because of your account on gitlab.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]