changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.27---jan-3--2023https://www.mongodb.com/docs/manual/release-notes/4.4-changelog/#4.4.27-changelog
Remove enterprise modules from the build. Just build the community edition. This is something new in this version. This is not mentioned in the release notes but the build failed with unhandled dependencies.
[00:02:07] configuring module: enterprise
[00:02:07] Checking for C++ header file net-snmp/net-snmp-config.h... no
[00:02:08] Could not find <net-snmp/net-snmp-config.h>, required for enterprise build.
[00:02:08] See /wrkdirs/usr/ports/databases/mongodb44/work/mongodb-src-r4.4.27/build/scons/config.log for details
[00:02:09] ===> Compilation failed unexpectedly.
Enterprise modules consist of:
> ls /usr/ports/databases/mongodb44/work/mongodb-src-r4.4.27/src/mongo/db/modules/enterprise/src/
audit fle inmemory ldap queryable scripts snmp
encryptdb hot_backups kerberos mongohouse sasl search util
Bump version.
Poudriere stage-qa: ok (aarch64)
Thursday, 14 December 2023
KDE today announces the release of KDE Frameworks 5.113.0.
KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Announcment: https://kde.org/announcements/frameworks/5/5.113.0/
Exp-run by: antoine
PR: 276124
This package adds an Org mode export backend for GitHub Flavored
Markdown.
Exporting to Github Flavored Markdown is available through Org mode's
export dispatcher once ox-gfm is loaded. Alternatively, exporting can
be triggered by calling the (autoloaded) function M-x
org-gfm-export-to-markdown.
PR: 275740
Add #include <cstdint> where needed to fix building the bundled
RocksDB. This is a stopgap measure until this port can be updated.
Reported by: salvadore
PR: 273673
It's been almost a decade since the last release of Anubis, but the
Egyptian god of the underworld has finally reemerged to greet the
living and bestow upon us the following changes:
- Fix compilation with GDBM 1.18.1
- Support for Guile version 2.2.0 and later
* Support for prior versions has been withdrawn.
- anubisusr requires GnuTLS
- New configuration statement: use-pam
* Used in CONTROL section, this boolean statement enables or disables
the use of the Pluggable Authentication Module interface for
accounting and session management.
- New configuration statement: identd-keyfile
* Sets the name of the file with shared keys used for decryting replies
from the auth service. It is used in traditional mode if anubis
receives an encrypted response from the client's identd server
(e.g. if they are running pidentd with encryption).
- Bugfixes
Remove the GNUTLS and GSASL options, which were previously ON by default,
and make them required due to upstream changes and to simplify the port.
KDiagram 3.0.1 is an update to our charting libraries which fixes a bug
in the cmake path configuration. It also updates translations and
removes some unused Qt 5 code.