Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#60563 - [mutt] Do not build with the bundled regex library
Attached to Project:
Arch Linux
Opened by Peter Wu (Lekensteyn) - Tuesday, 23 October 2018, 11:43 GMT
Last edited by Gaetan Bisson (vesath) - Thursday, 25 October 2018, 17:31 GMT
Opened by Peter Wu (Lekensteyn) - Tuesday, 23 October 2018, 11:43 GMT
Last edited by Gaetan Bisson (vesath) - Thursday, 25 October 2018, 17:31 GMT
|
DetailsDescription:
The configure option --with-regex results in use of the bundled regex library instead of the system-supplied one. The bundled library has at least one potential defect, so it is probably better to remove this option and use the one from the GNU C library. See also https://gitlab.com/muttmua/mutt/issues/89 Additional info: * package version: mutt 1.10.1-4 |
This task depends upon
Closed by Gaetan Bisson (vesath)
Thursday, 25 October 2018, 17:31 GMT
Reason for closing: Implemented
Additional comments about closing: mutt-1.10.1-5 in [extra]
Thursday, 25 October 2018, 17:31 GMT
Reason for closing: Implemented
Additional comments about closing: mutt-1.10.1-5 in [extra]
- Internally the standard POSIX regex interface (regecomp, regexec, etc.) is being used.
- The bundled version is derived from the GNU C Library, but is not really maintained (except for some build fixes, there has not been changes this millennium).
- While some esoteric operating systems might lack a good regex library, this is not the case for Linux (which has GNU libc).
- Other distributions (Debian, Fedora) do not have this option. (Gentoo does though, probably due to the misleading name that suggests enabling a feature)