openldap-2.6.4

This commit is contained in:
Rmys
2023-05-06 00:23:52 +03:00
committed by GitHub
parent 25215048b2
commit 41db82823a
2 changed files with 42 additions and 46 deletions
+24 -20
View File
@@ -19,54 +19,45 @@ def setup():
) )
pisitools.dosed("servers/slapd/Makefile.in", "(\$\(DESTDIR\))\$\(localstatedir\)(\/run)", r"\1\2") pisitools.dosed("servers/slapd/Makefile.in", "(\$\(DESTDIR\))\$\(localstatedir\)(\/run)", r"\1\2")
pisitools.flags.add("-D_REENTRANT -D_GNU_SOURCE -fPIC -Wl,--as-needed -DLDAP_CONNECTIONLESS") # pisitools.flags.add("-D_REENTRANT -D_GNU_SOURCE -fPIC -Wl,--as-needed -DLDAP_CONNECTIONLESS")
# shelltools.system("sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.{conf,ldif}")
shelltools.system("sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' libraries/{liblber,libldap}/Makefile.in")
#pisitools.ldflags.add("-pie") #pisitools.ldflags.add("-pie")
options = "--prefix=/usr \ options = "--prefix=/usr \
--disable-bdb \
--disable-hdb \
--enable-backends=mod \ --enable-backends=mod \
--enable-slapd \ --enable-slapd \
--enable-passwd=mod \ --enable-passwd=mod \
--enable-dnssrv=mod \ --enable-dnssrv=mod \
--enable-ldap \ --enable-ldap \
--enable-wrappers \
--enable-meta=mod \ --enable-meta=mod \
--enable-monitor=mod \
--enable-null=mod \ --enable-null=mod \
--enable-shell=mod \
--enable-rewrite \
--enable-rlookups \ --enable-rlookups \
--enable-aci \
--enable-modules \ --enable-modules \
--enable-cleartext \ --enable-cleartext \
--enable-lmpasswd \
--enable-spasswd \
--enable-slapi \ --enable-slapi \
--enable-dyngroup \ --enable-dyngroup \
--enable-proxycache \ --enable-proxycache \
--enable-perl \
--enable-syslog \ --enable-syslog \
--enable-dynamic \ --enable-dynamic \
--enable-local \ --enable-local \
--enable-proctitle \
--enable-overlays=mod \ --enable-overlays=mod \
--enable-ndb=no \
--with-pic \ --with-pic \
--with-threads \
--with-cyrus-sasl \
--without-fetch \ --without-fetch \
--without-threads \ --disable-wt \
--enable-crypt \ --enable-crypt \
--enable-ipv6 \ --enable-ipv6 \
--enable-dynacl \ --enable-dynacl \
--enable-shared \ --enable-shared \
--disable-static \ --enable-static=no \
--disable-slp \ --disable-slp \
--localstatedir=/var/lib" --localstatedir=/var/lib"
# --enable-aci \
# --enable-wrappers \
if get.buildTYPE() == "emul32": if get.buildTYPE() == "emul32":
options = " --prefix=/emul32 \ options += " --prefix=/emul32 \
--libdir=/usr/lib32 \ --libdir=/usr/lib32 \
--libexecdir=/emul32/libexec \ --libexecdir=/emul32/libexec \
--disable-bdb \ --disable-bdb \
@@ -74,9 +65,21 @@ def setup():
--disable-wrappers \ --disable-wrappers \
--disable-spasswd \ --disable-spasswd \
--disable-perl \ --disable-perl \
--without-tls \ --with-tls=auto \
--disable-ndb \
--disable-sql \
--without-cyrus-sasl" --without-cyrus-sasl"
else: options += " --with-tls=auto"
else: options += " --enable-wrappers \
--enable-spasswd \
--enable-perl \
--enable-mdb=yes \
--with-cyrus-sasl \
--enable-bdb=yes \
--enable-hdb=yes \
--with-gnu-ld \
--with-threads \
--with-tls=auto"
shelltools.export("AUTOMAKE", "/bin/true") shelltools.export("AUTOMAKE", "/bin/true")
autotools.autoreconf("-fi") autotools.autoreconf("-fi")
@@ -90,6 +93,7 @@ def build():
def install(): def install():
if get.buildTYPE() == "emul32": if get.buildTYPE() == "emul32":
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dosym("/usr/lib/libslapi.so.2.0.200", "/usr/lib/libldap-2.4.so.2")
return return
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+18 -26
View File
@@ -11,9 +11,9 @@
<License>OPENLDAP</License> <License>OPENLDAP</License>
<Summary>Open-source suite of LDAP applications and development tools</Summary> <Summary>Open-source suite of LDAP applications and development tools</Summary>
<Description>OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools</Description> <Description>OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools</Description>
<Archive sha1sum="b154d06bbf40fafafb34fffc4b116946d931efef" type="targz">ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.59.tgz</Archive> <Archive sha1sum="8ed73b552324a92d2f6e53381f9b1d10ca0b5485" type="targz">ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.6.4.tgz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>nss-devel</Dependency> <!-- <Dependency>nss-devel</Dependency> -->
<Dependency>db-devel</Dependency> <Dependency>db-devel</Dependency>
<Dependency>openssl-devel</Dependency> <Dependency>openssl-devel</Dependency>
<Dependency>tcp-wrappers-devel</Dependency> <Dependency>tcp-wrappers-devel</Dependency>
@@ -28,27 +28,10 @@
<Dependency>groff</Dependency> <Dependency>groff</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<!-- <Patch level="1">openldap-2.4.39-blfs_paths-1.patch</Patch> --> <!--Patch level="1">fedora/openldap-reentrant-gethostby.patch</Patch>
<!-- <Patch level="1">openldap-2.4.44-consolidated-2.patch</Patch> -->
<!-- <Patch level="1">openldap-2.4.39-symbol_versions-1.patch</Patch> -->
<Patch level="1">openldap-2.4.39-ntlm-1.patch</Patch>
<!-- <Patch level="1">fedora/openldap-sql-linking.patch</Patch> -->
<Patch level="1">fedora/openldap-reentrant-gethostby.patch</Patch>
<Patch level="1">fedora/openldap-ldaprc-currentdir.patch</Patch> <Patch level="1">fedora/openldap-ldaprc-currentdir.patch</Patch>
<!-- <Patch level="1">fedora/openldap-userconfig-setgid.patch</Patch> -->
<!--<Patch level="1">fedora/openldap-dns-priority.patch</Patch>-->
<!-- <Patch level="1">fedora/openldap-syncrepl-unset-tls-options.patch</Patch> -->
<Patch level="1">fedora/openldap-nss-update-list-of-ciphers.patch</Patch>
<!-- <Patch level="1">fedora/openldap-tls-no-reuse-of-tls_session.patch</Patch> -->
<!-- <Patch level="1">fedora/openldap-nss-regex-search-hashed-cacert-dir.patch</Patch> -->
<Patch level="1">fedora/openldap-nss-ignore-certdb-type-prefix.patch</Patch>
<!-- <Patch level="1">fedora/openldap-nss-certs-from-certdb-fallback-pem.patch</Patch> -->
<Patch level="1">fedora/openldap-nss-pk11-freeslot.patch</Patch>
<Patch level="1">fedora/openldap-switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.patch</Patch> <Patch level="1">fedora/openldap-switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.patch</Patch>
<!-- <Patch level="1">fedora/openldap-ldapi-sasl.patch</Patch> --> <Patch level="1">fedora/openldap-ai-addrconfig.patch </Patch-->
<Patch level="1">fedora/openldap-autoconf-pkgconfig-nss.patch</Patch>
<Patch level="1">fedora/openldap-ai-addrconfig.patch </Patch>
<!--Patch level="1">fedora/openldap-smbk5pwd-overlay.patch</Patch-->
</Patches> </Patches>
</Source> </Source>
@@ -58,9 +41,10 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Command-line ldap client commands (ldapsearch, ldapadd etc..)</Summary> <Summary>Command-line ldap client commands (ldapsearch, ldapadd etc..)</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>nss</Dependency> <!-- <Dependency>nss</Dependency> -->
<Dependency>nspr</Dependency> <!-- <Dependency>nspr</Dependency> -->
<Dependency>openssl</Dependency> <Dependency>openssl</Dependency>
<Dependency>libutil-linux</Dependency>
<Dependency>cyrus-sasl</Dependency> <Dependency>cyrus-sasl</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
@@ -79,13 +63,14 @@
<Summary>OpenLDAP server slapd and releated tools</Summary> <Summary>OpenLDAP server slapd and releated tools</Summary>
<Description>OpenLDAP server slapd, additional backends, configuration files, schema definitions required for operation, and database maintenance tools</Description> <Description>OpenLDAP server slapd, additional backends, configuration files, schema definitions required for operation, and database maintenance tools</Description>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>db</Dependency> <!-- <Dependency>db</Dependency> -->
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
<Dependency>openssl</Dependency>
<Dependency>unixODBC</Dependency> <Dependency>unixODBC</Dependency>
<Dependency>libutil-linux</Dependency> <Dependency>libutil-linux</Dependency>
<Dependency>tcp-wrappers</Dependency> <Dependency>tcp-wrappers</Dependency>
<Dependency>libtool-ltdl</Dependency> <Dependency>libtool-ltdl</Dependency>
<Dependency>nss</Dependency> <!-- <Dependency>nss</Dependency> -->
<Dependency>cyrus-sasl</Dependency> <Dependency>cyrus-sasl</Dependency>
<Dependency release="current">openldap-client</Dependency> <Dependency release="current">openldap-client</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
@@ -120,7 +105,7 @@
<BuildType>emul32</BuildType> <BuildType>emul32</BuildType>
<BuildDependencies> <BuildDependencies>
<Dependency>openssl-32bit</Dependency> <Dependency>openssl-32bit</Dependency>
<Dependency>libtool-ltdl-32bit</Dependency> <Dependency>libtool-ltdl-32bit</Dependency>
</BuildDependencies> </BuildDependencies>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>openssl-32bit</Dependency> <Dependency>openssl-32bit</Dependency>
@@ -132,6 +117,13 @@
</Package> </Package>
<History> <History>
<Update release="9">
<Date>2023-05-05</Date>
<Version>2.6.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8"> <Update release="8">
<Date>2021-11-06</Date> <Date>2021-11-06</Date>
<Version>2.4.59</Version> <Version>2.4.59</Version>