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

Бинарный пакет: python-tools-smtpd
Версия: 2.7.11-alt4.M80P.1
Архитектура: noarch
Собран:  27 октября 2017 г. 18:13 в задании #192000
Исходный пакет: python
Категория: Разработка/Python
Сообщить об ошибке в пакете
Домашняя страница: http://www.python.org/

Лицензия: PSF
О пакете: 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


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


24 октября 2017 г. Ivan Zakharyaschev 2.7.11-alt4.M80P.1
- Build for p8
27 сентября 2017 г. Anton V. Boyarshinov 2.7.11-alt5
- libpython, python-modules: backported upstream fixes
  (Fixes: CVE-2016-0772, CVE-2016-5636)
11 апреля 2017 г. Gleb Fotengauer-Malinovskiy 2.7.11-alt4
- Fixed 'random' module regression caused by glibc >= 2.25 (closes: #33355).