Пакет libetpan: Информация
Исходный пакет: libetpan
Версия: 1.9.4-alt6
Собран: 13 ноября 2024 г. 20:34
Категория: Разработка/C
Сообщить об ошибке в пакетеДомашняя страница: https://www.etpan.org/libetpan.html
Лицензия: BSD-3-Clause
О пакете: This mail library provide a portable, efficient middleware for different kinds of mail access
Описание:
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.
Список бинарных RPM-пакетов, собираемых из данного SRPM:
libetpan (loongarch64)
libetpan-debuginfo (loongarch64)
libetpan-devel (loongarch64)
libetpan (loongarch64)
libetpan-debuginfo (loongarch64)
libetpan-devel (loongarch64)
Сопровождающий: Mikhail Efremov
Список участников:
Mikhail Efremov
Aleksei Nikiforov
Sergey Y. Afonin
Eugeny A. Rostovtsev
Alexey Rusakov
Alex Gorbachenko
Mikhail Efremov
Aleksei Nikiforov
Sergey Y. Afonin
Eugeny A. Rostovtsev
Alexey Rusakov
Alex Gorbachenko
Последнее изменение
13 ноября 2024 г. Mikhail Efremov 1.9.4-alt6
- Use poll() instead of select(). - Patch from upstream pull requests: + Fix operator precedence related to poll.
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.
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).