Port details |
- rubygem-metasploit_data_models Database layer for Metasploit
- 6.0.6,2 security
=3 6.0.3,2Version of this port present on the latest quarterly branch. - Maintainer: antoine@FreeBSD.org
 - Port Added: 2013-06-14 20:40:22
- Last Update: 2025-02-19 07:55:58
- Commit Hash: d4373e1
- People watching this port, also watch:: php81-pear, php81-pear-horde-Horde_Alarm, php81-pear-XML_DTD, autoconf, libXdamage
- Also Listed In: rubygems
- License: BSD3CLAUSE
- WWW:
- https://github.com/rapid7/metasploit_data_models
- Description:
- MetasploitDataModels exists to do several key things:
- Allow code sharing between Metasploit Framework (MSF) and the commercial
versions of Metasploit (Community, Express, Pro -- usually referred to
collectively as "Pro")
- Give developers a lightweight entry point to MSF's backend for use in
developing tools that gather data intended for later use with Metasploit
(e.g. specialized scanners)
- Make it easy to keep commercial stuff private while increasing the
functionality of the open-source tools we provide to the community
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-metasploit_data_models>0:security/rubygem-metasploit_data_models
- To install the port:
- cd /usr/ports/security/rubygem-metasploit_data_models/ && make install clean
- To add the package, run one of these commands:
- pkg install security/rubygem-metasploit_data_models
- pkg install rubygem-metasploit_data_models
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-metasploit_data_models
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1739885858
SHA256 (rubygem/metasploit_data_models-6.0.6.gem) = 4d987aa81b5dcae24a54bb5836dc0b702b947fc2cdff52485987cfbbfc9b9b84
SIZE (rubygem/metasploit_data_models-6.0.6.gem) = 178176
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-activerecord70>=7.0 : databases/rubygem-activerecord70
- rubygem-activesupport70>=7.0 : devel/rubygem-activesupport70
- rubygem-arel-helpers>=0 : databases/rubygem-arel-helpers
- rubygem-metasploit-concern>=0 : security/rubygem-metasploit-concern
- rubygem-metasploit-model>=3.1 : security/rubygem-metasploit-model
- rubygem-pg>=0 : databases/rubygem-pg
- rubygem-railties70>=7.0 : www/rubygem-railties70
- rubygem-recog>=0 : security/rubygem-recog
- rubygem-webrick>=0 : www/rubygem-webrick
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- security/metasploit
- security/rubygem-metasploit-credential
Configuration Options:
- No options to configure
- Options name:
- security_rubygem-metasploit_data_models
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.6,2 19 Feb 2025 07:55:58
    |
Antoine Brodin (antoine)  |
security/rubygem-metasploit_data_models: update to 6.0.6 |
6.0.3,2 05 Jan 2024 15:39:29
    |
Antoine Brodin (antoine)  |
security/rubygem-metasploit_data_models: update to 6.0.3 |
5.0.6,2 22 Feb 2023 15:21:00
    |
Antoine Brodin (antoine)  |
security/rubygem-metasploit_data_models: update to 5.0.6 |
5.0.5,2 14 Jan 2023 23:08:33
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.0.5,2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.0.5,2 18 Aug 2022 09:39:25
    |
Antoine Brodin (antoine)  |
security/rubygem-metasploit_data_models: update to 5.0.5 |
5.0.4,2 21 Sep 2021 19:01:20
    |
Antoine Brodin (antoine)  |
security/rubygem-metasploit_data_models: update to 5.0.4 |
4.1.1,2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.1.1,2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.1.1,2 27 Dec 2020 19:51:22
  |
antoine  |
Update to 4.1.1 |
4.0.2,2 08 Aug 2020 20:40:07
  |
antoine  |
Update to 4.0.2 |
3.0.10_1,2 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.0.10,2 08 Jun 2019 13:36:13
  |
antoine  |
Update to 3.0.10 |
3.0.8,2 24 Mar 2019 15:14:19
  |
antoine  |
Update to 3.0.8 |
3.0.5,2 10 Feb 2019 14:34:49
  |
antoine  |
Update to 3.0.5 |
2.0.16_2,2 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.0.16_1,2 29 Jul 2018 15:17:36
  |
