Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672992 - app-emulation/libvirt-4.9.0 : adjust netcat dependency
Summary: app-emulation/libvirt-4.9.0 : adjust netcat dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 573814
  Show dependency tree
 
Reported: 2018-12-12 10:54 UTC by Manfred Knick
Modified: 2019-03-17 18:40 UTC (History)
0 users

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 Manfred Knick 2018-12-12 10:54:41 UTC
# grep netcat libvirt-4.9.0.ebuild

     || ( >=net-analyzer/netcat6-1.0-r2 >=net-analyzer/openbsd-netcat-1.105-r1 )

net-analyzer/netcat6 is called to be removed:

     Bug 573814 - net-analyzer/netcat6: removal?

# emerge -s netcat | grep net-analyzer
*  net-analyzer/gnu-netcat
*  net-analyzer/netcat
*  net-analyzer/netcat6
*  net-analyzer/openbsd-netcat [ Masked ]

The first two are not included in the OR clause in RDEPEND.

Thus libvirt e.g. blocks emerging of {gnu-}netcat.


DOKUMENTATION: https://libvirt.org/remote.html 
does not specify any restrictions upon
which netcat implementation has to be used.
Comment 1 Larry the Git Cow gentoo-dev 2018-12-26 03:27:21 UTC
The bug has been closed via the following commit(s):

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

commit fa037df7c74c102d2b82689c4cfc0e804ee1ba8c
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2018-12-26 03:03:36 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2018-12-26 03:27:05 +0000

    app-emulation/libvirt: version bump to 4.10.0
    
     * fix apparmor rules, bug #667434
     * include netcat alternatives, bug #672992
    
    Closes: https://bugs.gentoo.org/667434
    Closes: https://bugs.gentoo.org/672992
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 app-emulation/libvirt/Manifest                     |   1 +
 .../files/libvirt-4.10.0-fix_apparmor_rules.patch  |  14 +
 app-emulation/libvirt/libvirt-4.10.0.ebuild        | 387 +++++++++++++++++++++
 3 files changed, 402 insertions(+)