UmVirt LFS Package info
DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
cyrus-sasl
The Cyrus SASL package contains a Simple Authentication and Security Layer implementation, a method for adding authentication support to connection-based protocols.Package info
Template:
Codename: cyrus-sasl
Source file: cyrus-sasl-2.1.28.tar.gz
Source file size: 4034803
Source file MD5-checkum: 6f228a692516f5318a64505b46966cfa
Source directory: cyrus-sasl-2.1.28
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/c/cyrus-sasl-2.1.28.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/c/cyrus-sasl-2.1.28.tar.gz.md5sum
Dependances: LMDB, berkeleydb.
Dependance of: OpenLDAP-client, OpenLDAP-server, spice-server, postfix, nfs-utils, exim, qca, qemu.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed '/saslint/a #include <time.h>' -i lib/saslutil.c &&
sed '/plugin_common/a #include <time.h>' -i plugins/cram.c
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-auth-sasldb \
--with-dblib=lmdb \
--with-dbpath=/var/lib/sasl/sasldb2 \
--with-sphinx-build=no \
--with-saslauthd=/var/run/saslauthd
Build script:
make -j1
Install script:
make install
if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
install -v -dm755 /usr/share/doc/cyrus-sasl-2.1.28/html &&
install -v -m644 saslauthd/LDAP_SASLAUTHD /usr/share/doc/cyrus-sasl-2.1.28 &&
install -v -m644 doc/legacy/*.html /usr/share/doc/cyrus-sasl-2.1.28/html
fi
install -v -dm700 /var/lib/sasl