summaryrefslogtreecommitdiff
path: root/databases/openldap-doc
diff options
context:
space:
mode:
authorghen <ghen>2008-07-19 21:08:42 +0000
committerghen <ghen>2008-07-19 21:08:42 +0000
commit2bddd648f0e6ddc7308e3d0e9eee3c5b9c563d6b (patch)
treed58f6ff3ce9c69f59bbb064ddf85febfab2abaf9 /databases/openldap-doc
parentdef820ee413a5abd9dacc732910527c935096978 (diff)
downloadpkgsrc-2bddd648f0e6ddc7308e3d0e9eee3c5b9c563d6b.tar.gz
Update openldap packages to 2.4.11.
OpenLDAP 2.4.11 Release (2008/07/16) Fixed liblber ber_get_next length decoding (ITS#5580) Added libldap assertion control (ITS#5560) Fixed libldap GnuTLS CRL result handling (ITS#5577) Fixed libldap GnuTLS SSF computation (ITS#5585) Fixed liblutil missing return code (ITS#5615) Fixed slapd cert serial number parsing (ITS#5588) Fixed slapd check for structural_class failures (ITS#5540) Fixed slapd config backend renumbering (ITS#5571) Fixed slapd configContext OID (ITS#5383) Fixed slapd crash with no listeners (ITS#5563) Fixed slapd equality rules for olcRootDN/olcSchemaDN (ITS#5540) Fixed slapd sets memory leak (ITS#5557) Fixed slapd sortvals binary search (ITS#5578) Fixed slapd syncrepl updates with multiple masters (ITS#5597) Fixed slapd syncrepl superior objectClass delete/add (ITS#5600) Fixed slapd syncrepl/slapo-syncprov contextCSN updates as internal ops (ITS#5596) Added slapd-ldap/slapd-meta option to filter out search references (ITS#5593) Fixed slapd-meta link to slapd-ldap (ITS#5355) Fixed slapd-sock, back-shell buffer count (ITS#5558) Fixed slapo-dynlist dg attrs lookup (ITS#5583) Fixed slapo-dynlist entry release (ITS#5135) Fixed slapo-memberof replace handling (ITS#5584) Added slapo-nssov contrib module Fixed slapo-pcache handling of negative search caches (ITS#5546) Fixed slapo-ppolicy DNs with whitespaces (ITS#5552) Fixed slapo-ppolicy modify with internal ops (ITS#5569) Fixed slapo-syncprov ACL evaluation (ITS#5548) Fixed slapo-syncprov crash with delcsn (ITS#5589) Fixed slapo-syncprov full reload (ITS#5564) Fixed slapo-syncprov missing olcSpReloadHint attr(ITS#5591) Fixed slapo-unique filter normalization (ITS#5581) Fixed contrib smbk5pwd terminator (ITS#5575) Build Environment Fixed test048 to skip if threads is not available (ITS#5529) Documentation Added slapo-pcache(5) sizelimit caching (ITS#5559) Added slapd-access(5) add and delete privs (ITS#5566) admin24 GnuTLS documentation (ITS#5554) OpenLDAP 2.4.10 Release (2008/06/08) Fixed libldap file descriptor leak with SELinux (ITS#5507) Fixed libldap ld_defconn cleanup if it was freed (ITS#5518, ITS#5525) Fixed libldap msgid handling (ITS#5318) Fixed libldap t61 infinite loop (ITS#5542) Fixed libldap_r missing stubs (ITS#5519) Fixed slapd initialization of sr_msgid, rs->sr_tag (ITS#5461) Fixed slapd missing termination of integerFilter keys (ITS#5503) Fixed slapd multiple attrs in URI (ITS#5516) Fixed slapd sasl_ssf retrieval (ITS#5403) Fixed slapd socket assert (ITS#5489) Fixed slapd syncrepl cookie (ITS#5536) Fixed slapd-bdb/hdb MAXPATHLEN (ITS#5531) Fixed slapd-bdb indexing in single ADD/MOD (ITS#5521) Fixed slapd-ldap entry_get() op-dependent behavior (ITS#5513) Fixed slapd-meta quarantine crasher (ITS#5522) Fixed slapo-refint to allow setting modifiers name (ITS#5505) Fixed slapo-syncprov contextCSN passing on syncprov consumers (ITS#5488) Fixed slapo-syncprov csn update with delta-syncrepl (ITS#5493) Fixed slapo-syncprov op2.o_extra reset (ITS#5501, #5506) Fixed slapo-syncprov searching wrong backend (ITS#5487) Fixed slapo-syncprov sending ops without queued CSNs (ITS#5465) Fixed slapo-syncprov max csn search on startup (ITS#5537) Fixed slapo-unique config structs (ITS#5526) Fixed slapo-unique filter terminator (ITS#5511) Documentation Add search privileges documentation (ITS#5512) admin24 security document updates (ITS#5524)
Diffstat (limited to 'databases/openldap-doc')
-rw-r--r--databases/openldap-doc/Makefile11
-rw-r--r--databases/openldap-doc/PLIST4
2 files changed, 9 insertions, 6 deletions
diff --git a/databases/openldap-doc/Makefile b/databases/openldap-doc/Makefile
index 3d6d9aa939a..caab38369e7 100644
--- a/databases/openldap-doc/Makefile
+++ b/databases/openldap-doc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2008/06/09 09:07:38 ghen Exp $
+# $NetBSD: Makefile,v 1.13 2008/07/19 21:08:42 ghen Exp $
-DISTNAME= openldap-2.4.9
+DISTNAME= openldap-2.4.11
PKGNAME= ${DISTNAME:S/-/-doc-/}
CATEGORIES= databases
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
@@ -34,9 +34,10 @@ NO_BUILD= yes
DOCDIR= ${PREFIX}/share/doc/openldap
IMAGES= allmail-en.png allusersgroup-en.png config_dit.png
IMAGES+= config_local.png config_ref.png config_repl.png
-IMAGES+= dual_dc.png intro_dctree.png intro_tree.png refint.png
-IMAGES+= set-following-references.png set-memberUid.png
-IMAGES+= set-recursivegroup.png
+IMAGES+= dual_dc.png intro_dctree.png intro_tree.png
+IMAGES+= push-based-complete.png push-based-standalone.png
+IMAGES+= refint.png set-following-references.png
+IMAGES+= set-memberUid.png set-recursivegroup.png
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
diff --git a/databases/openldap-doc/PLIST b/databases/openldap-doc/PLIST
index 49f3097efbd..ff0bf70f5bb 100644
--- a/databases/openldap-doc/PLIST
+++ b/databases/openldap-doc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2008/06/09 09:07:38 ghen Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/07/19 21:08:42 ghen Exp $
share/doc/openldap/COPYRIGHT
share/doc/openldap/LICENSE
share/doc/openldap/README
@@ -12,6 +12,8 @@ share/doc/openldap/admin/dual_dc.png
share/doc/openldap/admin/guide.html
share/doc/openldap/admin/intro_dctree.png
share/doc/openldap/admin/intro_tree.png
+share/doc/openldap/admin/push-based-complete.png
+share/doc/openldap/admin/push-based-standalone.png
share/doc/openldap/admin/refint.png
share/doc/openldap/admin/set-following-references.png
share/doc/openldap/admin/set-memberUid.png