diff options
-rw-r--r-- | net/openldap24-server/Makefile | 4 | ||||
-rw-r--r-- | net/openldap24-server/distinfo | 4 | ||||
-rw-r--r-- | net/openldap24-server/files/patch-servers__slapd__slapd.conf | 26 |
3 files changed, 4 insertions, 30 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index ed163b547496..a20405a3cab5 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openldap -DISTVERSION= 2.4.43 +DISTVERSION= 2.4.44 PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ @@ -59,7 +59,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} PORTREVISION_CLIENT= 0 PORTREVISION_SERVER= 0 OPENLDAP_SHLIB_MAJOR= 2 -OPENLDAP_SHLIB_MINOR= 10.6 +OPENLDAP_SHLIB_MINOR= 10.7 OPENLDAP_MAJOR= ${DISTVERSION:R} OPTIONS_DEFINE= DEBUG FETCH GSSAPI diff --git a/net/openldap24-server/distinfo b/net/openldap24-server/distinfo index c2bea7d10d65..b538941a3a7c 100644 --- a/net/openldap24-server/distinfo +++ b/net/openldap24-server/distinfo @@ -1,2 +1,2 @@ -SHA256 (openldap-2.4.43.tgz) = 34d78e5598a2b0360d26a9050fcdbbe198c65493b013bb607839d5598b6978c8 -SIZE (openldap-2.4.43.tgz) = 5654057 +SHA256 (openldap-2.4.44.tgz) = d7de6bf3c67009c95525dde3a0212cc110d0a70b92af2af8e3ee800e81b88400 +SIZE (openldap-2.4.44.tgz) = 5658830 diff --git a/net/openldap24-server/files/patch-servers__slapd__slapd.conf b/net/openldap24-server/files/patch-servers__slapd__slapd.conf deleted file mode 100644 index 188a45f69a09..000000000000 --- a/net/openldap24-server/files/patch-servers__slapd__slapd.conf +++ /dev/null @@ -1,26 +0,0 @@ ---- servers/slapd/slapd.conf.orig 2014-09-18 18:48:49.000000000 -0700 -+++ servers/slapd/slapd.conf 2014-11-02 11:35:49.000000000 -0800 -@@ -15,8 +15,7 @@ - - # Load dynamic backend modules: - # modulepath %MODULEDIR% --# moduleload back_bdb.la --# moduleload back_hdb.la -+# moduleload back_mdb.la - # moduleload back_ldap.la - - # Sample security restrictions -@@ -47,10 +46,11 @@ - # rootdn can always read and write EVERYTHING! - - ####################################################################### --# BDB database definitions -+# backend database definitions - ####################################################################### - --database bdb -+database mdb -+maxsize 1073741824 - suffix "dc=my-domain,dc=com" - rootdn "cn=Manager,dc=my-domain,dc=com" - # Cleartext passwords, especially for the rootdn, should |