Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.29_1 04 Aug 2024 12:51:01 |
Rene Ladan (rene) |
databases/mongodb44: Remove expired port
2024-07-31 databases/mongodb44: EOL as of February 2024,
https://www.mongodb.com/legal/support-policy/lifecycles |
4.4.29_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
4.4.29 29 Jun 2024 05:02:34 |
Jason E. Hale (jhale) |
*/*: Add ${PY_SETUPTOOLS} to BUILD_DEPENDS
Fix build when setuptools is removed from RUN_DEPENDS in
Mk/Uses/python.mk.
PR: 270510
Approved by: portmgr (blanket) |
4.4.29 20 Mar 2024 20:51:49 |
Ronald Klop (ronald) |
databases/mongodb44: deprecate
End of Life as of February 2024
https://www.mongodb.com/legal/support-policy/lifecycles |
4.4.29 20 Mar 2024 20:02:37 |
Ronald Klop (ronald) |
databases/mongodb44: update to 4.4.29
changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.29---february-28--2024
Security: CVE-2024-1351 Improper Certificate Validation |
4.4.28 25 Jan 2024 08:41:06 |
Ronald Klop (ronald) |
databases/mongodb44: update to 4.4.28
Changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.28---jan-18--2023
- version bump
- poudriere stage-qa: ok (aarch64) |
4.4.27 09 Jan 2024 08:38:09 |
Ronald Klop (ronald) |
databases/mongodb44: update to 4.4.27
changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.27---jan-3--2023
https://www.mongodb.com/docs/manual/release-notes/4.4-changelog/#4.4.27-changelog
Remove enterprise modules from the build. Just build the community edition. This
is something new in this version. This is not mentioned in the release notes but
the build failed with unhandled dependencies.
[00:02:07] configuring module: enterprise
[00:02:07] Checking for C++ header file net-snmp/net-snmp-config.h... no
[00:02:08] Could not find <net-snmp/net-snmp-config.h>, required for enterprise
build.
[00:02:08] See
/wrkdirs/usr/ports/databases/mongodb44/work/mongodb-src-r4.4.27/build/scons/config.log
for details
[00:02:09] ===> Compilation failed unexpectedly.
Enterprise modules consist of:
> ls
/usr/ports/databases/mongodb44/work/mongodb-src-r4.4.27/src/mongo/db/modules/enterprise/src/
audit fle inmemory ldap queryable
scripts snmp
encryptdb hot_backups kerberos mongohouse sasl
search util
Bump version.
Poudriere stage-qa: ok (aarch64) |
4.4.26 12 Dec 2023 15:58:38 |
Ronald Klop (ronald) |
databases/mongodb44: update to 4.4.26
changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.26---nov-27--2023
poudriere stage-qa: ok (on aarch64) |
4.4.25 03 Oct 2023 07:38:11 |
Ronald Klop (ronald) |
databases/mongodb44: update to 4.4.25
Changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.25---sep-29--2023
version bump
poudriere stage-qa: ok |
4.4.24 31 Aug 2023 13:43:04 |
Ronald Klop (ronald) |
databases/mongodb44: update to 4.4.24
Changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.24---aug-23--2023
version bump
remove unneeded USE_CXXSTD=c++14 from previous commit, this builds fine on
llvm16
poudriere stage-qa: ok |
4.4.23 06 Aug 2023 18:30:38 |
Muhammad Moinur Rahman (bofh) |
databases/mongodb44: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
4.4.23 30 Jul 2023 20:57:08 |
Ronald Klop (ronald) |
databases/mongodb44: make support for ARMv8.0-A optional
no-op commit; default is still enabled
Why? Upstream removed support for non-LSE ARM CPUs because of possible
corruption on high concurrent load.
Quite some people (including me) use this on RPI4 with net-mgmt/unifi7 and one
WiFi dish. This is not a 'high concurrent load' and works fine.
By making this CPU optional I hope to support both types of usage. |
4.4.23 30 Jul 2023 20:57:07 |
Ronald Klop (ronald) |
databases/mongodb44: style
pet portlint and portclippy by reordering some fields
fix typo in pkg-message |
4.4.23 24 Jul 2023 07:09:48 |
Ronald Klop (ronald) |
databases/mongodb44: upgrade to 4.4.23
Changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.23---jul-13--2023
* trivial version bump
* poudriere stage-qa: ok |
4.4.22 30 Jun 2023 22:16:02 |
Ronald Klop (ronald) |
databases/mongodb44: enable build for Raspberry Pi
Upstream stopt supporting non-LSE ARM cpus (read RPI).
See: https://jira.mongodb.org/browse/SERVER-71772
For POLA I still enable this for the Q3 branch.
PR: 272294 |
4.4.22 30 Jun 2023 20:27:15 |
Ronald Klop (ronald) |
databases/mongodb44: fix build with llvm16
_HAS_AUTO_PTR_ETC=0 fixes:
In file included from src/third_party/boost-1.70.0/boost/functional/hash.hpp:6:
src/third_party/boost-1.70.0/boost/container_hash/hash.hpp:130:33: error: no
template named 'unary_function' in namespace 'std'; did you mean
'__unary_function'?
struct hash_base : std::unary_function<T, std::size_t> {};
~~~~~^~~~~~~~~~~~~~
__unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function'
declared here
using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
And "#if 1" fixes:
In file included from src/third_party/boost-1.70.0/boost/mpl/integral_c.hpp:32:
src/third_party/boost-1.70.0/boost/mpl/aux_/integral_wrapper.hpp:73:31: error:
integer value -1 is outside the valid range of values [0, 3] for the enumeration
type 'lock_access_mode' [-Wenum-constexpr-conversion]
typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE,
(value - 1)) ) prior;
PR: 272295 |
4.4.22 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.4.22 08 Jun 2023 08:25:59 |
Ronald Klop (ronald) |
databases/mongodb44: update to 4.4.22
trivial version bump
poudriere stage-qa: ok
Changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.22---may-18--2023 |
4.4.21 02 May 2023 20:13:09 |
Ronald Klop (ronald) |
databases/mongodb44: update to 4.4.21
changelog: https://www.mongodb.com/docs/manual/release-notes/4.4/ |
4.4.20 16 Apr 2023 22:29:33 |
Ronald Klop (ronald) |
databases/mongodb44: update to 4.4.20
changelog:
https://www.mongodb.com/docs/manual/release-notes/4.4/
Please read the release notes: Some past releases have critical issues.
Followed an upstream chagne in mongod.conf about removal of 2 settings. See
UPDATING. |
4.4.18 26 Nov 2022 20:38:26 |
Ronald Klop (ronald) |
Change maintainer of the remainder of my ports to my new @FreeBSD.org address.
Approved by: pkubaj (mentor)
Differential Revision: https://reviews.freebsd.org/D37495 |
4.4.18 24 Nov 2022 07:53:35 |
Ronald Klop (ronald) |
databases/mongodb44: update to 4.4.18
Summary:
Changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.18---nov-21--2022
* Use llvm-ar instead of binutils/ar.
Approved by: pkubaj (mentor)
Differential Revision: https://reviews.freebsd.org/D37481 |
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) |
4.4.16 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 ) |
4.4.16 27 Aug 2022 02:19:45 |
Neel Chauhan (nc) Author: Ronald Klop |
databases/mongodb44: Update to 4.4.16
Changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.16---aug-19--2022
PR: 266045 |
4.4.13 29 Jun 2022 15:57:40 |
Stefan Eßer (se) |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
4.4.13 07 Mar 2022 21:53:00 |
Guangyuan Yang (ygy) Author: Ronald Klop |
databases/mongodb44: Update to 4.4.13
Changelog: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.13-changelog
PR: 262376 |
4.4.12 23 Jan 2022 01:58:04 |
Guangyuan Yang (ygy) Author: Ronald Klop |
databases/mongodb44: Update to 4.4.12
Changelog: https://docs.mongodb.com/manual/release-notes/4.4/#4.4.12---jan-21--2022
PR: 261406 |
4.4.11 29 Dec 2021 22:08:25 |
Guangyuan Yang (ygy) Author: Ronald Klop |
databases/mongodb44: Update to 4.4.11
Changelog: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#std-label-4.4.11-changelog
PR: 260804 |
4.4.10 29 Oct 2021 16:44:14 |
Neel Chauhan (nc) Author: Ronald Klop |
databases/mongodb44: Update to 4.4.10
Changes:
https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.10-changelog
PR: 259514 |
4.4.9 25 Oct 2021 12:58:29 |
Alexey Dokuchaev (danfe) |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
4.4.9 25 Oct 2021 07:12:07 |
Yasuhiro Kimura (yasu) Author: Ronald Klop |
databases/mongodb44: Update to 4.4.9
* Update CONFLICTS_INSTALL
* Enable LSE atomics on 14-CURRENT aarch64
ChangeLog: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.9-changelog
PR: 258687
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32374 |
4.4.8 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
4.4.8 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
4.4.8 03 Sep 2021 13:01:58 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop or unreferenced variables
- Add missing ports to the build
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
4.4.8 27 Aug 2021 12:25:29 |
Mikael Urankar (mikael) Author: Ronald Klop |
databases/mongodb44: Fix crash on aarch64
- Disable LTO on aarch64/14-current (clang12 is crashing)
- Limit the portscout check to 4.4.x
PR: 257765 |
4.4.8 09 Aug 2021 04:54:30 |
Guangyuan Yang (ygy) Author: Ronald Klop |
databases/mongodb44: Update to 4.4.8
Changelog: https://docs.mongodb.com/manual/release-notes/4.4/#4.4.8---aug-4--2021
PR: 257688
MFH: 2021Q3 (bugfix release) |
4.4.7 26 Jul 2021 07:26:39 |
Guangyuan Yang (ygy) Author: Ronald Klop |
databases/mongodb44: Update to 4.4.7
- Add a fix for compilation on aarch64 on 14-CURRENT/clang 12.
See: https://lists.freebsd.org/archives/freebsd-ports/2021-July/000431.html
Changelog: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.7-changelog
PR: 257393
Approved by: lwhsu (mentor, implicit) |
4.4.6 11 May 2021 15:12:45 |
Neel Chauhan (nc) Author: Ronald Klop |
databases/mongodb44: Update to 4.4.6
Changes:
https://docs.mongodb.com/manual/release-notes/4.4-changelog/#std-label-4.4.6-changelog
PR: 255792 |
4.4.5 08 Apr 2021 20:00:16 |
Kevin Bowling (kbowling) |
databases/mongodb44: Update to 4.4.5
Changelog https://docs.mongodb.com/manual/release-notes/4.4/#4.4.5---apr-8--2021
PR: 254892
Approved by: Ronald Klop <ronald-lists@klop.ws> (maintainer) |
4.4.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.4.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.4.4 18 Feb 2021 19:17:33 |
nc |
databases/mongodb44: Update to 4.4.4
Changes: https://docs.mongodb.com/manual/release-notes/4.4/#feb-16-2021
PR: 253618
Submitted by: Ronald Klop <ronald-lists AT klop DOT ws> (maintainer) |
4.4.3_1 15 Feb 2021 15:13:36 |
pkubaj |
databases/mongodb44: add LTO option and make it the default
PR: 222344
Approved by: ronald-lists@klop.ws (maintainer) |
4.4.3 21 Jan 2021 06:19:09 |
pi |
databases/mongodb44: update 4.4.2 -> 4.4.3
- Remove conflict with mongo-cxx-driver, gone in ports r559941
PR: 252436
Submitted by: Ronald Klop <ronald-lists@klop.ws> (maintainer)
Relnotes: https://docs.mongodb.com/manual/release-notes/4.4/#jan-4-2021 |
4.4.2 13 Jan 2021 21:12:43 |
pkubaj |
Add powerpc64le to ONLY_FOR_ARCHS_REASON and remove redundant "". |
4.4.2 10 Jan 2021 19:32:24 |
rene |
Remove empty PY_TYPING from ports using Python 3.6+
Leave out textproc/py-sphinx[18] for now. |
4.4.2 28 Nov 2020 18:20:37 |
fernape |
databases/mongodb44: Update to 4.4.2
ChangeLog: https://docs.mongodb.com/manual/release-notes/4.4/#nov-18-2020
PR: 251421
Submitted by: ronald-lists@klop.ws (maintainer) |
4.4.1 25 Nov 2020 14:43:01 |
pkubaj |
databases/mongodb44: fix build on powerpc64le
PR: 251375
Approved by: ronald-lists@klop.ws (maintainer) |
4.4.1 13 Oct 2020 02:08:26 |
linimon |
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket) |
4.4.1 15 Sep 2020 02:36:35 |
vanilla |
Update to 4.4.1.
PR: 249309
Submitted by: maintainer |
4.4.0 04 Aug 2020 03:15:27 |
lwhsu |
Update to 4.4.0
PR: 248370
Submitted by: Ronald Klop <ronald-lists@klop.ws> (maintainer) |
4.4.0.r14 25 Jul 2020 14:49:14 |
mikael |
databases/mongodb44: Update to 4.4.0-rc14
PR: 248262
Submitted by: Ronald Klop (maintainer) |
4.4.0.r11 01 Jul 2020 22:59:25 |
joneum |
Update to -rc11
PR: 247661
Submitted by: Ronald Klop <ronald-lists@klop.ws> (maintainer)
Sponsored by: Netzkommune GmbH |
4.4.0.r9 27 Jun 2020 06:40:52 |
pi |
New port: databases/mongodb44
Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.
WWW: https://www.mongodb.com/
PR: 247393
Submitted by: Ronald Klop <ronald-lists@klop.ws> |