antoine  |
Metasploit database requires rubygem-pg version 0.2x
PR: 228722
Reported and tested by: Marco Beishuizen
MFH: 2018Q3 |
2.0.16,2 04 Feb 2018 08:08:26
  |
antoine  |
Update to 2.0.16 |
2.0.15,2 13 Jul 2017 18:43:43
  |
antoine  |
Update to 2.0.15 |
2.0.14,2 29 Jan 2017 16:45:51
  |
antoine  |
Update to 2.0.14 |
2.0.13,2 07 Jan 2017 13:55:48
  |
antoine  |
Update to 2.0.13 |
2.0.10,2 10 Dec 2016 13:07:45
  |
antoine  |
Update to 2.0.10 |
2.0.9,2 27 Nov 2016 17:50:31
  |
antoine  |
Update to 2.0.9 |
2.0.6,2 30 Oct 2016 07:15:37
  |
antoine  |
Update to 2.0.6 |
2.0.5,2 23 Oct 2016 08:07:39
  |
antoine  |
Update to 2.0.5 |
2.0.4,2 09 Oct 2016 08:40:20
  |
antoine  |
Update to 2.0.4 |
2.0.0,2 15 May 2016 07:23:53
  |
antoine  |
Update to 2.0.0 |
0.24.0,2 27 Apr 2016 21:57:32
  |
swills  |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
0.24.0,2 27 Apr 2016 16:36:42
  |
swills  |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
0.24.0,2 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.24.0,2 15 Nov 2015 03:04:44
  |
sunpoet  |
- Add NO_ARCH |
0.24.0,2 23 May 2015 16:32:23
  |
antoine  |
Update security/metasploit to 4.11.2 |
0.22.6,2 08 Mar 2015 15:38:18
  |
antoine  |
Update:
- metasploit to 4.11.1
- rubygem-metasploit-credential to 0.13.17
- rubygem-metasploit_data_models to 0.22.6
- rubygem-meterpreter_bins to 0.0.13
- rubygem-recog to 1.0.7 |
0.21.2,2 05 Dec 2014 11:02:50
  |
antoine  |
Update security/metasploit to 4.10.2
Add new ports needed by this version:
security/rubygem-metasploit-concern
security/rubygem-metasploit-credential
security/rubygem-metasploit-model
security/rubygem-meterpreter_bins
security/rubygem-recog |
0.17.0,2 27 Sep 2014 21:17:17
  |
antoine  |
Move back to version 0.17.0 and take maintainership, new versions do not
work with the version of metasploit currently in the tree |
0.20.1,1 27 Sep 2014 21:01:25
  |
swills  |
security/rubygem-metasploit_data_models: update to 0.20.1
PR: 193818
Submitted by: JR Aquino <tanawts@gmail.com> (maintainer) |
0.17.0,1 13 Aug 2014 15:44:12
  |
antoine  |
Revert r359770:
- it's broken, missing depends
- it doesn't work with metasploit 4.9.3 in the tree
Pointy hat: committer and maintainer |
0.17.5 29 Jun 2014 14:54:03
  |
rakuco  |
Update to 0.17.5.
PR: 191466
Submitted by: tanawts@gmail.com (maintainer) |
0.17.0 11 May 2014 08:24:41
  |
antoine  |
Update metasploit to 4.9.2 and rubygem-metasploit_data_models to 0.17.0
PR: ports/189046
Approved by: maintainer timeout (2 weeks) |
0.16.4 24 Jan 2014 14:53:04
  |
miwi  |
- Stage Safe |
0.16.4 19 Dec 2013 16:53:08
  |
swills  |
- Update to 0.16.4
PR: ports/180540
Submitted by: myself
Approved by: maintainer timeout (tanawts@gmail.com, >5 months) |
0.16.1 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.16.1 12 Jul 2013 19:48:55
  |
swills  |
- Update to 0.16.1
PR: ports/179875
Approved by: Jr Aquino <tanawts@gmail.com> (maintainer) |
0.15.1 14 Jun 2013 20:40:10
  |
antoine  |
- Update metasploit to 4.6.2
- Update the list of scripts
- SVN is discontinued
- new DB option for database support
PR: ports/179159
Approved by: maintainer timeout (15 days) |