New comment by jason1987d on void-packages repository https://github.com/void-linux/void-packages/pull/47317#issuecomment-1826892872 Comment: > When I say to pull the upstream patch, I literally mean > > ``` > curl -L -o requirements.patch https://github.com/darkoperator/dnsrecon/commit/d0507ef2499d9cc3c3354e1c0632cfc5898a9bf3.patch > ``` > > Using the upstream patch verbatim provides a "chain of custody" with headers that show the upstream commit hash and original author. I did that, and it leads to... ``` => python3-dnsrecon-1.1.5_1: patching: requirements.patch. 1 out of 1 hunk FAILED -- saving rejects to file requirements.txt.rej => ERROR: python3-dnsrecon-1.1.5_1: do-patch_00-patches: 'patch -s ${_args} < "${_patch}" 2> /dev/null' exited with 1 ```