Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.30 22 Nov 2024 22:35:58 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.30
changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.30---oct-24--2024
Security: CVE-2024-10921 |
5.0.29 29 Oct 2024 07:52:04 |
Ronald Klop (ronald) |
databases/mongodb50: stick to <= llvm18 on FreeBSD 15
build is broken with llvm19
fixes:
[00:35:47] In file included from
src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src19.cpp:2:
[00:35:48] In file included from
src/third_party/mozjs-60/extract/js/src/jit/MacroAssembler.cpp:7:
[00:35:48] In file included from
src/third_party/mozjs-60/extract/js/src/jit/MacroAssembler-inl.h:10:
[00:35:48] In file included from
src/third_party/mozjs-60/extract/js/src/jit/MacroAssembler.h:14:
[00:35:48] In file included from
src/third_party/mozjs-60/extract/js/src/vm/JSCompartment.h:22:
[00:35:48] In file included from
src/third_party/mozjs-60/extract/js/src/gc/Zone.h:18:
[00:35:48] In file included from
src/third_party/mozjs-60/extract/js/src/vm/Runtime.h:27:
[00:35:48] In file included from
src/third_party/mozjs-60/extract/js/src/frontend/NameCollections.h:13:
[00:35:48] In file included from
src/third_party/mozjs-60/extract/js/src/vm/Stack.h:23:
[00:35:48] In file included from
src/third_party/mozjs-60/extract/js/src/jit/JSJitFrameIter.h:15:
[00:35:48] In file included from
src/third_party/mozjs-60/extract/js/src/vm/JSFunction.h:17:
[00:35:48] In file included from
src/third_party/mozjs-60/extract/js/src/vm/JSScript.h:31:
[00:35:48] In file included from
src/third_party/mozjs-60/extract/js/src/vm/SharedImmutableStringsCache.h:21:
[00:35:48]
src/third_party/mozjs-60/extract/js/src/threading/ExclusiveData.h:124:33: error:
reference to non-static member function must be called
[00:35:48] 124 | : lock_(mozilla::Move(rhs.lock))
[00:35:48] | ~~~~^~~~ |
5.0.29 01 Oct 2024 19:56:57 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.29
Changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.29---sep-30--2024 |
5.0.28_1 27 Sep 2024 13:04:30 |
Ronald Klop (ronald) |
databases/mongodb50: deprecate, EOL from October 2024
See https://www.mongodb.com/legal/support-policy/lifecycles.
Please use databases/mongodb60.
There are no ports dependent upon this port.
See UPDATING for instructions on upgrading. |
5.0.28 10 Jul 2024 09:47:15 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.28 and add do-test
Changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.28---jul-09--2024
do-test:
The port has had situations in which the code compiled, but the
executables did not work. Try to catch this early with make test. |
5.0.27_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 |
5.0.27 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) |
5.0.27 25 Jun 2024 09:39:08 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.27
changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.27---jun-04--2024
- distfiles are not distributed in the "old" way anymore so switch
to github. I couldn't find an official remark about this and my
question on the MongoDB forum is unanswered.
https://www.mongodb.com/community/forums/t/mongodb-5-0-27-is-released/283806/2?u=r_k
NB: mongodb60 and mongodb70 already get the source via github.
- tweak the comment and pkg-descr to use words upstream uses. |
5.0.26_3 19 May 2024 18:12:33 |
Ronald Klop (ronald) Author: Daniel Engberg |
databases/mongodb50: Convert post-patch to EXTRACT_AFTER_ARGS
Saves I/O by not extracting bundled deps
PR: 278758 |
5.0.26_2 25 Apr 2024 11:54:45 |
Ronald Klop (ronald) |
databases/mongodb50: enable non-AVX CPUs by default
By popular demand as this port is used by net-mgmt/unifi8.
I couldn't find any information on the internet that the binary really
does something which requires AVX. For example this discussion:
https://github.com/turnkeylinux/tracker/issues/1724
PR: 277990
Requested by: glebius@ |
5.0.26_1 08 Apr 2024 17:16:25 |
Ronald Klop (ronald) |
databases/mongodb50: turn off LTO
After upgrading snappy 1.1.0 -> 1.2.0, mongodb50 fails to start:
ld-elf.so.1: /usr/local/bin/mongod: Undefined symbol
"_ZN6snappy8CompressEPKcmPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE"
Apparentally turning off LTO fixes this.
PR: 278254 |
5.0.26 28 Mar 2024 08:26:49 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.26
changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.26---mar-26--2024 |
5.0.25 20 Mar 2024 20:04:34 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.25
changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.25---february-28--2024
Security: CVE-2024-1351 Improper Certificate Validation |
5.0.24_1 13 Feb 2024 14:44:22 |
Dima Panov (fluffy) |
devel/boost: bump consumers after library update |
5.0.24 25 Jan 2024 08:41:08 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.24
Changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.24---jan-18--2024
- version bump
- only build the community edition. Skip "enterprise" module. Similar as:
mongodb44 in d68520a06cb2d9
- poudriere stage-qa: ok (aarch64) |
5.0.23 02 Dec 2023 11:01:43 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.23
changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.23---nov-27--2023
version bump
poudriere stage-qa: ok (on aarch64) |
5.0.22 10 Nov 2023 08:56:13 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.22
Changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.22---october-26--2023
version bump
poudriere stage-qa: ok |
5.0.21_1 27 Sep 2023 14:36:30 |
Dima Panov (fluffy) |
devel/boost*: bump all consumers after 1.83.0 |
5.0.21 21 Sep 2023 09:20:37 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.21
Changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.21---september-12--2023
version bump
poudriere stage-qa: ok |
5.0.20 13 Aug 2023 08:15:02 |
Ronald Klop (ronald) |
databases/mongodb50: update 5.0.20
Changes: https://www.mongodb.com/docs/manual/release-notes/5.0/
* trivial version bump
* pet portclippy
* poudriere stage-qa: ok |
5.0.19 24 Jul 2023 07:09:49 |
Ronald Klop (ronald) |
databases/mongodb50: upgrade to 5.0.19
Changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.19---jul-13--2023
* trivial version bump
* poudriere stage-qa: ok |
5.0.18 02 Jul 2023 18:58:49 |
Ronald Klop (ronald) |
databases/mongodb50: fix build with llvm16/clang16
* BOOST_NO_CXX98_FUNCTION_BASE fixes:
In file included from src/third_party/boost/boost/functional/hash.hpp:6:
src/third_party/boost/boost/container_hash/hash.hpp:131: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/boost/mpl/integral_c.hpp:32:
src/third_party/boost/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 |
5.0.18 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> |
5.0.18 08 Jun 2023 08:26:00 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.18
trivial version bump
poudriere stage-qa:ok
Changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.18---may-18--2023 |
5.0.17 02 May 2023 20:15:26 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.17
changelog:
https://www.mongodb.com/docs/manual/release-notes/5.0/ |
5.0.16_1 27 Apr 2023 18:25:55 |
Dima Panov (fluffy) |
*/*: bump all direct Boost cunsumers |
5.0.16 16 Apr 2023 22:17:45 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.16
changelog:
https://www.mongodb.com/docs/manual/release-notes/5.0/
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. |
5.0.14_2 20 Jan 2023 13:15:01 |
Ronald Klop (ronald) |
databases/mongodb50: use in-source boost
Does not compile with new boost 1.81.0 from ports.
PR: 269024
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D38134 |
5.0.14_1 16 Jan 2023 19:32:07 |
Dima Panov (fluffy) |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
5.0.14 03 Jan 2023 12:05:18 |
Ronald Klop (ronald) Author: Borja Marcos |
databases/mongodb50: optionally support pre-AVX CPUs
Upstream defaults to Sandybridge+ CPUs for amd64.
It is reported to still work with older CPUs.
No revision bump as the change does not impact the default build.
PR: 268510
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D37924 |
5.0.14 26 Nov 2022 20:27:29 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.14
Changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.14---nov-21--2022
Approved by: pkubaj (mentor)
Differential Revision: https://reviews.freebsd.org/D37494 |
5.0.13 18 Nov 2022 11:00:46 |
Ronald Klop (ronald) |
databases/mongodb50: update to 5.0.13
changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.13---sep-29--2022
* use llvm-ar instead of binutils ar similar to mongodb60
Test Plan: poudriere stage-qa ok on aarch64/14
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D37384 |
5.0.12 12 Sep 2022 20:01:07 |
Fernando Apesteguía (fernape) Author: Ronald Klop |
databases/mongodb50: update to 5.0.12
ChangeLog:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.12---sep-05--2022
* Add new implicitlyCreateIndex and enforceUniquenessCheck to shardCollection
command
* Add new enforceUniqueness to refineCollectionShardKey command
* Add addl. activation condition for
interruptBeforeProcessingPrePostImageOriginatingOp fail point
* A retry of _configSvrReshardCollection can succeed causing
resharding_coordinator_recovers_abort_decision.js to fail
* A retry of _shardsvrReshardCollection can cause DuplicateKey error
(resharding_nonblocking_coordinator_rebuild.js)
PR: 266293
Reported by: ronald-lists@klop.ws (maintainer) |
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.11 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.11 26 Aug 2022 19:12:20 |
Daniel Engberg (diizzy) Author: Ronald Klop |
databases/mongodb50: Update to 5.0.11
Re-enable LTO on FreeBSD 14 (aarch64) as it now compiles using LLVM 14
Changelog:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.11---aug-19--2022
PR: 266012 |
5.0.10_1 15 Aug 2022 20:27:40 |
Daniel Engberg (diizzy) |
databases/mongodb50: Use more external libraries
Make use of following libraries in tree:
devel/boost-libs
textproc/snowballstemmer
devel/libunwind
devel/yaml-cpp
archivers/zstd
While at it remove mtune option on amd64 as it potentially overrides
CPUTYPE set by ports framework
References:
[1]
https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-db/mongodb/files/mongodb-4.4.1-boost.patch
https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-db/mongodb/files/mongodb-5.0.2-boost-1.79.patch
PR: 265210
Reviewed by: Ronald Klop <ronald-lists@klop.ws> (maintainer) |
5.0.10 31 Jul 2022 15:13:06 |
Nuno Teixeira (eduardo) Author: Ronald Klop |
databases/mongodb50: Update to 5.0.10
ChangeLog: https://www.mongodb.com/docs/manual/release-notes/5.0/
PR: 265531 |
5.0.9 16 Jul 2022 15:11:58 |
Fernando Apesteguía (fernape) Author: Daniel Engberb |
databases/mongodb50: Disable LTO by default.
Building mongo with LTO enabled takes a ridiculously amount of memory
(32GB in amd64).
Disable -ggdb so memory requirements don't sky rocket (around 10-12GB)
PR: 264340
Reported by: ulassayginim@gmail.com
Approved by: ronald-lists@klop.ws (maintainer) |
5.0.9 29 Jun 2022 15:57:40 |
Stefan Eßer (se) |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
5.0.9 17 Jun 2022 05:27:06 |
Fernando Apesteguía (fernape) Author: Ronald Klop |
databases/mongodb50: Update to 5.0.9
ChangeLog: https://github.com/mongodb/mongo/releases/tag/r5.0.9
* Remove limits on number of LDAP connections per host
* Detect namespace changes when refreshing Collection after yielding
* Sharding an empty collection releases the critical section too early
* Mongos fails to attach RetryableWrite Error Label For Command Interrupted
In _parseCommand
* Fix search near returning wrong key/value sometimes when key doesn't exist
PR: 264341
Reported by: ulassayginim@gmail.com
MFH: 2022Q2 (many bugfixes) |
5.0.7 20 Apr 2022 15:30:41 |
Neel Chauhan (nc) Author: Ronald Klop |
databases/mongodb50: update to 5.0.7
Changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.7---april-11--2022
PR: 263235 |
5.0.6 29 Jan 2022 10:05:48 |
Guangyuan Yang (ygy) Author: Ronald Klop |
databases/mongodb50: Update to 5.0.6
- Fix PORTSCOUT; mongo changed versioning policy
- Document llvm13 as not working with LTO on aarch64 either
Changelog: https://docs.mongodb.com/manual/release-notes/5.0-changelog/#5.0.6-changelog
PR: 261533 |
5.0.5 09 Dec 2021 22:11:57 |
Matthias Fechner (mfechner) Author: Ronald Klop |
databases/mongodb50: update to 5.0.5
Changelog:
https://docs.mongodb.com/manual/release-notes/5.0-changelog/#std-label-5.0.5-changelog
PR: 259828
Approved by: ronald-lists@klop.ws (maintainer) |
5.0.3 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. |
5.0.3 25 Oct 2021 07:12:16 |
Yasuhiro Kimura (yasu) Author: Ronald Klop |
databases/mongodb50: Update to 5.0.3
* Enable LSE atomics on 14-CURRENT aarch64
* Pet portlint and portclippy
* Reformat Makefile with portfmt
ChangeLog: https://docs.mongodb.com/manual/release-notes/5.0-changelog/#5.0.3-changelog
PR: 258978
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32391 |
5.0.2 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
5.0.2 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 |
5.0.2 28 Aug 2021 13:42:10 |
Mikael Urankar (mikael) Author: Ronald Klop |
databases/mongodb50: Fix build failure with scons 4.2.0 by using in source scons
3.1.2
- Fix scons by using in source scons 3.1.2 (They are planning to move to Scons
4.2.0 in the future)
- Disable LTO on clang12/aarch64, bug #257765
- Build already installs in $STAGEDIR, so only strip in do-install.
- Fix a portlint warnings about the comment at the LICENSE section.
PR: 257925 |
5.0.2 08 Aug 2021 10:35:23 |
Guangyuan Yang (ygy) Author: Ronald Klop |
databases/mongodb50: Update to 5.0.2
Changelog: https://docs.mongodb.com/manual/release-notes/5.0/#5.0.2---aug-4--2021
PR: 257665
MFH: 2021Q3 (bugfix release) |
5.0.1 27 Jul 2021 05:28:44 |
Guangyuan Yang (ygy) Author: Ronald Klop |
databases/mongodb50: Update to 5.0.1
- 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/5.0-changelog/#5.0.1-changelog
PR: 257394
MFH: 2021Q3 (bugfix release)
Approved by: lwhsu (mentor, implicit) |
5.0.0.r1 14 Jun 2021 16:29:05 |
Kevin Bowling (kbowling) Author: Ronald Klop |
databases/mongodb50: Update to 5.0.0 RC1
PR: 256598
Approved by: maintainer |
5.0.0.r0 14 Jun 2021 05:06:56 |
Koichiro Iwao (meta) |
databases/mongodb50: add port as repocopy of databases/mongodb49
PR: 255588
Reported by: Ronald Klop <ronald-lists@klop.ws>
Sponsored by: HAW International |