Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770808 - net-analyzer/nmap-7.91*: include upstream fix for proxy support
Summary: net-analyzer/nmap-7.91*: include upstream fix for proxy support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sam James
URL: https://github.com/nmap/nmap/commit/1...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-02-15 16:36 UTC by Maciej S. Szmigiero
Modified: 2021-03-11 18:32 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej S. Szmigiero 2021-02-15 16:36:37 UTC
net-analyzer/nmap-7.91* needs the upstream patch linked at this bug URL field so ncat proxy support works again.
This is due to a regression in 7.90+: https://github.com/nmap/nmap/issues/2149

Please include this patch in nmap ebuild, thanks.
Comment 1 Larry the Git Cow gentoo-dev 2021-03-11 18:14:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d8627328c93bdd62a507f7e78228a8e00de59e

commit b2d8627328c93bdd62a507f7e78228a8e00de59e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-11 18:14:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-11 18:14:02 +0000

    net-analyzer/nmap: add upstream patches for ncat
    
    Closes: https://bugs.gentoo.org/765148
    Closes: https://bugs.gentoo.org/770808
    Signed-off-by: Sam James <sam@gentoo.org>

 net-analyzer/nmap/files/nmap-7.91-ncat-proxy.patch |  37 +++++++
 .../nmap/files/nmap-7.91-ncat-unix-sockets.patch   |  30 ++++++
 net-analyzer/nmap/nmap-7.91-r2.ebuild              | 118 +++++++++++++++++++++
 3 files changed, 185 insertions(+)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-03-11 18:15:17 UTC
Thank you - and sorry for missing this until now!
Comment 3 Maciej S. Szmigiero 2021-03-11 18:32:57 UTC
Thanks Sam.