mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
net/openldap26-server: upgrade to 2.6.8.
This commit is contained in:
parent
abe3830029
commit
2c48bcd991
3 changed files with 14 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= openldap
|
||||
DISTVERSION= 2.6.7
|
||||
DISTVERSION= 2.6.8
|
||||
PORTREVISION= ${OPENLDAP_PORTREVISION}
|
||||
CATEGORIES= net databases
|
||||
MASTER_SITES= https://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ \
|
||||
|
@ -46,8 +46,8 @@ CONFLICTS_INSTALL= ${PORTNAME}2[0-57-9]-server ${PORTNAME}-server
|
|||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
PORTREVISION_CLIENT= 1
|
||||
PORTREVISION_SERVER= 1
|
||||
PORTREVISION_CLIENT= 0
|
||||
PORTREVISION_SERVER= 0
|
||||
OPENLDAP_SHLIB_MAJOR= 2
|
||||
OPENLDAP_SHLIB_MINOR= 0.200
|
||||
|
||||
|
@ -91,6 +91,7 @@ OPTIONS_GROUP_OVLYS+= LASTBIND
|
|||
OPTIONS_GROUP_OVLYS+= LASTMOD
|
||||
OPTIONS_GROUP_OVLYS+= MEMBEROF
|
||||
OPTIONS_GROUP_OVLYS+= NOPS
|
||||
OPTIONS_GROUP_OVLYS+= NESTGROUP
|
||||
OPTIONS_GROUP_OVLYS+= OTP
|
||||
OPTIONS_GROUP_OVLYS+= PROXYCACHE
|
||||
OPTIONS_GROUP_OVLYS+= PPOLICY
|
||||
|
@ -150,6 +151,7 @@ DYNGROUP_DESC= With Dynamic Group overlay
|
|||
DYNLIST_DESC= With Dynamic List overlay
|
||||
HOMEDIR_DESC= With Home Directory Management overlay
|
||||
MEMBEROF_DESC= With Reverse Group Membership overlay
|
||||
NESTGROUP_DESC= With nestgroup overlay
|
||||
NOPS_DESC= With nops overlay
|
||||
OTP_DESC= With OTP 2-factor authentication overlay
|
||||
PPOLICY_DESC= With Password Policy overlay
|
||||
|
@ -201,6 +203,7 @@ LLOADD_CONFIGURE_ENABLE= balancer=mod
|
|||
LLOADD_LIB_DEPENDS= libevent.so:devel/libevent
|
||||
MDB_CONFIGURE_ENABLE= mdb=yes
|
||||
MEMBEROF_CONFIGURE_ENABLE= memberof=mod
|
||||
NESTGROUP_CONFIGURE_ENABLE= nestgroup=mod
|
||||
OTP_CONFIGURE_ENABLE= otp=mod
|
||||
PASSWD_CONFIGURE_ENABLE= passwd=mod
|
||||
PERL_CONFIGURE_ENABLE= perl=mod
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1706593904
|
||||
SHA256 (openldap-2.6.7.tgz) = cd775f625c944ed78a3da18a03b03b08eea73c8aabc97b41bb336e9a10954930
|
||||
SIZE (openldap-2.6.7.tgz) = 6484944
|
||||
TIMESTAMP = 1717220468
|
||||
SHA256 (openldap-2.6.8.tgz) = 48969323e94e3be3b03c6a132942dcba7ef8d545f2ad35401709019f696c3c4e
|
||||
SIZE (openldap-2.6.8.tgz) = 6512544
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
%%AUTOGROUP%%libexec/openldap/autogroup.so
|
||||
%%AUTOGROUP%%libexec/openldap/autogroup.so.0
|
||||
%%AUTOGROUP%%libexec/openldap/autogroup.so.0.0.0
|
||||
%%AUTOGROUP%%share/man/man5/slapo-autogroup.5.gz
|
||||
%%CLOAK%%libexec/openldap/cloak.la
|
||||
%%CLOAK%%libexec/openldap/cloak.so
|
||||
%%CLOAK%%libexec/openldap/cloak.so.0
|
||||
|
@ -128,6 +129,10 @@
|
|||
%%MEMBEROF%%libexec/openldap/memberof.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%%
|
||||
%%MEMBEROF%%libexec/openldap/memberof.la
|
||||
%%MEMBEROF%%libexec/openldap/memberof.so
|
||||
%%NESTGROUP%%libexec/openldap/nestgroup.la
|
||||
%%NESTGROUP%%libexec/openldap/nestgroup.so.%%SHLIB_MAJOR%%
|
||||
%%NESTGROUP%%libexec/openldap/nestgroup.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%%
|
||||
%%NESTGROUP%%libexec/openldap/nestgroup.so
|
||||
%%NOPS%%libexec/openldap/nops.la
|
||||
%%NOPS%%libexec/openldap/nops.so
|
||||
%%NOPS%%libexec/openldap/nops.so.0
|
||||
|
|
Loading…
Add table
Reference in a new issue