./databases/mongodb4, NoSQL distributed document-oriented database

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.4.29nb4, Package name: mongodb-4.4.29nb4, Maintainer: pkgsrc-users

Mongo (from "humongous") is a high-performance, open source, schema-free,
document-oriented database. It features: document data model with dynamic
schemas; full, flexible index support and rich queries; auto-Sharding for
horizontal scalability; built-in replication for high availability; text
search; advanced security; aggregation Framework and MapReduce; large media
storage with GridFS.



Package options: ssl

Master sites:

Filesize: 50440.437 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-09-24 15:38:31 by Greg Troxel | Files touched by this commit (1)
Log message:
databases/mongodb4: Rototill __GCC_DESTRUCTIVE_SIZE comments

Thanks to martin@ for the explanation of the problem.
   2024-09-24 15:29:45 by Greg Troxel | Files touched by this commit (1)
Log message:
databases/mongodb4: Narow destructive-interference-size workaround

Previously --param=destructive-interference-size=64 was added on
aarch64 to work around a static assert (somehow related to -mtune and
possible ABI stability), but this is only recognized by newer gcc
(probably >= 12, but definitely 10 does not).

Limit the workaround to aarch64, NetBSD, and 10.99.x for now, making
the package build again on NetBSD 10 aarch64, in theory keeping it
buildable on NetBSD current aarch64.  This removes the workaround for
not-NetBSD aarch64 (but we don't have a report of it being needed).
   2024-09-10 03:28:35 by Greg Troxel | Files touched by this commit (1)
Log message:
databases/mongodb4: Drop unnecessary GCC_REQD

An earlier commit lowered it from 11 to 10, but mongodb4 specifies
USE_CXX_FEATURES as c++17 and filesystem, which needs 10 anyway.  Drop
it as redundant.

NbinaryCI, no PKGREVISION++.
   2024-08-17 17:51:43 by Tobias Nygren | Files touched by this commit (3)
Log message:
mongodb4: Python 3.12 support
   2024-06-16 17:28:28 by Tobias Nygren | Files touched by this commit (7)
Log message:
mongodb{,4}: fix build on NetBSD/aarch64