Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479688 - Drop obsolete postgres dependency from net-analyzer/metasploit
Summary: Drop obsolete postgres dependency from net-analyzer/metasploit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ruby-1.8 479654
  Show dependency tree
 
Reported: 2013-08-04 06:32 UTC by Hans de Graaff
Modified: 2013-11-03 03:08 UTC (History)
1 user (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 Hans de Graaff gentoo-dev Security 2013-08-04 06:32:35 UTC
I just noticed that net-analyzer/metasploit still references dev-ruby/postgres as the preferred postgres database API provider. Could you please drop this? dev-ruby/postgres has been obsoleted by dev-ruby/pg a long time ago. It is also only available for ruby18 which we will drop from the tree shortly, so I'd like to mask dev-ruby/postgres for removal ASAP.

Given that metasploit already has dev-ruby/activerecord[postgres] as an alternative you could just keep that, or just depend directly on dev-ruby/pg, which is what activerecord does.
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2013-11-03 03:08:09 UTC
03 Nov 2013; Manuel Rüger <mrueg@gentoo.org> metasploit-4.0.0-r1.ebuild,
metasploit-4.2.0.ebuild, metasploit-4.3.0.ebuild, metasploit-4.4.0-r1.ebuild,
metasploit-4.4.0.ebuild, metasploit-9999.ebuild:
Non-maintainer update: Remove dependency on obsolete dev-ruby/postgres,
dependency for dev-ruby/pg is covered by dev-ruby/activerecord[postgres] so no
need to readd it. Acked by Rick Farina. Fixes bug #479688