Package Details: libmongocrypt 1.20.1-1

Git Clone URL: https://aur.archlinux.org/libmongocrypt.git (read-only, click to copy)
Package Base: libmongocrypt
Description: C library for client side and queryable encryption in MongoDB
Upstream URL: https://github.com/mongodb/libmongocrypt
Keywords: c client encrypt encryption library mongo mongodb queryable side
Licenses: Apache-2.0 AND BSD-3-Clause AND ISC AND MIT
Provides: libkms_message.so, libmongocrypt.so
Submitter: yakoyakoyokuyoku
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 7
Popularity: 0.107985
First Submitted: 2023-03-17 13:14 (UTC)
Last Updated: 2026-07-25 21:53 (UTC)

Pinned Comments

dpeukert commented on 2025-02-17 22:38 (UTC)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/libmongocrypt

Latest Comments

dpeukert commented on 2026-07-25 21:54 (UTC)

@propel: Should be fixed in 1.20.1.

propel commented on 2026-07-15 11:57 (UTC)

Failing to build on my machine with cmake 4.4.0-1 and gcc 16.1.1

CMake Error: The warning category "error -DCMAKE_CXX_LINK_EXECUTABLE='echo not linking now...'" is not known.

CMake Error at libmongocrypt/src/mongo-c-driver-2.3.0/src/libmongoc/CMakeLists.txt:425 (TRY_COMPILE):
  Failed to configure test project build system.

Is this a known issue?

dpeukert commented on 2025-02-17 22:38 (UTC)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/libmongocrypt

drankinatty commented on 2024-11-05 04:08 (UTC)

pkgname=libmongocrypt
pkgver=1.11.0
...
source=(
  $pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz
  shared-libbson.patch::$url/pull/681.patch
)
sha256sums=('9891ec8d1015ed3711e4d7d515a74eb4143a0ff1ce8ff8795de63cb921fee2d6'
            '9064949bcd1b0496b7949f6646ab97d2e97b49255f9548ada909be228a5889a2')
...

ZhangHua commented on 2023-09-20 13:51 (UTC)

Please add git in makedepends so this package can be built successfully.

Reference: https://jira.mongodb.org/browse/MONGOCRYPT-594