1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/www/chromium
Adam Wolk a33ecd73b4 www/chromium: 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.

Reviewed by:	bapt
Sponsored by:	Fudo Security
Differential Revision:	https://reviews.freebsd.org/D30062
2021-12-15 19:40:00 +01:00
..
files www/chromium: fix obtaining HOST_NAME_MAX 2021-12-15 19:40:00 +01:00
distinfo www/chromium: update to 94.0.4606.81 2021-10-19 21:39:45 +02:00
Makefile www/chromium: fix obtaining HOST_NAME_MAX 2021-12-15 19:40:00 +01:00
Makefile.tests
pkg-descr
pkg-plist