Package cyrus-sasl2: Information

    Source package: cyrus-sasl2
    Version: 2.1.28-alt5
    Latest version according to Repology
    Build time:  Jun 3, 2026, 09:50 AM in the task #419937
    Category: System/Libraries
    Report package bug
    License: ALT-Cyrus
    Summary: SASL2 is the Simple Authentication and Security Layer
    Description: 
    SASL is the 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.

    List of RPM packages built from this SRPM:
    cyrus-sasl2 (x86_64, i586, aarch64)
    cyrus-sasl2-debuginfo (x86_64, i586, aarch64)
    cyrus-sasl2-docs (noarch)
    libsasl2-3 (x86_64, i586, aarch64)
    libsasl2-3-debuginfo (x86_64, i586, aarch64)
    libsasl2-devel (x86_64, i586, aarch64)
    libsasl2-plugin-gssapi (x86_64, i586, aarch64)
    libsasl2-plugin-gssapi-debuginfo (x86_64, i586, aarch64)
    libsasl2-plugin-ldapdb (x86_64, i586, aarch64)
    libsasl2-plugin-ldapdb-debuginfo (x86_64, i586, aarch64)
    libsasl2-plugin-sql (x86_64, i586, aarch64)
    libsasl2-plugin-sql-debuginfo (x86_64, i586, aarch64)

    Maintainer: Michael Shigorin



      1. gcc13
      2. groff-base
      3. libMySQL-devel
      4. libcom_err-devel
      5. libdb4-devel
      6. libkrb5-devel
      7. libldap-devel
      8. libsqlite3-devel
      9. libpam-devel
      10. openssl-devel
      11. libpq-devel

    Last changed


    June 3, 2026 Michael Shigorin 2.1.28-alt5
    - E2K: no gcc13, and there's just one lcc version per branch
      (cf. 2.1.28-alt2.1)
    April 29, 2026 Vitaly Lipatov 2.1.28-alt4
    - crypt(3) patch: add support for $5$ SHA-256, $6$ SHA-512, $y$ yescrypt
      and any future modular crypt format. Also fix $2[abxy]$ bcrypt salt
      truncation (was extracting 17 chars instead of 29). Pass full stored
      hash as salt argument to crypt() - modern crypt(3) reads only salt
      prefix and ignores hash portion, so explicit salt-length parsing is
      no longer needed.
    Oct. 2, 2025 Alexei Takaseev 2.1.28-alt3
    - Change BR: postgresql-devel -> libpq-devel to reduce the size
      of the build environment