www/firefox-esr: MFC: replace tmppath by rpath/wpath/cpath, it is going away
utility and rdd processes only have rwc access to /tmp anyway
requested by deraadt@
www/mozilla-firefox: MFC replace tmppath by rpath/wpath/cpath, it is going away
utility and rdd processes only have rwc access to /tmp anyway
requested by deraadt@
www/firefox-esr: replace tmppath by rpath/wpath/cpath, it is going away
utility and rdd processes only have rwc access to /tmp anyway
requested by deraadt@
www/mozilla-firefox: replace tmppath by rpath/wpath/cpath, it is going away
utility and rdd processes only have rwc access to /tmp anyway
requested by deraadt@
replace pledge "stdio rpath tmppath" with unveil "/tmp" "rwc" to satisfy
mktemp(3) type operations, unveil "/" "r" for reading all over the tree,
and pledge "stdio rpath wpath cpath" to permit both unveils subject to
their own limitations.
update to gawk-5.4.0, fixes pma on OpenBSD
this version includes a new regular expression matcher, minRX.
unlike previous this is POSIX-compliant; the old matchers are still
present for now and can be selected by setting a GAWK_GNU_MATCHERS
environment variable. see README_d/README.matchers.
py-requests: relax chardet version requirements.
requests can use chardet if available (though is not a forced dependency)
and, if installed, it checks the version number. relax this check to allow
updating chardet. from upstream.
py-requests: relax chardet version requirements.
requests can use chardet if available (though is not a forced dependency)
and, if installed, it checks the version number. relax this check to allow
updating chardet. from upstream.
update to coreutils-9.10
several programs are no longer included in default builds: chcon and
runcon (unless SELinux is available; otherwise they are stub binaries
only), kill and uptime (these can be reenabled by adding CONFIGURE_ARGS
--enable-install-program=kill,uptime if needed).