net/openldap24-server: upgrade to 2.4.59.

This commit is contained in:
Xin LI 2021-06-05 16:16:52 -07:00
parent c33cf04fe5
commit 42cf9fac0b
3 changed files with 18 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# Created by: Xin LI <delphij@FreeBSD.org> # Created by: Xin LI <delphij@FreeBSD.org>
PORTNAME= openldap PORTNAME= openldap
DISTVERSION= 2.4.58 DISTVERSION= 2.4.59
PORTREVISION= ${OPENLDAP_PORTREVISION} PORTREVISION= ${OPENLDAP_PORTREVISION}
CATEGORIES= net databases CATEGORIES= net databases
MASTER_SITES= https://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ \ MASTER_SITES= https://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ \
@ -68,9 +68,9 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
.endif .endif
PORTREVISION_CLIENT= 0 PORTREVISION_CLIENT= 0
PORTREVISION_SERVER= 2 PORTREVISION_SERVER= 0
OPENLDAP_SHLIB_MAJOR= 2 OPENLDAP_SHLIB_MAJOR= 2
OPENLDAP_SHLIB_MINOR= 11.6 OPENLDAP_SHLIB_MINOR= 11.7
OPENLDAP_MAJOR= ${DISTVERSION:R} OPENLDAP_MAJOR= ${DISTVERSION:R}
OPTIONS_DEFINE= DEBUG FETCH GSSAPI OPTIONS_DEFINE= DEBUG FETCH GSSAPI
@ -209,7 +209,9 @@ SUB_LIST+= LDAP_RUN_DIR=${LDAP_RUN_DIR} \
LDAP_USER=${LDAP_USER} \ LDAP_USER=${LDAP_USER} \
LDAP_GROUP=${LDAP_GROUP} \ LDAP_GROUP=${LDAP_GROUP} \
DATABASEDIR=${DATABASEDIR} \ DATABASEDIR=${DATABASEDIR} \
PKGNAME=${PKGNAME} PORTNAME=${PORTNAME} \
PKGNAME=${PKGNAME} \
PKGNAMESUFFIX=${PKGNAMESUFFIX}
CONFIGURE_ARGS= --with-threads=posix \ CONFIGURE_ARGS= --with-threads=posix \
--with-tls=openssl \ --with-tls=openssl \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1616222413 TIMESTAMP = 1622933349
SHA256 (openldap-2.4.58.tgz) = 57b59254be15d0bf6a9ab3d514c1c05777b02123291533134a87c94468f8f47b SHA256 (openldap-2.4.59.tgz) = 99f37d6747d88206c470067eda624d5e48c1011e943ec0ab217bae8712e22f34
SIZE (openldap-2.4.58.tgz) = 5885225 SIZE (openldap-2.4.59.tgz) = 5886272

View file

@ -20,6 +20,15 @@ for more information.
slapd runs under a non-privileged user id (by default `ldap'), slapd runs under a non-privileged user id (by default `ldap'),
see %%PREFIX%%/etc/rc.d/slapd for more information. 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 EOM
} }
] ]