Пакет python-tools-smtpd: Информация

    Бинарный пакет: python-tools-smtpd
    Версия: 2.7.18-alt11
    Архитектура: noarch
    Собран:  29 августа 2023 г. 7:09 в задании #328124
    Исходный пакет: python
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://www.python.org/

    Лицензия: Python-2.0
    О пакете: An RFC 2821 smtp proxy
    Описание: 
    This file implements the minimal SMTP protocol as defined in RFC 821.  It
    has a hierarchy of classes which implement the backend functionality for the
    smtpd.  A number of classes are provided:
    SMTPServer - the base class for the backend.  Raises NotImplementedError
    if you try to use it.
    DebuggingServer - simply prints each message it receives on stdout.
    PureProxy - Proxies all messages to a real smtpd which does final delivery.
    MailmanProxy - An experimental hack to work with GNU Mailman <www.list.org>.

    Сопровождающий: Python Development Team


    Последнее изменение


    30 июля 2023 г. Gleb Fotengauer-Malinovskiy 2.7.18-alt11
    - Added support for openssl 3.1 (thx Christian Heimes).
    17 июня 2022 г. Vladimir D. Seleznev 2.7.18-alt10
    - Secutiry update (fixed: CVE-2015-20107).
    - Fixed Url field.
    12 марта 2022 г. Vladimir D. Seleznev 2.7.18-alt9
    - Security update (fixed: CVE-2021-4189 and CVE-2022-0391);
    - Fixed FTBFS against libexpat >= 2.4.5.