Bug 281129 - databases/libmongocrypt: Update 1.8.1 → 1.11.0
Summary: databases/libmongocrypt: Update 1.8.1 → 1.11.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/mongodb/libmongocrypt
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-29 19:26 UTC by Hiroo Ono
Modified: 2024-08-29 23:03 UTC (History)
2 users (show)

See Also:
hiroo.ono+freebsd: maintainer-feedback+


Attachments
libmongocrypt patch (950 bytes, patch)
2024-08-29 19:26 UTC, Hiroo Ono
hiroo.ono+freebsd: maintainer-approval+
Details | Diff
libmongocrypt 1.11.0 patch (950 bytes, patch)
2024-08-29 22:02 UTC, Hiroo Ono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroo Ono 2024-08-29 19:26:00 UTC
Created attachment 253170 [details]
libmongocrypt patch

maintainer update of databases/libmongocrypt from 1.8.1 to 1.10.1.
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-29 19:51:16 UTC
1.11.0 released 28 days ago: https://github.com/mongodb/libmongocrypt/releases/tag/1.11.0.
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-29 19:57:50 UTC
1.11.0 build without errors in poudriere 14.1 amd64.
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-29 20:48:31 UTC
If there are reasons to commit an older version 1.10.1 to 1.11.0?
Comment 4 Hiroo Ono 2024-08-29 22:01:54 UTC
(In reply to Vladimir Druzenko from comment #3)
No, I just missed the latest release.
Comment 5 Hiroo Ono 2024-08-29 22:02:41 UTC
Created attachment 253173 [details]
libmongocrypt 1.11.0 patch
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-29 22:05:51 UTC
Also correct order is:
CMAKE_ARGS
CMAKE_ON
CMAKE_OFF
Comment 7 commit-hook freebsd_committer freebsd_triage 2024-08-29 22:16:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ae9def06decfc26ef470ee8ef8ce863b8a5d8ec9

commit ae9def06decfc26ef470ee8ef8ce863b8a5d8ec9
Author:     Hiroo Ono <hiroo.ono+freebsd@gmail.com>
AuthorDate: 2024-08-29 22:13:45 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-29 22:13:45 +0000

    databases/libmongocrypt: Update 1.8.1 → 1.11.0

    Changelogs:
    https://github.com/mongodb/libmongocrypt/releases/tag/1.8.2
    https://github.com/mongodb/libmongocrypt/releases/tag/1.8.3
    https://github.com/mongodb/libmongocrypt/releases/tag/1.8.4
    https://github.com/mongodb/libmongocrypt/releases/tag/1.9.0
    https://github.com/mongodb/libmongocrypt/releases/tag/1.9.1
    https://github.com/mongodb/libmongocrypt/releases/tag/1.10.0
    https://github.com/mongodb/libmongocrypt/releases/tag/1.10.1
    https://github.com/mongodb/libmongocrypt/releases/tag/1.11.0

    While here pet portclippy.

    PR:     281129

 databases/libmongocrypt/Makefile | 8 ++++----
 databases/libmongocrypt/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 8 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-29 22:17:47 UTC
Thanks.
Comment 9 Daniel Engberg freebsd_committer freebsd_triage 2024-08-29 23:03:41 UTC
There's no "correct" order regarding CMAKE_ON/OFF/ARGS variables, in most cases it improves readability to have ARGS last.