-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Conversation
Please give a link to the upstream patch or bug, thanks. |
The audit is finding a top-level |
The upstream maintains a small static website with no bugtracker, I've communicated successfully with the author in the past through email. I expect the author will incorporate the patch in the next release, if he does so I will update the formula accordingly and remove the patch. |
Can you just add a comment above the patch to the effect that it's been reported by email and will likely be fixed in the next release? |
Sorry, missed that you already had. |
I might not fully understand how these in file patches work, when i try 'brew install --verbose --debug bgpq3.rb' on my local branch, it rejects the patch: ==> Patching But after END I've copy pasted the same contents from a test.patch file which does apply cleanly. |
@adamv I notice this fairly frequently but haven't dug into what the cause is. Line endings, something else? |
Possibly line-endings. |
Found it, tabs in the original file, spaces in my patch.. :-) |
GitHub diffs ought to show tabs with a special character |
Pulled, sorry for the delay. |
Closes Homebrew#22179. Signed-off-by: Adam Vandenberg <[email protected]>
Contains a small patch for the Makefile.in file to ensure bgpq3 is installed as $prefix/bin/bgpq3 instead of being installed as $prefix/bin. The patch has been submitted upstream but unsure when they will incorporate.