1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/devel/electron13
Adam Wolk 03d66a4c64 devel/electron13: fix obtaining HOST_NAME_MAX
Using sysconf(3) API lead to accidental introduction of variable
length arrays (VLA) in the port. Additionally gethostname(3) has been
passed _SC_HOST_NAME_MAX incorrectly as the HOST_NAME_MAX length.

Fall back to using _POSIX_HOST_NAME_MAX as the remaining code is not
ready for introducing sysconf(3) as a patch.

Bump PORTREVISION to rebuild with the new patch.

The patch was lifted from www/chromium which has a similar diff
pending.

Sponsored by:	Fudo Security
Differential Revision:	https://reviews.freebsd.org/D30064
2021-12-14 22:20:27 +09:00
..
files devel/electron13: fix obtaining HOST_NAME_MAX 2021-12-14 22:20:27 +09:00
distinfo devel/electron13: update to 13.6.3 2021-12-02 12:57:11 +09:00
Makefile devel/electron13: fix obtaining HOST_NAME_MAX 2021-12-14 22:20:27 +09:00
Makefile.version devel/electron13: update to 13.6.3 2021-12-02 12:57:11 +09:00
pkg-descr
pkg-plist