FreeBSD Bugzilla – Attachment 240502 Details for
Bug 269506
[NEW PORT] databases/libmongocrypt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for libmongocrypt
libmongocrypt-fixup.patch (text/plain), 3.25 KB, created by
Daniel Engberg
on 2023-03-01 13:21:03 UTC
(
hide
)
Description:
Patch for libmongocrypt
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2023-03-01 13:21:03 UTC
Size:
3.25 KB
patch
obsolete
>diff --git a/databases/libmongocrypt/Makefile b/databases/libmongocrypt/Makefile >new file mode 100644 >index 000000000000..4d39937f6c7e >--- /dev/null >+++ b/databases/libmongocrypt/Makefile >@@ -0,0 +1,26 @@ >+PORTNAME= libmongocrypt >+DISTVERSION= 1.7.2 >+CATEGORIES= databases >+ >+MAINTAINER= hiroo.ono+freebsd@gmail.com >+COMMENT= MongoDB companion C library for client side encryption in drivers >+WWW= https://github.com/mongodb/libmongocrypt >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+LIB_DEPENDS= libbson-1.0.so:devel/libbson \ >+ libmongoc-1.0.so:devel/mongo-c-driver >+ >+USES= cmake python:build ssl >+ >+USE_GITHUB= yes >+GH_ACCOUNT= mongodb >+ >+CMAKE_OFF= BUILD_TESTING ENABLE_ONLINE_TESTS \ >+ MONGOCRYPT_ENABLE_DECIMAL128 >+CMAKE_ON= USE_SHARED_LIBBSON >+CMAKE_ARGS= -DBUILD_VERSION=${DISTVERSION} \ >+ -DMONGOCRYPT_MONGOC_DIR="USE-SYSTEM" >+ >+.include <bsd.port.mk> >diff --git a/databases/libmongocrypt/distinfo b/databases/libmongocrypt/distinfo >new file mode 100644 >index 000000000000..60f2c984dcb3 >--- /dev/null >+++ b/databases/libmongocrypt/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1676913399 >+SHA256 (mongodb-libmongocrypt-1.7.2_GH0.tar.gz) = 451d991747a34a06eb0534cb6ec5d486a05c1bd607e66ca5597da170e569cde9 >+SIZE (mongodb-libmongocrypt-1.7.2_GH0.tar.gz) = 4083364 >diff --git a/databases/libmongocrypt/pkg-descr b/databases/libmongocrypt/pkg-descr >new file mode 100644 >index 000000000000..ae203c10b080 >--- /dev/null >+++ b/databases/libmongocrypt/pkg-descr >@@ -0,0 +1 @@ >+The MongoDB companion C library for client side encryption in drivers. >diff --git a/databases/libmongocrypt/pkg-plist b/databases/libmongocrypt/pkg-plist >new file mode 100644 >index 000000000000..85b02ef3866d >--- /dev/null >+++ b/databases/libmongocrypt/pkg-plist >@@ -0,0 +1,39 @@ >+include/kms_message/kms_azure_request.h >+include/kms_message/kms_b64.h >+include/kms_message/kms_caller_identity_request.h >+include/kms_message/kms_decrypt_request.h >+include/kms_message/kms_encrypt_request.h >+include/kms_message/kms_gcp_request.h >+include/kms_message/kms_kmip_request.h >+include/kms_message/kms_kmip_response.h >+include/kms_message/kms_kmip_response_parser.h >+include/kms_message/kms_message.h >+include/kms_message/kms_message_defines.h >+include/kms_message/kms_request.h >+include/kms_message/kms_request_opt.h >+include/kms_message/kms_response.h >+include/kms_message/kms_response_parser.h >+include/mongocrypt/mongocrypt-compat.h >+include/mongocrypt/mongocrypt-config.h >+include/mongocrypt/mongocrypt-export.h >+include/mongocrypt/mongocrypt.h >+lib/cmake/kms_message/kms_message-config-version.cmake >+lib/cmake/kms_message/kms_message-config.cmake >+lib/cmake/kms_message/kms_message_targets-%%CMAKE_BUILD_TYPE%%.cmake >+lib/cmake/kms_message/kms_message_targets.cmake >+lib/cmake/mongocrypt/mongocrypt-config-version.cmake >+lib/cmake/mongocrypt/mongocrypt-config.cmake >+lib/cmake/mongocrypt/mongocrypt_targets-%%CMAKE_BUILD_TYPE%%.cmake >+lib/cmake/mongocrypt/mongocrypt_targets.cmake >+lib/libbson-static-for-libmongocrypt.a >+lib/libkms_message-static.a >+lib/libkms_message.so >+lib/libkms_message.so.0 >+lib/libkms_message.so.0.0.0 >+lib/libmongocrypt-static.a >+lib/libmongocrypt.so >+lib/libmongocrypt.so.0 >+lib/libmongocrypt.so.0.0.0 >+libdata/pkgconfig/libkms_message.pc >+libdata/pkgconfig/libmongocrypt-static.pc >+libdata/pkgconfig/libmongocrypt.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269506
:
240101
|
240326
| 240502