set AWK=/usr/bin/awk in CONFIGURE_ENV, since #1256568 the awk detection
moved from autoconf to moz.configure. Further cleanup will happen after
7.2.
ok sthen@ naddy@
plus I added a patch to the configure script to prevent it from picking up
a non-default Python version at build time
HTTP Request Smuggling Due to Incorrect Parsing of Multi-line
Transfer-Encoding (Medium) (improper fix for CVE-2022-32215)
CVE-2022-32213 bypass via obs-fold mechanic (Medium) (CVE-2022-32213)
HTTP Request Smuggling Due to Incorrect Parsing of Header Fields
(Medium) (CVE-2022-35256)
Weak randomness in WebCrypto keygen (High) (CVE-2022-35255)
- gotwebd documentation fixes
- tog: extend log view author highlight colour to full field width (jamsek)
- tog: make headline highlight extend the full view width (jamsek)
- make got_commit_graph_iter_next use caller-provided storage for the id (op)
- tog: add new log view limit feature to filter commits (patch by Mikhail + op)
- tog: respect current cursor position during log search (patch by Mikhail)
- tog: implement runtime help accessible via H,F1 keymaps (jamsek)
- add gotadmin init -b <branch> to specify repo head ref (jamsek)
- ensure got patch respects x-bit perms for new files (jamsek)
- gotwebd: drop needless NULL check (op)
- show file mode for new added files in work tree diffs (jamsek)
- fix wrong function prototypes shown in diff hunk headers (thj@freebsd, jamsek)
The patch calls le32toh in <endian.h>, because OpenBSD doesn't have
<byteswap.h>. This prevents a fatal error on BE_ARCHS when byteswap.h
didn't exist.
ok jsg@ jca@
on total memory in the machine, ignoring the facts that someone else might
use memory too and allocations might be limited (as done by default in
login.conf).
Adjust them to choose the lower of machine memory and RLIMIT_DATA.
While there, use setrlimit at startup to use -max instead of the soft
-cur limit (as done by various other software in base/ports).
ok namn@, looks good code-wise to stsp@
small update, changelog:
- TDEPS-165 Use the env var CLJ_JVM_OPTS to pass JVM properties to the
internal classpath building process
- Add support to include the common JAVA_OPTS env var as JVM properties
in user program execution
diff from prx (prx [at] si3t [dot] ch) with a minor tweak by me: retain
the do-build since the port' makefile uses -Os and it's easier than
patch it out.