git: 42cf9fac0b92 - main - net/openldap24-server: upgrade to 2.4.59.
Xin LI
delphij at FreeBSD.org
Sat Jun 5 23:17:59 UTC 2021
The branch main has been updated by delphij:
URL: https://cgit.FreeBSD.org/ports/commit/?id=42cf9fac0b9265617db78500e19e8f2e5a08b8d4
commit 42cf9fac0b9265617db78500e19e8f2e5a08b8d4
Author: Xin LI <delphij at FreeBSD.org>
AuthorDate: 2021-06-05 23:16:52 +0000
Commit: Xin LI <delphij at FreeBSD.org>
CommitDate: 2021-06-05 23:17:52 +0000
net/openldap24-server: upgrade to 2.4.59.
---
net/openldap24-server/Makefile | 10 ++++++----
net/openldap24-server/distinfo | 6 +++---
net/openldap24-server/files/pkg-message.in | 9 +++++++++
3 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index 34f5060d595e..aa3d8dafa451 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -1,7 +1,7 @@
# Created by: Xin LI <delphij at FreeBSD.org>
PORTNAME= openldap
-DISTVERSION= 2.4.58
+DISTVERSION= 2.4.59
PORTREVISION= ${OPENLDAP_PORTREVISION}
CATEGORIES= net databases
MASTER_SITES= https://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ \
@@ -68,9 +68,9 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
.endif
PORTREVISION_CLIENT= 0
-PORTREVISION_SERVER= 2
+PORTREVISION_SERVER= 0
OPENLDAP_SHLIB_MAJOR= 2
-OPENLDAP_SHLIB_MINOR= 11.6
+OPENLDAP_SHLIB_MINOR= 11.7
OPENLDAP_MAJOR= ${DISTVERSION:R}
OPTIONS_DEFINE= DEBUG FETCH GSSAPI
@@ -209,7 +209,9 @@ SUB_LIST+= LDAP_RUN_DIR=${LDAP_RUN_DIR} \
LDAP_USER=${LDAP_USER} \
LDAP_GROUP=${LDAP_GROUP} \
DATABASEDIR=${DATABASEDIR} \
- PKGNAME=${PKGNAME}
+ PORTNAME=${PORTNAME} \
+ PKGNAME=${PKGNAME} \
+ PKGNAMESUFFIX=${PKGNAMESUFFIX}
CONFIGURE_ARGS= --with-threads=posix \
--with-tls=openssl \
diff --git a/net/openldap24-server/distinfo b/net/openldap24-server/distinfo
index aece32851f92..23611bedbbcb 100644
--- a/net/openldap24-server/distinfo
+++ b/net/openldap24-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616222413
-SHA256 (openldap-2.4.58.tgz) = 57b59254be15d0bf6a9ab3d514c1c05777b02123291533134a87c94468f8f47b
-SIZE (openldap-2.4.58.tgz) = 5885225
+TIMESTAMP = 1622933349
+SHA256 (openldap-2.4.59.tgz) = 99f37d6747d88206c470067eda624d5e48c1011e943ec0ab217bae8712e22f34
+SIZE (openldap-2.4.59.tgz) = 5886272
diff --git a/net/openldap24-server/files/pkg-message.in b/net/openldap24-server/files/pkg-message.in
index 026d79b6062a..eddbab312978 100644
--- a/net/openldap24-server/files/pkg-message.in
+++ b/net/openldap24-server/files/pkg-message.in
@@ -20,6 +20,15 @@ for more information.
slapd runs under a non-privileged user id (by default `ldap'),
see %%PREFIX%%/etc/rc.d/slapd for more information.
+
+PLEASE NOTE:
+
+As of %%PORTNAME%%%%PKGNAMESUFFIX%% 2.4.58_2, the server is now modularized and
+all overlays are built as dynamic modules instead of being statically linked.
+Previously, statically linked modules do not need an explicit
+moduleload (in slapd.conf(5)) or olcModuleLoad (when using slapd-config(5))
+and you might need to make configuration change accordingly as part of the
+upgrade.
EOM
}
]
More information about the dev-commits-ports-all
mailing list