mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 2.3.31, a bugfix release. To quote the release changelog:
Fixed libldap unchased referral leak (ITS#4545) Fixed libldap tls callback (ITS#4723) Fixed liblutil ldif file: URL parsing Fixed slapd syncrepl logging (ITS#4755) Fixed slapd group ACL caching when proxyAuthz'ing (ITS#4760) Fixed slapd "group" authz default member parsing (ITS#4761) Fixed slapd uninitialized sd_actives array (ITS#4765) Fixed slapd DN parsing in bindconf_parse (ITS#4766) Fixed slapd conditional in macro argument (ITS#4769) Fixed slapd send_search_reference should propagate errors Fixed slapd memleak on failed bind (ITS#4771) Fixed slapd schema preparation case to match RFCs (ITS#4764) Fixed slapd kbind buffer overflow condition (ITS#4775) Fixed slapd connections_shutdown assert Fixed slapd glue parent/sub db overlay nesting (ITS#4615) Fixed slapd-bdb/hdb/ldbm slap_add_opattrs error checking Fixed slapd-bdb/hdb setting up tool threads when no indices specified Fixed slapd-perl interpreter context (ITS#4751) Fixed slapo-syncprov to complain if defined outside of a database Fixed test021 modify ops to be syntactically correct Fixed contrib smbk5pwd, check kadm5 init result Documentation Fixed typo in slapo-retcode(5) man page (ITS#4753) Fixed syncrepl searchbase note (ITS#4540) Added syncrepl starttls in the admin guide (ITS#4510) Fixed reference to deprecated function in ldap_parse_result(3)
This commit is contained in:
parent
42bb2c877c
commit
825092f0b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180142
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= openldap
|
||||
DISTVERSION= 2.3.30
|
||||
DISTVERSION= 2.3.31
|
||||
PORTREVISION= ${OPENLDAP_PORTREVISION}
|
||||
CATEGORIES= net databases
|
||||
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
|
||||
@ -39,7 +39,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
|
||||
.endif
|
||||
|
||||
PORTREVISION_CLIENT= 0
|
||||
PORTREVISION_SERVER= 1
|
||||
PORTREVISION_SERVER= 0
|
||||
|
||||
.if !defined(CLIENT_ONLY)
|
||||
OPTIONS= SASL "With (Cyrus) SASL2 support" on \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (openldap-2.3.30.tgz) = 1c0f108a94070edbb4915e7e40e1ce9c
|
||||
SHA256 (openldap-2.3.30.tgz) = 3b27a5666dbe4584612be443bfa636238a48f3c16a4dc8f43d59171e8697687b
|
||||
SIZE (openldap-2.3.30.tgz) = 3763533
|
||||
MD5 (openldap-2.3.31.tgz) = fd8aa874590661c0fbc53ef3bf80c847
|
||||
SHA256 (openldap-2.3.31.tgz) = 0b43259bc738f207f2bcd3adea6e819cdeab0fd92ba5992153dbe41563c56eb2
|
||||
SIZE (openldap-2.3.31.tgz) = 3766559
|
||||
|
Loading…
Reference in New Issue
Block a user