Skip to content

Commit

Permalink
net/openldap26-server: Update to 2.6.2.
Browse files Browse the repository at this point in the history
MFH:		2022Q2
  • Loading branch information
delphij committed May 5, 2022
1 parent 09cba48 commit b6055b7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions net/openldap26-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: Xin LI <delphij@FreeBSD.org>

PORTNAME= openldap
DISTVERSION= 2.6.1
DISTVERSION= 2.6.2
PORTREVISION= ${OPENLDAP_PORTREVISION}
CATEGORIES= net databases
MASTER_SITES= https://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ \
Expand Down Expand Up @@ -46,7 +46,7 @@ CONFLICTS_INSTALL= ${PORTNAME}2[0-57-9]-server ${PORTNAME}-server
GNU_CONFIGURE= yes

PORTREVISION_CLIENT= 0
PORTREVISION_SERVER= 2
PORTREVISION_SERVER= 0
OPENLDAP_SHLIB_MAJOR= 2
OPENLDAP_SHLIB_MINOR= 0.200

Expand Down
6 changes: 3 additions & 3 deletions net/openldap26-server/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1642828021
SHA256 (openldap-2.6.1.tgz) = 9d576ea6962d7db8a2e2808574e8c257c15aef55f403a1fb5a0faf35de70e6f3
SIZE (openldap-2.6.1.tgz) = 6440418
TIMESTAMP = 1651730071
SHA256 (openldap-2.6.2.tgz) = 81d09345232eb62486ecf5acacd2c56c0c45b4a6c8c066612e7f421a23a1cf87
SIZE (openldap-2.6.2.tgz) = 6448362
8 changes: 4 additions & 4 deletions net/openldap26-server/files/patch-include__ldap_defaults.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- include/ldap_defaults.h.orig 2021-07-27 17:44:47 UTC
--- include/ldap_defaults.h.orig 2022-05-04 14:55:23 UTC
+++ include/ldap_defaults.h
@@ -39,7 +39,7 @@
#define LDAP_ENV_PREFIX "LDAP"
@@ -40,7 +40,7 @@

/* default ldapi:// socket */
#ifndef LDAPI_SOCK
-#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "run" LDAP_DIRSEP "ldapi"
+#define LDAPI_SOCK "/var/run" LDAP_DIRSEP "openldap" LDAP_DIRSEP "ldapi"
#endif

/*
* SLAPD DEFINITIONS
6 changes: 3 additions & 3 deletions net/openldap26-server/files/patch-libraries_libldap_tls__o.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- libraries/libldap/tls_o.c.orig 2021-07-27 17:44:47 UTC
--- libraries/libldap/tls_o.c.orig 2022-05-04 14:55:23 UTC
+++ libraries/libldap/tls_o.c
@@ -275,7 +275,7 @@ tlso_ctx_free ( tls_ctx *ctx )
@@ -281,7 +281,7 @@ tlso_ctx_free ( tls_ctx *ctx )
SSL_CTX_free( c );
}

Expand All @@ -9,7 +9,7 @@
static char *
tlso_stecpy( char *dst, const char *src, const char *end )
{
@@ -411,7 +411,7 @@ tlso_ctx_init( struct ldapoptions *lo, struct ldaptls
@@ -417,7 +417,7 @@ tlso_ctx_init( struct ldapoptions *lo, struct ldaptls
}

if ( lo->ldo_tls_ciphersuite ) {
Expand Down

0 comments on commit b6055b7

Please sign in to comment.