aboutsummaryrefslogtreecommitdiff
path: root/net/wget/patches/001-upstream-fix-disable-ntlm-1.patch
Commit message (Collapse)AuthorAge
* wget: apply upstream fix to avoid nettle linking in nosslHannu Nyman2022-12-11
Replace my own patch with the upstream solution, which they issued in response to my bug report. (Two patches as they overlooked something on the first try. Reference to https://savannah.gnu.org/bugs/index.php?63431 ) The nettle lib evaluation is now conditional to not having "--disable-ntlm". Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>