FreeBSD Bugzilla – Attachment 247456 Details for
Bug 276006
security/metasploit: msfconsole fails to start on fresh install
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
security/metasploit: Update for Metasploit to version 6.3.50 and updates to all metasploit specific rubygems
metasploit-patch2.diff (text/plain), 39.82 KB, created by
tanawts
on 2024-01-05 04:52:28 UTC
(
hide
)
Description:
security/metasploit: Update for Metasploit to version 6.3.50 and updates to all metasploit specific rubygems
Filename:
MIME Type:
Creator:
tanawts
Created:
2024-01-05 04:52:28 UTC
Size:
39.82 KB
patch
obsolete
>From bd55b38c2045333e66f3b4ed1b663ef935b3b1b9 Mon Sep 17 00:00:00 2001 >From: JR Aquino > <root@PortFactory02.odq3au12hjsepmdgmqfzke0rda.bx.internal.cloudapp.net> >Date: Fri, 5 Jan 2024 04:40:40 +0000 >Subject: [PATCH 2/2] Update for Metasploit to version 6.3.50 and updates to > all metasploit specific rubygems > >--- > security/metasploit/Makefile | 35 ++++++++++--------- > security/metasploit/distinfo | 6 ++-- > .../rubygem-metasploit-aggregator/Makefile | 2 +- > security/rubygem-metasploit-concern/Makefile | 10 +++--- > security/rubygem-metasploit-concern/distinfo | 6 ++-- > .../rubygem-metasploit-credential/Makefile | 8 ++--- > .../rubygem-metasploit-credential/distinfo | 6 ++-- > security/rubygem-metasploit-model/Makefile | 10 +++--- > security/rubygem-metasploit-model/distinfo | 6 ++-- > security/rubygem-metasploit-payloads/Makefile | 4 +-- > security/rubygem-metasploit-payloads/distinfo | 6 ++-- > .../rubygem-metasploit_data_models/Makefile | 16 ++++----- > .../rubygem-metasploit_data_models/distinfo | 6 ++-- > .../Makefile | 4 +-- > .../distinfo | 6 ++-- > security/rubygem-nexpose/Makefile | 2 +- > security/rubygem-recog/Makefile | 10 ++---- > security/rubygem-recog/distinfo | 6 ++-- > security/rubygem-rex-arch/Makefile | 2 +- > security/rubygem-rex-bin_tools/Makefile | 4 +-- > security/rubygem-rex-bin_tools/distinfo | 6 ++-- > security/rubygem-rex-core/Makefile | 4 +-- > security/rubygem-rex-core/distinfo | 6 ++-- > security/rubygem-rex-encoder/Makefile | 4 +-- > security/rubygem-rex-encoder/distinfo | 6 ++-- > security/rubygem-rex-exploitation/Makefile | 4 +-- > security/rubygem-rex-exploitation/distinfo | 6 ++-- > security/rubygem-rex-java/Makefile | 4 +-- > security/rubygem-rex-java/distinfo | 6 ++-- > security/rubygem-rex-mime/Makefile | 4 +-- > security/rubygem-rex-mime/distinfo | 6 ++-- > security/rubygem-rex-nop/Makefile | 4 +-- > security/rubygem-rex-nop/distinfo | 6 ++-- > security/rubygem-rex-ole/Makefile | 4 +-- > security/rubygem-rex-ole/distinfo | 6 ++-- > security/rubygem-rex-powershell/Makefile | 4 +-- > security/rubygem-rex-powershell/distinfo | 6 ++-- > .../rubygem-rex-random_identifier/Makefile | 4 +-- > .../rubygem-rex-random_identifier/distinfo | 6 ++-- > security/rubygem-rex-registry/Makefile | 4 +-- > security/rubygem-rex-registry/distinfo | 6 ++-- > security/rubygem-rex-rop_builder/Makefile | 4 +-- > security/rubygem-rex-rop_builder/distinfo | 6 ++-- > security/rubygem-rex-socket/Makefile | 4 +-- > security/rubygem-rex-socket/distinfo | 6 ++-- > security/rubygem-rex-sslscan/Makefile | 4 +-- > security/rubygem-rex-sslscan/distinfo | 6 ++-- > security/rubygem-rex-struct2/Makefile | 4 +-- > security/rubygem-rex-struct2/distinfo | 6 ++-- > security/rubygem-rex-text/Makefile | 4 +-- > security/rubygem-rex-text/distinfo | 6 ++-- > security/rubygem-rex-zip/Makefile | 4 +-- > security/rubygem-rex-zip/distinfo | 6 ++-- > 53 files changed, 159 insertions(+), 162 deletions(-) > >diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile >index 101c6efa5bbf..d043ff82b099 100644 >--- a/security/metasploit/Makefile >+++ b/security/metasploit/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= metasploit >-DISTVERSION= 6.2.23 >-PORTREVISION= 10 >+DISTVERSION= 6.3.50 >+PORTREVISION= 11 > CATEGORIES= security > > MAINTAINER= tanawts@gmail.com >@@ -12,16 +12,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ > nmap:security/nmap \ >- rubygem-actionpack60>=6.0:www/rubygem-actionpack60 \ >- rubygem-activerecord60>=6.0:databases/rubygem-activerecord60 \ >- rubygem-activesupport60>=6.0:devel/rubygem-activesupport60 \ >+ rubygem-actionpack70>=7.0:www/rubygem-actionpack70 \ >+ rubygem-activerecord70>=7.0:databases/rubygem-activerecord70 \ >+ rubygem-activesupport70>=7.0:devel/rubygem-activesupport70 \ > rubygem-aws-sdk-ec2>=0:devel/rubygem-aws-sdk-ec2 \ >+ rubygem-aws-sdk-ec2instanceconnect>=0:devel/rubygem-aws-sdk-ec2instanceconnect \ > rubygem-aws-sdk-iam>=0:devel/rubygem-aws-sdk-iam \ > rubygem-aws-sdk-s3>=0:devel/rubygem-aws-sdk-s3 \ >+ rubygem-aws-sdk-ssm>=0:devel/rubygem-aws-sdk-ssm \ > rubygem-bcrypt>=0:security/rubygem-bcrypt \ > rubygem-bcrypt_pbkdf>=0:security/rubygem-bcrypt_pbkdf \ >+ rubygem-bootsnap>=0:devel/rubygem-bootsnap \ > rubygem-bson>=0:devel/rubygem-bson \ > rubygem-bundler>=0:sysutils/rubygem-bundler \ >+ rubygem-chunky_png>=0:graphics/rubygem-chunky_png \ > rubygem-concurrent-ruby>=0:devel/rubygem-concurrent-ruby \ > rubygem-dnsruby>=0:dns/rubygem-dnsruby \ > rubygem-ed25519>=0:security/rubygem-ed25519 \ >@@ -41,19 +45,20 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ > rubygem-metasploit-concern>=0:security/rubygem-metasploit-concern \ > rubygem-metasploit-credential>=0:security/rubygem-metasploit-credential \ > rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ >- rubygem-metasploit-payloads>=2.0.97:security/rubygem-metasploit-payloads \ >+ rubygem-metasploit-payloads>=2.0.161:security/rubygem-metasploit-payloads \ > rubygem-metasploit_data_models>=0:security/rubygem-metasploit_data_models \ >- rubygem-metasploit_payloads-mettle>=1.0.20:security/rubygem-metasploit_payloads-mettle \ >+ rubygem-metasploit_payloads-mettle>=1.0.26:security/rubygem-metasploit_payloads-mettle \ > rubygem-mqtt>=0:net/rubygem-mqtt \ > rubygem-msgpack>=0:devel/rubygem-msgpack \ > rubygem-nessus_rest>=0:security/rubygem-nessus_rest \ >+ rubygem-net-imap>=0:mail/rubygem-net-imap \ > rubygem-net-ldap>=0:net/rubygem-net-ldap \ > rubygem-net-smtp>=0:mail/rubygem-net-smtp \ > rubygem-net-ssh>=0:security/rubygem-net-ssh \ > rubygem-network_interface>=0:net/rubygem-network_interface \ > rubygem-nexpose>=0:security/rubygem-nexpose \ > rubygem-nokogiri>=0:textproc/rubygem-nokogiri \ >- rubygem-octokit>=0:net/rubygem-octokit \ >+ rubygem-octokit4>=0:net/rubygem-octokit4 \ > rubygem-openssl-ccm>=0:security/rubygem-openssl-ccm \ > rubygem-openvas-omp>=0:security/rubygem-openvas-omp \ > rubygem-packetfu>=0:net/rubygem-packetfu \ >@@ -61,9 +66,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ > rubygem-pcaprub>=0:net/rubygem-pcaprub \ > rubygem-pdf-reader>=0:print/rubygem-pdf-reader \ > rubygem-pg>=0:databases/rubygem-pg \ >+ rubygem-public_suffix>=0:dns/rubygem-public_suffix \ > rubygem-puma>=0:www/rubygem-puma \ >- rubygem-railties60>=6.0:www/rubygem-railties60 \ >+ rubygem-rack-protection>=0:www/rubygem-rack-protection \ >+ rubygem-railties70>=7.0:www/rubygem-railties70 \ >+ rubygem-rasn1>=0:security/rubygem-rasn1 \ > rubygem-recog>=0:security/rubygem-recog \ >+ rubygem-reline>=0:devel/rubygem-reline \ > rubygem-redcarpet>=0:textproc/rubygem-redcarpet \ > rubygem-rex-arch>=0:security/rubygem-rex-arch \ > rubygem-rex-bin_tools>=0:security/rubygem-rex-bin_tools \ >@@ -84,6 +93,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ > rubygem-rex-text>=0:security/rubygem-rex-text \ > rubygem-rex-zip>=0:security/rubygem-rex-zip \ > rubygem-ruby-macho>=0:devel/rubygem-ruby-macho \ >+ rubygem-ruby-mysql>=0:databases/rubygem-ruby-mysql \ > rubygem-ruby_smb>=0:net/rubygem-ruby_smb \ > rubygem-rubyntlm>=0:net/rubygem-rubyntlm \ > rubygem-rubyzip>=0:archivers/rubygem-rubyzip \ >@@ -164,13 +174,6 @@ STRIP= > NO_ARCH= yes > NO_ARCH_IGNORE= template_x64_bsd.bin template_x86_bsd.bin CVE-2013-2171.bin > >-post-patch: >- ${REINPLACE_CMD} 's,git ls-files,find . ! -type d | sed "s|^./||", ; \ >- /rb-readline/d ; /win32api/d' \ >- ${WRKSRC}/metasploit-framework.gemspec >- ${REINPLACE_CMD} "/concurrent-ruby/s|,'1.0.5'||" \ >- ${WRKSRC}/metasploit-framework.gemspec >- > do-build: > ${RM} ${WRKSRC}/Gemfile.lock > ${TOUCH} ${WRKSRC}/Gemfile.lock >diff --git a/security/metasploit/distinfo b/security/metasploit/distinfo >index ece21d5f9d9c..2fe27b6b9e36 100644 >--- a/security/metasploit/distinfo >+++ b/security/metasploit/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1666784433 >-SHA256 (rapid7-metasploit-framework-6.2.23_GH0.tar.gz) = b6e6ab7c98f678d94f668d2f414e49c893b2ce0cbfcb0982b2f60f133bfd6fba >-SIZE (rapid7-metasploit-framework-6.2.23_GH0.tar.gz) = 70153792 >+TIMESTAMP = 1704421024 >+SHA256 (rapid7-metasploit-framework-6.3.50_GH0.tar.gz) = 3d17375164e737aad727fdcc8d43f9fce967d464540f432c0555c5b2f7def6c8 >+SIZE (rapid7-metasploit-framework-6.3.50_GH0.tar.gz) = 73968223 >diff --git a/security/rubygem-metasploit-aggregator/Makefile b/security/rubygem-metasploit-aggregator/Makefile >index 30f1850ac6d7..1a7b52592852 100644 >--- a/security/rubygem-metasploit-aggregator/Makefile >+++ b/security/rubygem-metasploit-aggregator/Makefile >@@ -3,7 +3,7 @@ PORTVERSION= 1.0.0 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Proxy for Meterpreter sessions > WWW= https://github.com/rapid7/metasploit-aggregator > >diff --git a/security/rubygem-metasploit-concern/Makefile b/security/rubygem-metasploit-concern/Makefile >index 007acd23b398..c8243fa79fa3 100644 >--- a/security/rubygem-metasploit-concern/Makefile >+++ b/security/rubygem-metasploit-concern/Makefile >@@ -1,18 +1,18 @@ > PORTNAME= metasploit-concern >-PORTVERSION= 4.0.5 >+PORTVERSION= 5.0.2 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Automatically include Modules from app/concerns > WWW= https://github.com/rapid7/metasploit-concern > > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= rubygem-activemodel60>=6.0:databases/rubygem-activemodel60 \ >- rubygem-activesupport60>=6.0:devel/rubygem-activesupport60 \ >- rubygem-railties60>=6.0:www/rubygem-railties60 >+RUN_DEPENDS= rubygem-activemodel70>=7.0:databases/rubygem-activemodel70 \ >+ rubygem-activesupport70>=7.0:devel/rubygem-activesupport70 \ >+ rubygem-railties70>=7.0:www/rubygem-railties70 > > NO_ARCH= yes > >diff --git a/security/rubygem-metasploit-concern/distinfo b/security/rubygem-metasploit-concern/distinfo >index d5fc11231af6..81d996315bcb 100644 >--- a/security/rubygem-metasploit-concern/distinfo >+++ b/security/rubygem-metasploit-concern/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1677078163 >-SHA256 (rubygem/metasploit-concern-4.0.5.gem) = c13ebe270bd1e9b1e2beefa1cdfb13c5bb8455d59cf6b456fb48188975da126b >-SIZE (rubygem/metasploit-concern-4.0.5.gem) = 18944 >+TIMESTAMP = 1704421057 >+SHA256 (rubygem/metasploit-concern-5.0.2.gem) = 2cd20af623f1ffd22b1fb80ea79a9174b46b202f2b110c1bc194283732cb06f0 >+SIZE (rubygem/metasploit-concern-5.0.2.gem) = 18944 >diff --git a/security/rubygem-metasploit-credential/Makefile b/security/rubygem-metasploit-credential/Makefile >index 240ab6aaa8dd..2af7a1550981 100644 >--- a/security/rubygem-metasploit-credential/Makefile >+++ b/security/rubygem-metasploit-credential/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= metasploit-credential >-PORTVERSION= 5.0.9 >+PORTVERSION= 6.0.6 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Credential models for metasploit-framework and Metasploit Pro > WWW= https://github.com/rapid7/metasploit-credential > >@@ -11,11 +11,11 @@ LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > > RUN_DEPENDS= rubygem-metasploit-concern>=0:security/rubygem-metasploit-concern \ >- rubygem-metasploit_data_models>=5.0.0:security/rubygem-metasploit_data_models \ >+ rubygem-metasploit_data_models>=6.0.0:security/rubygem-metasploit_data_models \ > rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ > rubygem-net-ssh>=0:security/rubygem-net-ssh \ > rubygem-pg>=0:databases/rubygem-pg \ >- rubygem-railties60>=6.0:www/rubygem-railties60 \ >+ rubygem-railties70>=7.0:www/rubygem-railties70 \ > rubygem-rex-socket>=0:security/rubygem-rex-socket \ > rubygem-rubyntlm>=0:net/rubygem-rubyntlm \ > rubygem-rubyzip>=0:archivers/rubygem-rubyzip >diff --git a/security/rubygem-metasploit-credential/distinfo b/security/rubygem-metasploit-credential/distinfo >index e5cae084d82e..7e047a414dbb 100644 >--- a/security/rubygem-metasploit-credential/distinfo >+++ b/security/rubygem-metasploit-credential/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1677078213 >-SHA256 (rubygem/metasploit-credential-5.0.9.gem) = 431d0f7612f2a4f4f694cb19bfa2ad4218e6b13471c0f67c29c449b1a56dbcf9 >-SIZE (rubygem/metasploit-credential-5.0.9.gem) = 110592 >+TIMESTAMP = 1704421074 >+SHA256 (rubygem/metasploit-credential-6.0.6.gem) = f437647997e6e5cb8a8b19dacb142f677fdb658a5714aa95ec7a15adef19b0da >+SIZE (rubygem/metasploit-credential-6.0.6.gem) = 115712 >diff --git a/security/rubygem-metasploit-model/Makefile b/security/rubygem-metasploit-model/Makefile >index c4d3e9a99989..44115646d446 100644 >--- a/security/rubygem-metasploit-model/Makefile >+++ b/security/rubygem-metasploit-model/Makefile >@@ -1,18 +1,18 @@ > PORTNAME= metasploit-model >-PORTVERSION= 4.0.6 >+PORTVERSION= 5.0.2 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Metasploit Model Mixins and Validators > WWW= https://github.com/rapid7/metasploit-model > > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= rubygem-activemodel60>=6.0:databases/rubygem-activemodel60 \ >- rubygem-activesupport60>=6.0:devel/rubygem-activesupport60 \ >- rubygem-railties60>=6.0:www/rubygem-railties60 >+RUN_DEPENDS= rubygem-activemodel70>=7.0:databases/rubygem-activemodel70 \ >+ rubygem-activesupport70>=7.0:devel/rubygem-activesupport70 \ >+ rubygem-railties70>=7.0:www/rubygem-railties70 > > NO_ARCH= yes > >diff --git a/security/rubygem-metasploit-model/distinfo b/security/rubygem-metasploit-model/distinfo >index 00841c013c22..69be69a3af59 100644 >--- a/security/rubygem-metasploit-model/distinfo >+++ b/security/rubygem-metasploit-model/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1660812908 >-SHA256 (rubygem/metasploit-model-4.0.6.gem) = 0d5b06109fa41c5fe66b50afd4dbd5a9a9415e1969b8c5cbaeb155d25fe2759e >-SIZE (rubygem/metasploit-model-4.0.6.gem) = 81920 >+TIMESTAMP = 1704421091 >+SHA256 (rubygem/metasploit-model-5.0.2.gem) = 27de70f93ce42f115359848967d878897dde4904b7f654e5c2d5aab6ad04c56e >+SIZE (rubygem/metasploit-model-5.0.2.gem) = 82432 >diff --git a/security/rubygem-metasploit-payloads/Makefile b/security/rubygem-metasploit-payloads/Makefile >index 568a61f71a96..b9fc35ee368f 100644 >--- a/security/rubygem-metasploit-payloads/Makefile >+++ b/security/rubygem-metasploit-payloads/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= metasploit-payloads >-PORTVERSION= 2.0.97 >+PORTVERSION= 2.0.161 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Compiled binaries for Metasploit's Meterpreter > WWW= https://github.com/rapid7/metasploit-payloads > >diff --git a/security/rubygem-metasploit-payloads/distinfo b/security/rubygem-metasploit-payloads/distinfo >index 72c4504625f8..8ef6bc73fdc5 100644 >--- a/security/rubygem-metasploit-payloads/distinfo >+++ b/security/rubygem-metasploit-payloads/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1677076542 >-SHA256 (rubygem/metasploit-payloads-2.0.97.gem) = d516f5439f411f6db182d78657c79e1af367beaba22d7bb1064add5131af7eb0 >-SIZE (rubygem/metasploit-payloads-2.0.97.gem) = 24650240 >+TIMESTAMP = 1704421104 >+SHA256 (rubygem/metasploit-payloads-2.0.161.gem) = 240c217d0b295fa95a6c3fcc93a2608657c179d2712e5ab276af642687745dd9 >+SIZE (rubygem/metasploit-payloads-2.0.161.gem) = 47961600 >diff --git a/security/rubygem-metasploit_data_models/Makefile b/security/rubygem-metasploit_data_models/Makefile >index d1cc351568a7..c6b636a70f19 100644 >--- a/security/rubygem-metasploit_data_models/Makefile >+++ b/security/rubygem-metasploit_data_models/Makefile >@@ -1,24 +1,24 @@ > PORTNAME= metasploit_data_models >-PORTVERSION= 5.0.6 >-PORTEPOCH= 2 >+PORTVERSION= 6.0.3 >+PORTEPOCH= 3 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Database layer for Metasploit > WWW= https://github.com/rapid7/metasploit_data_models > > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= rubygem-activerecord60>=6.0:databases/rubygem-activerecord60 \ >- rubygem-activesupport60>=6.0:devel/rubygem-activesupport60 \ >+RUN_DEPENDS= 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-metasploit-model>=5.0.0:security/rubygem-metasploit-model \ > rubygem-pg>=0:databases/rubygem-pg \ >- rubygem-railties60>=6.0:www/rubygem-railties60 \ >- rubygem-recog>=2.0:security/rubygem-recog \ >+ rubygem-railties70>=7.0:www/rubygem-railties70 \ >+ rubygem-recog>=3.0:security/rubygem-recog \ > rubygem-webrick>=0:www/rubygem-webrick > > NO_ARCH= yes >diff --git a/security/rubygem-metasploit_data_models/distinfo b/security/rubygem-metasploit_data_models/distinfo >index 01c3445fe9d2..497e419e7554 100644 >--- a/security/rubygem-metasploit_data_models/distinfo >+++ b/security/rubygem-metasploit_data_models/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1677078279 >-SHA256 (rubygem/metasploit_data_models-5.0.6.gem) = cabfcc788d50760970690f3c5f4792e0343acbdf5fe26e20afe7c06c723a91b6 >-SIZE (rubygem/metasploit_data_models-5.0.6.gem) = 179712 >+TIMESTAMP = 1704421121 >+SHA256 (rubygem/metasploit_data_models-6.0.3.gem) = 757ed8c8d68b423b6bd91fa2c745e2575a5fbc2c469d2ac39353c7adc06842c0 >+SIZE (rubygem/metasploit_data_models-6.0.3.gem) = 179712 >diff --git a/security/rubygem-metasploit_payloads-mettle/Makefile b/security/rubygem-metasploit_payloads-mettle/Makefile >index 238fe379e900..b8cdb61b334b 100644 >--- a/security/rubygem-metasploit_payloads-mettle/Makefile >+++ b/security/rubygem-metasploit_payloads-mettle/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= metasploit_payloads-mettle >-PORTVERSION= 1.0.20 >+PORTVERSION= 1.0.26 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Compiled binaries for Metasploit's next-gen Meterpreter > WWW= https://github.com/rapid7/mettle > >diff --git a/security/rubygem-metasploit_payloads-mettle/distinfo b/security/rubygem-metasploit_payloads-mettle/distinfo >index def67444ebfa..0d11a955b831 100644 >--- a/security/rubygem-metasploit_payloads-mettle/distinfo >+++ b/security/rubygem-metasploit_payloads-mettle/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1677075912 >-SHA256 (rubygem/metasploit_payloads-mettle-1.0.20.gem) = 04c94e46b9665a094a1ec4872f466506f91ead8b23929bd443f6fd8b8dbcf6e2 >-SIZE (rubygem/metasploit_payloads-mettle-1.0.20.gem) = 22783488 >+TIMESTAMP = 1704421145 >+SHA256 (rubygem/metasploit_payloads-mettle-1.0.26.gem) = 75c88b7ae55a0d68719f12b42f346072b5df11b80b72504d1a88117eebaaf9e2 >+SIZE (rubygem/metasploit_payloads-mettle-1.0.26.gem) = 23349248 >diff --git a/security/rubygem-nexpose/Makefile b/security/rubygem-nexpose/Makefile >index 78c61d811f3f..89917241a783 100644 >--- a/security/rubygem-nexpose/Makefile >+++ b/security/rubygem-nexpose/Makefile >@@ -3,7 +3,7 @@ PORTVERSION= 7.3.0 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby API to Rapid7 Nexpose vulnerability management > WWW= https://github.com/rapid7/nexpose-client > >diff --git a/security/rubygem-recog/Makefile b/security/rubygem-recog/Makefile >index d3a41044a47a..e9fe738fd09c 100644 >--- a/security/rubygem-recog/Makefile >+++ b/security/rubygem-recog/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= recog >-PORTVERSION= 2.3.23 >+PORTVERSION= 3.1.4 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Framework for fingerprinting products > WWW= https://github.com/rapid7/recog > >@@ -15,11 +15,5 @@ RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri > USES= gem python:env shebangfix > > NO_ARCH= yes >-SHEBANG_FILES= update_cpes.py .vscode/bin/monitor-recog-fingerprints.sh >-PLIST_FILES= bin/recog_cleanup \ >- bin/recog_export \ >- bin/recog_match \ >- bin/recog_standardize \ >- bin/recog_verify > > .include <bsd.port.mk> >diff --git a/security/rubygem-recog/distinfo b/security/rubygem-recog/distinfo >index 2f452905361b..d144fee45895 100644 >--- a/security/rubygem-recog/distinfo >+++ b/security/rubygem-recog/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1660812945 >-SHA256 (rubygem/recog-2.3.23.gem) = eb3bbde9a4ff84bb6feaab1f69a5dcab5469715e945419f6826895503844b82b >-SIZE (rubygem/recog-2.3.23.gem) = 392704 >+TIMESTAMP = 1704421155 >+SHA256 (rubygem/recog-3.1.4.gem) = 339c4e6a8497fd0175aeb89d8c2e34b398eab6840d2a54d1fb6f3f569f4d35a9 >+SIZE (rubygem/recog-3.1.4.gem) = 375808 >diff --git a/security/rubygem-rex-arch/Makefile b/security/rubygem-rex-arch/Makefile >index 516a4a1b87dd..521464c9accd 100644 >--- a/security/rubygem-rex-arch/Makefile >+++ b/security/rubygem-rex-arch/Makefile >@@ -3,7 +3,7 @@ PORTVERSION= 0.1.14 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) library with architecture specific information > WWW= https://github.com/rapid7/rex-arch > >diff --git a/security/rubygem-rex-bin_tools/Makefile b/security/rubygem-rex-bin_tools/Makefile >index 60db7343ee08..95bb0f1da023 100644 >--- a/security/rubygem-rex-bin_tools/Makefile >+++ b/security/rubygem-rex-bin_tools/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-bin_tools >-PORTVERSION= 0.1.8 >+PORTVERSION= 0.1.9 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) Library for Binary Manipulation > WWW= https://github.com/rapid7/rex-bin_tools > >diff --git a/security/rubygem-rex-bin_tools/distinfo b/security/rubygem-rex-bin_tools/distinfo >index 40fe535a79ca..f048ea4fdb50 100644 >--- a/security/rubygem-rex-bin_tools/distinfo >+++ b/security/rubygem-rex-bin_tools/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1632166799 >-SHA256 (rubygem/rex-bin_tools-0.1.8.gem) = f2e13761500d03c445bee90e28457711aeaddf065882992e94ad47f50114b95c >-SIZE (rubygem/rex-bin_tools-0.1.8.gem) = 81920 >+TIMESTAMP = 1704421178 >+SHA256 (rubygem/rex-bin_tools-0.1.9.gem) = b770aa9f9b18a6f5a1549500114bf5df4543d3eb2ec980ab99a911f0d296b341 >+SIZE (rubygem/rex-bin_tools-0.1.9.gem) = 82432 >diff --git a/security/rubygem-rex-core/Makefile b/security/rubygem-rex-core/Makefile >index f77aa8a2a4ff..030c8f2fdaa8 100644 >--- a/security/rubygem-rex-core/Makefile >+++ b/security/rubygem-rex-core/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-core >-PORTVERSION= 0.1.30 >+PORTVERSION= 0.1.31 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Core libraries required for the Ruby Exploitation (Rex) Suite > WWW= https://github.com/rapid7/rex-core > >diff --git a/security/rubygem-rex-core/distinfo b/security/rubygem-rex-core/distinfo >index 11ccb916804f..6c02b9571ba7 100644 >--- a/security/rubygem-rex-core/distinfo >+++ b/security/rubygem-rex-core/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1677077909 >-SHA256 (rubygem/rex-core-0.1.30.gem) = 66ba1d5667257174a28f92ecb8ceda8fa71ce13595a36be12e85128066334fb6 >-SIZE (rubygem/rex-core-0.1.30.gem) = 32256 >+TIMESTAMP = 1704421192 >+SHA256 (rubygem/rex-core-0.1.31.gem) = fa77404cfca2fc945fcddb250edb440757c713b04766d4f24b5dcc1b5df8ae68 >+SIZE (rubygem/rex-core-0.1.31.gem) = 32256 >diff --git a/security/rubygem-rex-encoder/Makefile b/security/rubygem-rex-encoder/Makefile >index ea1e57d49989..8cdfa3272502 100644 >--- a/security/rubygem-rex-encoder/Makefile >+++ b/security/rubygem-rex-encoder/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-encoder >-PORTVERSION= 0.1.6 >+PORTVERSION= 0.1.7 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) library for various polymorphic encoders > WWW= https://github.com/rapid7/rex-encoder > >diff --git a/security/rubygem-rex-encoder/distinfo b/security/rubygem-rex-encoder/distinfo >index 629b8952ec1b..87eb78cc728c 100644 >--- a/security/rubygem-rex-encoder/distinfo >+++ b/security/rubygem-rex-encoder/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1632167219 >-SHA256 (rubygem/rex-encoder-0.1.6.gem) = 6f5b6da583cc0e821ba74789b91e32b0e562a8f81933629f711d0ebb33f68295 >-SIZE (rubygem/rex-encoder-0.1.6.gem) = 40960 >+TIMESTAMP = 1704421203 >+SHA256 (rubygem/rex-encoder-0.1.7.gem) = 1a8b7927b43d616c778621de572007cac752a332be926037010e574578ed97e6 >+SIZE (rubygem/rex-encoder-0.1.7.gem) = 41472 >diff --git a/security/rubygem-rex-exploitation/Makefile b/security/rubygem-rex-exploitation/Makefile >index da9885420e8b..967e7fb2e94f 100644 >--- a/security/rubygem-rex-exploitation/Makefile >+++ b/security/rubygem-rex-exploitation/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-exploitation >-PORTVERSION= 0.1.37 >+PORTVERSION= 0.1.39 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) library for various exploitation helpers > WWW= https://github.com/rapid7/rex-exploitation > >diff --git a/security/rubygem-rex-exploitation/distinfo b/security/rubygem-rex-exploitation/distinfo >index a96d9fec0c10..d2c46af5aa93 100644 >--- a/security/rubygem-rex-exploitation/distinfo >+++ b/security/rubygem-rex-exploitation/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1677077954 >-SHA256 (rubygem/rex-exploitation-0.1.37.gem) = ab790f6ce79b2ea6f65a59eb5697547081767beb643382de9e46b3aebb8ecc95 >-SIZE (rubygem/rex-exploitation-0.1.37.gem) = 79872 >+TIMESTAMP = 1704421212 >+SHA256 (rubygem/rex-exploitation-0.1.39.gem) = 70cb461fe562641a87c9ad815283c5e7d299db97b21460308ceb5498fe3fb9dd >+SIZE (rubygem/rex-exploitation-0.1.39.gem) = 80384 >diff --git a/security/rubygem-rex-java/Makefile b/security/rubygem-rex-java/Makefile >index 73ea74b11953..4b1b42326485 100644 >--- a/security/rubygem-rex-java/Makefile >+++ b/security/rubygem-rex-java/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-java >-PORTVERSION= 0.1.6 >+PORTVERSION= 0.1.7 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) library for parsing Java serialized streams > WWW= https://github.com/rapid7/rex-java > >diff --git a/security/rubygem-rex-java/distinfo b/security/rubygem-rex-java/distinfo >index e25b6ac1ee8d..3904ae341626 100644 >--- a/security/rubygem-rex-java/distinfo >+++ b/security/rubygem-rex-java/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1609090388 >-SHA256 (rubygem/rex-java-0.1.6.gem) = dab7a4512d4757a88efa86627e8dc5eb80100d554950031f0fc513198f6c1d3d >-SIZE (rubygem/rex-java-0.1.6.gem) = 22528 >+TIMESTAMP = 1704421222 >+SHA256 (rubygem/rex-java-0.1.7.gem) = 772d6f4c1ff7fc9eb92fd88bf41d4ab58b937493ebeb69b156895bdc03a6d8fa >+SIZE (rubygem/rex-java-0.1.7.gem) = 23040 >diff --git a/security/rubygem-rex-mime/Makefile b/security/rubygem-rex-mime/Makefile >index 2def07a2fc40..b4e85f407bd5 100644 >--- a/security/rubygem-rex-mime/Makefile >+++ b/security/rubygem-rex-mime/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-mime >-PORTVERSION= 0.1.7 >+PORTVERSION= 0.1.8 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) methods for creating and parsing MIME messages > WWW= https://github.com/rapid7/rex-mime > >diff --git a/security/rubygem-rex-mime/distinfo b/security/rubygem-rex-mime/distinfo >index bba803e66aec..d3a349704d31 100644 >--- a/security/rubygem-rex-mime/distinfo >+++ b/security/rubygem-rex-mime/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1660813064 >-SHA256 (rubygem/rex-mime-0.1.7.gem) = 4a5a2071962d6697301dc6e5565af1d574c49f284646657000862b8b62691703 >-SIZE (rubygem/rex-mime-0.1.7.gem) = 16384 >+TIMESTAMP = 1704421232 >+SHA256 (rubygem/rex-mime-0.1.8.gem) = 63a54452a07a16c2c30eafb828ecd183ad20442b42185af93fd2cce75bec223e >+SIZE (rubygem/rex-mime-0.1.8.gem) = 16384 >diff --git a/security/rubygem-rex-nop/Makefile b/security/rubygem-rex-nop/Makefile >index 1ffb3ef588cc..26b21fd06667 100644 >--- a/security/rubygem-rex-nop/Makefile >+++ b/security/rubygem-rex-nop/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-nop >-PORTVERSION= 0.1.2 >+PORTVERSION= 0.1.3 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) library for NOP generation > WWW= https://github.com/rapid7/rex-nop > >diff --git a/security/rubygem-rex-nop/distinfo b/security/rubygem-rex-nop/distinfo >index e7f346db565f..283398c3f2d0 100644 >--- a/security/rubygem-rex-nop/distinfo >+++ b/security/rubygem-rex-nop/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1609090690 >-SHA256 (rubygem/rex-nop-0.1.2.gem) = 22d19c7f96e976907668f6002a43f21d59e7d10ba76669daa4c528a5eaab547a >-SIZE (rubygem/rex-nop-0.1.2.gem) = 27648 >+TIMESTAMP = 1704421243 >+SHA256 (rubygem/rex-nop-0.1.3.gem) = 1e66cc7e9457e957be2770a588b8ca79f3065070c2ad0c7f0482abb27fab5bed >+SIZE (rubygem/rex-nop-0.1.3.gem) = 27648 >diff --git a/security/rubygem-rex-ole/Makefile b/security/rubygem-rex-ole/Makefile >index 30468ae58811..2f686439ee6a 100644 >--- a/security/rubygem-rex-ole/Makefile >+++ b/security/rubygem-rex-ole/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-ole >-PORTVERSION= 0.1.7 >+PORTVERSION= 0.1.8 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) library for working with OLE files and streams > WWW= https://github.com/rapid7/rex-ole > >diff --git a/security/rubygem-rex-ole/distinfo b/security/rubygem-rex-ole/distinfo >index 1ef9bb1ce572..754cb9452a4f 100644 >--- a/security/rubygem-rex-ole/distinfo >+++ b/security/rubygem-rex-ole/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1609090789 >-SHA256 (rubygem/rex-ole-0.1.7.gem) = d7e28ac592f992a3e7545f66b9c844bb88e0ae03c67eb2368ee7454a54f09a66 >-SIZE (rubygem/rex-ole-0.1.7.gem) = 26112 >+TIMESTAMP = 1704421251 >+SHA256 (rubygem/rex-ole-0.1.8.gem) = 8632efb6b9dc49d7b5df789aaab772c2132fc99382cfa3dc040d3f20c2c3716d >+SIZE (rubygem/rex-ole-0.1.8.gem) = 26624 >diff --git a/security/rubygem-rex-powershell/Makefile b/security/rubygem-rex-powershell/Makefile >index 9e6c3fb34a53..69a444382a28 100644 >--- a/security/rubygem-rex-powershell/Makefile >+++ b/security/rubygem-rex-powershell/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-powershell >-PORTVERSION= 0.1.97 >+PORTVERSION= 0.1.99 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) library for generating Powershell scripts > WWW= https://github.com/rapid7/rex-powershell > >diff --git a/security/rubygem-rex-powershell/distinfo b/security/rubygem-rex-powershell/distinfo >index dbc85be8e1bd..02b15ce63021 100644 >--- a/security/rubygem-rex-powershell/distinfo >+++ b/security/rubygem-rex-powershell/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1677077992 >-SHA256 (rubygem/rex-powershell-0.1.97.gem) = 1d4c6afaa89962fad1dc101691b382ab9e2151174bbfaaaed529eced2c19dd22 >-SIZE (rubygem/rex-powershell-0.1.97.gem) = 31744 >+TIMESTAMP = 1704421262 >+SHA256 (rubygem/rex-powershell-0.1.99.gem) = 2e99580b43fdb9ab26dbba300911f1f303b3afe59449f5d9e2ac00695de07f4f >+SIZE (rubygem/rex-powershell-0.1.99.gem) = 31744 >diff --git a/security/rubygem-rex-random_identifier/Makefile b/security/rubygem-rex-random_identifier/Makefile >index 8ebf5bfd371d..f4f977fe5783 100644 >--- a/security/rubygem-rex-random_identifier/Makefile >+++ b/security/rubygem-rex-random_identifier/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-random_identifier >-PORTVERSION= 0.1.10 >+PORTVERSION= 0.1.11 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) library for generating Random identifier > WWW= https://github.com/rapid7/rex-random_identifier > >diff --git a/security/rubygem-rex-random_identifier/distinfo b/security/rubygem-rex-random_identifier/distinfo >index 2291df2fc74f..ce26f941d864 100644 >--- a/security/rubygem-rex-random_identifier/distinfo >+++ b/security/rubygem-rex-random_identifier/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1677078031 >-SHA256 (rubygem/rex-random_identifier-0.1.10.gem) = 575e6f99d6440afef27d5b9d270f933cd257c01906735d78c0904a426cfaed85 >-SIZE (rubygem/rex-random_identifier-0.1.10.gem) = 17408 >+TIMESTAMP = 1704421277 >+SHA256 (rubygem/rex-random_identifier-0.1.11.gem) = 0cb870f600f02e21f2c11e7d1b064bf07d9a60d0e86f50ae6f2aef0e5c01ace3 >+SIZE (rubygem/rex-random_identifier-0.1.11.gem) = 17920 >diff --git a/security/rubygem-rex-registry/Makefile b/security/rubygem-rex-registry/Makefile >index c428495905eb..d1906ea8f8af 100644 >--- a/security/rubygem-rex-registry/Makefile >+++ b/security/rubygem-rex-registry/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-registry >-PORTVERSION= 0.1.4 >+PORTVERSION= 0.1.5 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) library for parsing offline registry files > WWW= https://github.com/rapid7/rex-registry > >diff --git a/security/rubygem-rex-registry/distinfo b/security/rubygem-rex-registry/distinfo >index cff7fdf3e0d4..1775b55c8c9d 100644 >--- a/security/rubygem-rex-registry/distinfo >+++ b/security/rubygem-rex-registry/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1609091327 >-SHA256 (rubygem/rex-registry-0.1.4.gem) = 3bb461b8c54b352e56c2f56213e7b3e863e7d64e648b2201cc59131819946625 >-SIZE (rubygem/rex-registry-0.1.4.gem) = 16384 >+TIMESTAMP = 1704421288 >+SHA256 (rubygem/rex-registry-0.1.5.gem) = c268417b58b8be7e6e62f8bfe598e37bdfce6f76ced1d64b3b65213a29d06ce9 >+SIZE (rubygem/rex-registry-0.1.5.gem) = 16896 >diff --git a/security/rubygem-rex-rop_builder/Makefile b/security/rubygem-rex-rop_builder/Makefile >index 637d55f645e6..e79c4b4f766e 100644 >--- a/security/rubygem-rex-rop_builder/Makefile >+++ b/security/rubygem-rex-rop_builder/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-rop_builder >-PORTVERSION= 0.1.4 >+PORTVERSION= 0.1.5 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) library for building ROP chains > WWW= https://github.com/rapid7/rex-rop_builder > >diff --git a/security/rubygem-rex-rop_builder/distinfo b/security/rubygem-rex-rop_builder/distinfo >index 44f20f7c0869..27b00ba235b0 100644 >--- a/security/rubygem-rex-rop_builder/distinfo >+++ b/security/rubygem-rex-rop_builder/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1609093854 >-SHA256 (rubygem/rex-rop_builder-0.1.4.gem) = 72bf0629b2c27e98e2c2740aca83c123c05fde455d1a66fbd806b13970b75e6b >-SIZE (rubygem/rex-rop_builder-0.1.4.gem) = 17920 >+TIMESTAMP = 1704421296 >+SHA256 (rubygem/rex-rop_builder-0.1.5.gem) = b425f747235c66add7238ea84f2e0361930e7c62528169850e787dafb54e6cbd >+SIZE (rubygem/rex-rop_builder-0.1.5.gem) = 17920 >diff --git a/security/rubygem-rex-socket/Makefile b/security/rubygem-rex-socket/Makefile >index 723a66fb9aae..345796aa9f16 100644 >--- a/security/rubygem-rex-socket/Makefile >+++ b/security/rubygem-rex-socket/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-socket >-PORTVERSION= 0.1.47 >+PORTVERSION= 0.1.55 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) socket abstraction library > WWW= https://github.com/rapid7/rex-socket > >diff --git a/security/rubygem-rex-socket/distinfo b/security/rubygem-rex-socket/distinfo >index 713ed508d5eb..60e095b4187a 100644 >--- a/security/rubygem-rex-socket/distinfo >+++ b/security/rubygem-rex-socket/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1677078057 >-SHA256 (rubygem/rex-socket-0.1.47.gem) = 92cb840cd19ee68403b1b962e6b1f7e99b1f4fc74dab5e882fbdfc0822ea450b >-SIZE (rubygem/rex-socket-0.1.47.gem) = 43008 >+TIMESTAMP = 1704421304 >+SHA256 (rubygem/rex-socket-0.1.55.gem) = 435a43b8b46097a117a57db90b107fc4201d5b9fd19884b58616ee4802764863 >+SIZE (rubygem/rex-socket-0.1.55.gem) = 44032 >diff --git a/security/rubygem-rex-sslscan/Makefile b/security/rubygem-rex-sslscan/Makefile >index e1ea2c5c4348..50d36a0e560d 100644 >--- a/security/rubygem-rex-sslscan/Makefile >+++ b/security/rubygem-rex-sslscan/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-sslscan >-PORTVERSION= 0.1.9 >+PORTVERSION= 0.1.10 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) library for scanning SSL/TLS capabilities > WWW= https://github.com/rapid7/rex-sslscan > >diff --git a/security/rubygem-rex-sslscan/distinfo b/security/rubygem-rex-sslscan/distinfo >index 83702be6bb24..45202558fb78 100644 >--- a/security/rubygem-rex-sslscan/distinfo >+++ b/security/rubygem-rex-sslscan/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1677078082 >-SHA256 (rubygem/rex-sslscan-0.1.9.gem) = 81928a0bd4f3a4c32e5da488b4420e2c400eba6079d39e63dab3f1567553fc51 >-SIZE (rubygem/rex-sslscan-0.1.9.gem) = 18432 >+TIMESTAMP = 1704421315 >+SHA256 (rubygem/rex-sslscan-0.1.10.gem) = 8e4a70f5b5a2a659fcb497d526899061cc66661d7e4a6a80e03ebccb65fa8c5e >+SIZE (rubygem/rex-sslscan-0.1.10.gem) = 18432 >diff --git a/security/rubygem-rex-struct2/Makefile b/security/rubygem-rex-struct2/Makefile >index 20d28eb4c779..f00fb3e246fd 100644 >--- a/security/rubygem-rex-struct2/Makefile >+++ b/security/rubygem-rex-struct2/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-struct2 >-PORTVERSION= 0.1.3 >+PORTVERSION= 0.1.4 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) library for creating and using C-like structs > WWW= https://github.com/rapid7/rex-struct2 > >diff --git a/security/rubygem-rex-struct2/distinfo b/security/rubygem-rex-struct2/distinfo >index 6d99a400bec7..760a4e49cb80 100644 >--- a/security/rubygem-rex-struct2/distinfo >+++ b/security/rubygem-rex-struct2/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1609094397 >-SHA256 (rubygem/rex-struct2-0.1.3.gem) = 9678a8e12afb5c9e8d8aaf1c3680ced7377f14af3ac2830a6d252559caf6e8c2 >-SIZE (rubygem/rex-struct2-0.1.3.gem) = 18432 >+TIMESTAMP = 1704421326 >+SHA256 (rubygem/rex-struct2-0.1.4.gem) = 9fe9aa23b3bbc0a236bc1679103cd536ac973301c6a4709fa54d85ca6275cadc >+SIZE (rubygem/rex-struct2-0.1.4.gem) = 18432 >diff --git a/security/rubygem-rex-text/Makefile b/security/rubygem-rex-text/Makefile >index 844fd933c2d3..e44fe8ad97bd 100644 >--- a/security/rubygem-rex-text/Makefile >+++ b/security/rubygem-rex-text/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-text >-PORTVERSION= 0.2.49 >+PORTVERSION= 0.2.55 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) methods for text manipulation and generation > WWW= https://github.com/rapid7/rex-text > >diff --git a/security/rubygem-rex-text/distinfo b/security/rubygem-rex-text/distinfo >index 1dc502209465..dae8cb7e2537 100644 >--- a/security/rubygem-rex-text/distinfo >+++ b/security/rubygem-rex-text/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1677078107 >-SHA256 (rubygem/rex-text-0.2.49.gem) = 1db0941cd1f3b7f95138150ff57c424eec44481a2a75570111287d2c1fc64568 >-SIZE (rubygem/rex-text-0.2.49.gem) = 50176 >+TIMESTAMP = 1704421333 >+SHA256 (rubygem/rex-text-0.2.55.gem) = 80c43ae4daf0d2ea253ecbd3a3c195bb079ea8bd7887de6825c5a85ef79e36ba >+SIZE (rubygem/rex-text-0.2.55.gem) = 48640 >diff --git a/security/rubygem-rex-zip/Makefile b/security/rubygem-rex-zip/Makefile >index 2aa6814077a6..814c6e913afc 100644 >--- a/security/rubygem-rex-zip/Makefile >+++ b/security/rubygem-rex-zip/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= rex-zip >-PORTVERSION= 0.1.4 >+PORTVERSION= 0.1.5 > CATEGORIES= security rubygems > MASTER_SITES= RG > >-MAINTAINER= antoine@FreeBSD.org >+MAINTAINER= tanawts@gmail.com > COMMENT= Ruby Exploitation(Rex) library for working with zip and related files > WWW= https://github.com/rapid7/rex-zip > >diff --git a/security/rubygem-rex-zip/distinfo b/security/rubygem-rex-zip/distinfo >index 1e95e47cae16..1cbb08a0c0c2 100644 >--- a/security/rubygem-rex-zip/distinfo >+++ b/security/rubygem-rex-zip/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1609094571 >-SHA256 (rubygem/rex-zip-0.1.4.gem) = 126f064412c36ce5536e44523bfbbb6767e71eb03b99b355de66a6dac823f52b >-SIZE (rubygem/rex-zip-0.1.4.gem) = 23040 >+TIMESTAMP = 1704421337 >+SHA256 (rubygem/rex-zip-0.1.5.gem) = 4dc385e926b5c00d7ecfc433d6ce1d9e919a27a56dac7b7ab92936dbe8585296 >+SIZE (rubygem/rex-zip-0.1.5.gem) = 23040 >-- >2.42.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 276006
:
247455
| 247456