Package libetpan: Information

    Source package: libetpan
    Version: 1.9.4-alt6
    Latest version according to Repology
    Build time:  Nov 13, 2024, 07:15 PM in the task #362461
    Category: Development/C
    Report package bug
    License: BSD-3-Clause
    Summary: This mail library provide a portable, efficient middleware for different kinds of mail access
    Description: 
    The purpose of this mail library is to provide a portable, efficient
    middleware for different kinds of mail access. When using the drivers
    interface, the interface is the same for all kinds of mail access,
    remote and local mailboxes.

    List of RPM packages built from this SRPM:
    libetpan (x86_64, ppc64le, i586, aarch64)
    libetpan-debuginfo (x86_64, ppc64le, i586, aarch64)
    libetpan-devel (x86_64, ppc64le, i586, aarch64)

    Maintainer: Mikhail Efremov



      1. libsasl2-devel
      2. libcurl-devel
      3. gcc-c++
      4. libexpat-devel
      5. libgnutls-devel
      6. zlib-devel
      7. liblmdb-devel
      8. liblockfile-devel

    Last changed


    Nov. 13, 2024 Mikhail Efremov 1.9.4-alt6
    - Use poll() instead of select().
    - Patch from upstream pull requests:
      + Fix operator precedence related to poll.
    April 24, 2024 Mikhail Efremov 1.9.4-alt5
    - smtp: Use sockaddr_storage instead of sockaddr.
    - Don't link against unused libraries.
    - Patches from upstream pull requests:
      + Fix mailsmtp_init_with_ip for IPv6 on Linux;
      + Prevent a FD_SET undefined behavior;
      + Fix charconv() double-free.
    Nov. 7, 2023 Mikhail Efremov 1.9.4-alt4
    - Patches from upstream git:
      + Fix buffer overwrite for empty string in remove_trailing_eol
        (upstream issue #408);
      + Detect extra data after STARTTLS response and exit (upstrem
        issue #387) (fixes: CVE-2020-15953);
      + Missing boundary fix (upstream issue #384);
      + Fix potential null pointer deferenced (upstream issue #363);
      + Fix potential null pointer deferenced (upstream issue #361);
      + Fix potential null pointer deference (upstream issue #348).