Update OpenLDAP to the current version.
That's one small committ for a developer, one giant leap for the community. The giant leap, however, may come later.
This commit is contained in:
parent
7b32dc014b
commit
4198223338
@ -1,17 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.66 2006/06/19 08:22:35 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.67 2006/10/04 19:13:16 mbalmer Exp $
|
||||
|
||||
COMMENT= "Open source LDAP software (client)"
|
||||
COMMENT-server= "Open source LDAP software (server)"
|
||||
|
||||
DISTNAME= openldap-2.3.24
|
||||
DISTNAME= openldap-2.3.27
|
||||
FULLPKGNAME= ${DISTNAME:S/-/-client-/}
|
||||
PKGNAME-server= ${DISTNAME:S/-/-server-/}
|
||||
SHARED_LIBS= lber-2.3 9.0 \
|
||||
lber 9.0 \
|
||||
ldap-2.3 9.0 \
|
||||
ldap 9.0 \
|
||||
ldap_r-2.3 9.0 \
|
||||
ldap_r 9.0
|
||||
SHARED_LIBS= lber-2.3 9.1 \
|
||||
lber 9.1 \
|
||||
ldap-2.3 9.1 \
|
||||
ldap 9.1 \
|
||||
ldap_r-2.3 9.1 \
|
||||
ldap_r 9.1
|
||||
CATEGORIES= databases net
|
||||
|
||||
HOMEPAGE= http://www.openldap.org/
|
||||
@ -117,5 +117,6 @@ post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openldap/schema
|
||||
${INSTALL_DATA} ${DESTDIR}${SYSCONFDIR}/openldap/schema/*.schema \
|
||||
${PREFIX}/share/examples/openldap/schema
|
||||
@rm -r ${DESTDIR}${SYSCONFDIR}/openldap
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (openldap-2.3.24.tgz) = 3e58de30abc959ec88730123cecdb6d1
|
||||
RMD160 (openldap-2.3.24.tgz) = 8b4be685de2c2a7ace1debe97d5bda2354b57a06
|
||||
SHA1 (openldap-2.3.24.tgz) = e00f7a017d9223708b77b0df3a612d236789b380
|
||||
SIZE (openldap-2.3.24.tgz) = 3756405
|
||||
MD5 (openldap-2.3.27.tgz) = 0fbae4e9279aaa586adcd9f19b66a5ed
|
||||
RMD160 (openldap-2.3.27.tgz) = 8c25c39689daa515f14e88611490ae6d8df0911c
|
||||
SHA1 (openldap-2.3.27.tgz) = c2b6ac3ec89d0f58d079592946d045dba45edafe
|
||||
SIZE (openldap-2.3.27.tgz) = 3757519
|
||||
|
Loading…
Reference in New Issue
Block a user