net/openldap24-server: upgrade to 2.4.59.
This commit is contained in:
parent
c33cf04fe5
commit
42cf9fac0b
3 changed files with 18 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Xin LI <delphij@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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue