update to openldap-client-2.6.7

This commit is contained in:
sthen 2024-01-30 14:13:13 +00:00
parent d80f086e4c
commit cc68aabc82
3 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
COMMENT-main = LDAP client library and tools
COMMENT-server = LDAP directory server
DISTNAME = openldap-2.6.6
DISTNAME = openldap-2.6.7
MULTI_PACKAGES = -main -server
PKGNAME-main = ${DISTNAME:S/-/-client-/}

View File

@ -1,2 +1,2 @@
SHA256 (openldap-2.6.6.tgz) = CC6ZjPVCmE1DY0RC2+EdqGB1nlEJBxUupXm9xC/jnqA=
SIZE (openldap-2.6.6.tgz) = 6475109
SHA256 (openldap-2.6.7.tgz) = zXdfYlyUTteKPaGKA7A7CO6nPIqryXtBuzNumhCVSTA=
SIZE (openldap-2.6.7.tgz) = 6484944

View File

@ -1,12 +1,12 @@
Index: contrib/slapd-modules/passwd/totp/Makefile
--- contrib/slapd-modules/passwd/totp/Makefile.orig
+++ contrib/slapd-modules/passwd/totp/Makefile
@@ -36,7 +36,7 @@ man5dir = $(mandir)/man5
all: $(PROGRAMS)
@@ -9,7 +9,7 @@ LDAP_LIB = $(LDAP_BUILD)/libraries/libldap/libldap.la
PLAT = UNIX
NT_LIB = -L$(LDAP_BUILD)/servers/slapd -lslapd
NT_LDFLAGS = -no-undefined -avoid-version
-UNIX_LDFLAGS = -version-info $(LTVER)
+UNIX_LDFLAGS = -avoid-version
pw-totp.la: slapd-totp.lo
- $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -version-info $(LTVER) \
+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -avoid-version \
-rpath $(moduledir) -module -o $@ $? $(LIBS)
clean:
LIBTOOL = $(LDAP_BUILD)/libtool
INSTALL = /usr/bin/install