1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

net/openldap4-server: update to 2.4.51.

This commit is contained in:
Xin LI 2020-08-14 00:39:38 +00:00
parent 2d4e56cc62
commit 48bcc18931
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544858
4 changed files with 6 additions and 19 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= openldap
DISTVERSION= 2.4.50
DISTVERSION= 2.4.51
PORTREVISION= ${OPENLDAP_PORTREVISION}
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
@ -68,7 +68,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
PORTREVISION_CLIENT= 0
PORTREVISION_SERVER= 0
OPENLDAP_SHLIB_MAJOR= 2
OPENLDAP_SHLIB_MINOR= 10.13
OPENLDAP_SHLIB_MINOR= 10.14
OPENLDAP_MAJOR= ${DISTVERSION:R}
OPTIONS_DEFINE= DEBUG FETCH GSSAPI

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1588112640
SHA256 (openldap-2.4.50.tgz) = 5cb57d958bf5c55a678c6a0f06821e0e5504d5a92e6a33240841fbca1db586b8
SIZE (openldap-2.4.50.tgz) = 5712635
TIMESTAMP = 1597355127
SHA256 (openldap-2.4.51.tgz) = f490775ea4c6506b7210ee55a102c8f4aacfe9d1c8eaa633c7316d33a714be62
SIZE (openldap-2.4.51.tgz) = 5876819

View File

@ -1,14 +0,0 @@
--- libraries/liblmdb/mdb.c.orig 2019-07-23 14:46:22 UTC
+++ libraries/liblmdb/mdb.c
@@ -124,7 +124,10 @@ typedef SSIZE_T ssize_t;
#include <resolv.h> /* defines BYTE_ORDER on HPUX and Solaris */
#endif
-#if defined(__APPLE__) || defined (BSD) || defined(__FreeBSD_kernel__)
+#if defined(__FreeBSD__)
+# define MDB_USE_POSIX_MUTEX 1
+# define MDB_USE_ROBUST 1
+#elif defined(__APPLE__) || defined (BSD) || defined(__FreeBSD_kernel__)
# define MDB_USE_POSIX_SEM 1
# define MDB_FDATASYNC fsync
#elif defined(ANDROID)

View File

@ -176,6 +176,7 @@ man/man3/ldap_objectclass2str.3.gz
man/man3/ldap_objectclass_free.3.gz
man/man3/ldap_open.3.gz
man/man3/ldap_parse_extended_result.3.gz
man/man3/ldap_parse_intermediate.3.gz
man/man3/ldap_parse_reference.3.gz
man/man3/ldap_parse_result.3.gz
man/man3/ldap_parse_sasl_bind_result.3.gz