UmVirt LFS Package info

DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit: e4df7951dd35c1c88bd41957abe886af15d0a2eb
[ BASH | XML | JSON ]

cyrus-sasl

The Cyrus SASL package contains a Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection.

Package info

Template:
Codename: cyrus-sasl
Source file: cyrus-sasl-2.1.26.tar.gz
Source file size: 5220231
Source file MD5-checkum: a7f4e5e559a0e37b3ffc438c9456e425
Source directory: cyrus-sasl-2.1.26
Package URL: https://umvirt.com/linux/downloads/0.1/packages/c/cyrus-sasl-2.1.26.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/c/cyrus-sasl-2.1.26.tar.gz.md5sum
Dependances: berkeleydb.
Dependance of: openldap-client, exim, qca.
Patches: cyrus-sasl-2.1.26-fixes-3.patch, cyrus-sasl-2.1.26-openssl-1.1.0-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
autoreconf -fi &&

./configure --prefix=/usr        \
            --sysconfdir=/etc    \
            --enable-auth-sasldb \
            --with-dbpath=/var/lib/sasl/sasldb2 \
            --with-saslauthd=/var/run/saslauthd

Build script:
make -j1

Install script:
make install &&
install -v -dm755 /usr/share/doc/cyrus-sasl-2.1.26 &&
install -v -m644  doc/{*.{html,txt,fig},ONEWS,TODO} \
    saslauthd/LDAP_SASLAUTHD /usr/share/doc/cyrus-sasl-2.1.26 &&
install -v -dm700 /var/lib/sasl