Update perl to 5.42.3
We already had the security changes, this is mostly version bumps
and documentation adjustments for them. There does pull in additional
changes in Archive-Tar, Compress-Raw-Bzip2, and IO-Compress.
While here, bump the libperl version for the previous CVE that
changed a public header.
OK and suggestions bluhm@
update to editors/TeXmacs 2.1.5
- moves to qt6
- uses subversion versioning suffix in WRKDIST
- uses https in SITES
- adds security/gnutls to WANTLIB and LIB_DEPENDS for online
collaboration
- replaces #!/bin/bash with #!/bin/sh in lisp plugin
- patches out wordexp in QTMPipeLink.cpp
- patches out malloc.h
- removes R from README
- formatting cleanup
feedback and ok rsadowski@
In mparse_open(), stop using the same local variable for two entirely
distinct purposes. Instead, declare two different variables, each with
an adequate type (const vs. non-const) and a more descriptive name.
No functional change.
Small style issue reported by gcc-16.1.1 on Fedora 44
via Xose Vazquez Perez <xose.vazquez at gmail.com>.
In mdoc_ptext(), stop confusingly declaring two pointers "const"
that actually point into a non-const string that is sometimes modified
in the function (to trim trailing whitespace).
No functional change.
Small style issue reported by gcc-16.1.1 on Fedora 44
via Xose Vazquez Perez <xose.vazquez at gmail.com>.