clang does not define _CALL_SYSV, breaking an #ifdef. Remove G_VA_COPY
#ifdef hell taken from an old glib version and define G_VA_COPY as
va_copy(3) instead.
Also remove a trailing whitespace in Makefile.
Improved fix and OK jca@
They do result in a bulk package build taking about a third longer, but
the bulk build machines are significantly faster than the machines most
people are running the produced packages on, so it's a trade-off: a bit
of pain for builders vs a lot of pain for users wanting to debug things
on their normal hardware.
Fix side channel in ECC code that allowed an adversary with access to
precise enough timing and memory access information to fully recover an
ECDSA private key (CVE-2020-10932).
avcodec_encode_video and avcodec_alloc_frame.
strangely, though aarch64 *only* uses LLD, the same failure can be
reproduced on amd64 by forcing ld.bfd (USE_LLD=No).
Comment:
monotype font for developers
Description:
JetBrains Mono. A typeface for developers
1. Increased height for a better reading experience
2. Adapted to reading code
3. code-specific ligatures
4. 145 languages
5. weights with matching italics
6. JetBrains Mono is free & open source
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://www.jetbrains.com/lp/mono/
Firs port from espie@, second fro from Greg Steuck and last one from
"clematis", feedback and tweaks from "clematis", gkoehler@, sthen@ and me.
A long mail history for a simple font port.
- normalize tree entry modes to 0100644 or 0100755 when writing tree objects
- fix "searching..." displayed in tog log view while merely scrolling down
- in got.1, clarify how 'got update' deals with local (aka uncommitted) changes
Changelog:
* Fix insecure use of printf
* netplay.c: add missing includes generating warnings on compile
* Update README
* Remove old game server
* Update INSTALL
* Update configure script
Update diff from Micah Muer, OK maintainer Ryan Freeman
is the value used by MacOS and not OpenBSD, however some ports are distributed
in a binary form and they freak out if there is a mismatch between the mono
runtime that they were compiled with and the one that they are running with.
the long-term solution is to get msbuild ported and compile depotdownloader
with our own mono runtime, until then, break IPv6 , nobody is using it anyway ;)