Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.4.7_4 09 Aug 2024 06:24:08 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
6.4.7_3 03 Jul 2024 08:29:54 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
6.4.7_2 15 Jun 2024 09:52:17 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
6.4.7_1 13 May 2024 17:56:04 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
6.4.7 08 May 2024 20:23:56 |
Antoine Brodin (antoine) |
security/metasploit: update to 6.4.7
PR: 278720 |
6.3.50_4 03 May 2024 15:31:33 |
Lorenzo Salvadore (salvadore) Author: Tanawts |
security/metasploit: Fix crash at start
Fix crash at start due to issues with dependencies:
Could not find compatible versions
Because every version of sinatra depends on rack >= 3.0.0, < 4
and every version of thin depends on rack >= 1, < 3,
every version of sinatra is incompatible with thin >= 0.
And because every version of metasploit-framework depends on thin >= 0,
every version of sinatra is incompatible with metasploit-framework >= 0.
So, because every version of metasploit-framework depends on sinatra >= 0
and Gemfile depends on metasploit-framework >= 0,
version solving has failed.
PR: 278534
Reported by: d0wq92 <dimoj30024@picdv.com> |
6.3.50_3 15 Apr 2024 08:20:04 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
6.3.50_2 24 Mar 2024 14:29:00 |
Muhammad Moinur Rahman (bofh) |
lang/go: Change DEFAULT to 1.21
PR: 277776
Approved by: portmgr (exp-run) |
6.3.50_1 11 Feb 2024 10:39:17 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 276530 |
6.3.50 05 Jan 2024 15:42:09 |
Antoine Brodin (antoine) |
security/metasploit: update to 6.3.50 |
6.2.23_11 05 Jan 2024 10:05:25 |
Antoine Brodin (antoine) |
security/metasploit: fix runtime
PR: 276006
MFH: 2024Q1 |
6.2.23_10 07 Dec 2023 02:22:10 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 274405 |
6.2.23_9 08 Sep 2023 14:34:56 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go* update |
6.2.23_8 04 Aug 2023 14:24:50 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
6.2.23_7 08 Apr 2023 15:13:25 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
6.2.23_6 09 Mar 2023 19:18:07 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go ports update |
6.2.23_5 22 Feb 2023 15:25:18 |
Antoine Brodin (antoine) |
security/metasploit: fix dependencies |
6.2.23_4 15 Feb 2023 19:06:01 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
6.2.23_3 09 Feb 2023 21:55:23 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after GO_DEFAULT update. |
6.2.23_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 |
6.2.23_2 14 Jan 2023 11:31:17 |
Dmitri Goutnik (dmgk) |
all: Bump PORTVERSION after lang/go{118,119} update |
6.2.23_1 11 Dec 2022 11:17:27 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
6.2.23 26 Oct 2022 12:36:07 |
Nuno Teixeira (eduardo) Author: Tanawts |
security/metasploit: Update to 6.2.23
ChangeLog:
https://github.com/rapid7/metasploit-framework/compare/6.1.24...6.2.23
PR: 266977
Reported by: yonas.yanfa@gmail.com |
6.1.24_7 06 Oct 2022 19:24:26 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
6.1.24_6 08 Sep 2022 16:33:18 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
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) |
6.1.24_5 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 ) |
6.1.24_5 18 Aug 2022 09:52:35 |
Antoine Brodin (antoine) |
security/metasploit: fix dependencies and runtime |
6.1.24_4 03 Aug 2022 21:35:13 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
6.1.24_3 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
6.1.24_3 14 Jul 2022 12:46:05 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{117,118} update |
6.1.24_2 07 Jun 2022 21:56:10 |
Dmitri Goutnik (dmgk) |
*/*: Bump port revisons after lang/go{117,118} update |
6.1.24_1 30 Mar 2022 07:01:44 |
Guangyuan Yang (ygy) |
*/*: Bump PORTREVISION after lang/go 1.18 update |
6.1.24 11 Jan 2022 10:39:07 |
Fernando ApesteguÃa (fernape) Author: Marco Beishuizen |
security/metasploit: update to 6.1.24
ChangeLog: https://github.com/rapid7/metasploit-framework/tags
PR: 260959
Reported by: mbeis@xs4all.nl
Approved by: tanawts@gmail.com (maintainer, timeout) |
6.1.12 17 Nov 2021 02:30:35 |
Yasuhiro Kimura (yasu) Author: Marco Beishuizen |
security/metasploit: Update to 6.1.12
While I'm here,
* Switch to DISTVERSION
* Pet portclippy
* Re-format Makefile with portfmt
Changes: https://github.com/rapid7/metasploit-framework/commits/6.1.12
PR: 259550
Approved by: maintainer |
6.1.6_1 21 Sep 2021 19:04:45 |
Antoine Brodin (antoine) |
security/metasploit: fix dependencies |
6.1.6 20 Sep 2021 20:14:08 |
Neel Chauhan (nc) Author: Marco Beishuizen |
security/metasploit: update to 6.1.6
PR: 258569 |
6.0.23 11 Sep 2021 11:55:06 |
Bernhard Froehlich (decke) |
security/metasploit: Add CPE information
Approved by: portmgr (blanket) |
6.0.23 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.0.23 27 Dec 2020 19:58:14 |
antoine |
Update to 6.0.23 |
6.0.0 08 Aug 2020 20:47:13 |
antoine |
Update to 6.0.0 |
5.0.90 24 May 2020 13:06:20 |
antoine |
Update to 5.0.90 |
5.0.79_1 10 May 2020 07:28:20 |
antoine |
Add a missing link |
5.0.79 05 Apr 2020 11:26:52 |
fernape |
security/metasploit: Update rubygem-rex-exploitation dependency
While here, reorder some variables.
PR: 245047
Submitted by: rl+fbsd@ciphron.de
Approved by: tanawts@gmail.com(maintainer, timeout > 1 week) |
5.0.79 09 Mar 2020 20:14:12 |
antoine |
Update to 5.0.79 |
5.0.64 18 Dec 2019 08:42:55 |
antoine |
Update to 5.0.64 |
5.0.54 19 Oct 2019 20:22:37 |
antoine |
Update to 5.0.54 |
5.0.47 14 Sep 2019 19:03:35 |
antoine |
Update to 5.0.47 |
5.0.28_2 31 Aug 2019 07:57:49 |
sunpoet |
Remove outdated RUBY_VER check
With hat: ruby |
5.0.28_2 28 Aug 2019 14:06:56 |
antoine |
Fix runtime after rubygem-sqlite3 upgrade |
5.0.28_1 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 |
5.0.28 08 Jun 2019 13:36:54 |
antoine |
Update to 5.0.28 |
5.0.19 28 Apr 2019 06:22:51 |
antoine |
Update to 5.0.19 |
5.0.13_1 27 Apr 2019 18:28:13 |
sunpoet |
Change RUN_DEPENDS from rubygem-msgpack1 to rubygem-msgpack
- Bump PORTREVISION for dependency change |
5.0.13 24 Mar 2019 15:18:18 |
antoine |
Update to 5.0.13 |
5.0.9 03 Mar 2019 12:03:25 |
antoine |
Update to 5.0.9 |
5.0.5 10 Feb 2019 14:44:46 |
antoine |
Update to 5.0.5 |
4.17.37 27 Jan 2019 21:32:03 |
antoine |
Update to 4.17.37 |
4.17.35 12 Jan 2019 11:49:32 |
antoine |
Update to 4.17.35 |
4.17.32 21 Dec 2018 20:32:04 |
antoine |
Update to 4.17.32 |
4.17.26_1 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 |
4.17.26 24 Nov 2018 09:49:34 |
antoine |
Update to 4.17.26 |
4.17.17 17 Oct 2018 09:13:06 |
antoine |
Update to 4.17.17 |
4.17.14 22 Sep 2018 10:37:56 |
antoine |
Update to 4.17.14 |
4.17.5 11 Aug 2018 12:04:35 |
antoine |
Update to 4.17.5 |
4.16.63_1 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 |
4.16.63 25 Jun 2018 14:09:39 |
antoine |
Update to 4.16.63 |
4.16.60 10 Jun 2018 08:00:36 |
antoine |
Update to 4.16.60 |
4.16.57 21 May 2018 07:35:32 |
antoine |
Update to 4.16.57 |
4.16.51 21 Apr 2018 11:19:13 |
antoine |
Update to 4.16.51 |
4.16.49 08 Apr 2018 08:54:06 |
antoine |
Update to 4.16.49 |
4.16.45 18 Mar 2018 17:47:22 |
antoine |
Update to 4.16.45 |
4.16.43 02 Mar 2018 13:52:42 |
antoine |
Update to 4.16.43 |
4.16.41 28 Feb 2018 15:39:04 |
antoine |
Update to 4.16.41 |
4.16.36 04 Feb 2018 08:25:06 |
antoine |
Update to 4.16.36 |
4.16.32 21 Jan 2018 11:42:22 |
antoine |
Update to 4.16.32 |
4.16.28 31 Dec 2017 16:26:46 |
antoine |
Update to 4.16.28 |
4.16.26 23 Dec 2017 20:43:57 |
antoine |
Update to 4.16.26 |
04 Dec 2017 15:27:29
|
mat |
Add a USES=python:env, that will not add a dependency on Python.
It has the same effect than setting PYTHON_NO_DEPENDS, but in a more
compact way.
Sponsored by: Absolight |
4.16.21 02 Dec 2017 12:21:42 |
antoine |
Update to 4.16.21 |
4.16.15 05 Nov 2017 06:58:25 |
antoine |
Update to 4.16.15 |
4.16.13 29 Oct 2017 07:58:33 |
antoine |
Update to 4.16.13 |
4.16.12 22 Oct 2017 12:32:48 |
antoine |
Update to 4.16.12 |
4.16.10 07 Oct 2017 08:18:17 |
antoine |
Update to 4.16.10 |
4.16.9 30 Sep 2017 08:03:04 |
antoine |
Update to 4.16.9 |
4.16.8 25 Sep 2017 05:56:26 |
antoine |
Update to 4.16.8 |
4.16.6 10 Sep 2017 07:43:37 |
antoine |
Update to 4.16.6 |
4.16.4 03 Sep 2017 09:25:22 |
antoine |
Update to 4.16.4 |
4.16.2 27 Aug 2017 08:55:33 |
antoine |
Update to 4.16.2 |
4.15.5 09 Aug 2017 12:01:10 |
antoine |
Update to 4.15.5 |
4.15.0 13 Jul 2017 21:20:27 |
antoine |
Update to 4.15.0 |
4.14.28 24 Jun 2017 21:29:36 |
antoine |
Update to 4.14.28 |
4.14.25 18 Jun 2017 18:09:17 |
dbn |
qa: add check for NO_ARCH
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,
Changes to ports:
- Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
removed.
- Ports that have elf(5) payloads have had those files added to
NO_ARCH_IGNORE.
- R-cran ports that do not set USES=cran:compiles have NO_ARCH set,
PR: 218976
Reviewed by: antoine, mat
Approved by: portmgr |
4.14.25 11 Jun 2017 12:07:14 |
antoine |
Update to 4.14.25 |
4.14.24 03 Jun 2017 10:30:51 |
antoine |
Update to 4.14.24 |
4.14.22 29 May 2017 11:46:34 |
woodsb02 |
security/metasploit: Update to 4.14.22
PR: 219607
Approved by: tanawts@gmail.com (maintainer) |
4.14.21 21 May 2017 12:13:49 |
antoine |
Update to 4.14.21 |
4.14.16 07 May 2017 11:26:41 |
antoine |
Update to 4.14.16 |
4.14.9 08 Apr 2017 09:22:10 |
antoine |
Update to 4.14.9 |
4.14.2 18 Mar 2017 11:58:56 |
antoine |
Update to 4.14.2 |