[Bug 277524] www/node18: upgrade the port to 18.19.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Mar 2024 10:31:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277524
Bug ID: 277524
Summary: www/node18: upgrade the port to 18.19.1
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: sunpoet@FreeBSD.org
Reporter: Trond.Endrestol@ximalas.info
Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
Assignee: sunpoet@FreeBSD.org
Created attachment 248967
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248967&action=edit
Git compatible patch for www/node18 upgrading the port to 18.19.1
Build will only succeed if:
$ sysctl kern.elf64.aslr.enable=0
$ sysctl kern.elf64.aslr.pie_enable=0
$ sysctl kern.elf64.allow_wx=1
Conveniently repeated as a one-liner:
sysctl kern.elf64.aslr.enable=0;sysctl kern.elf64.aslr.pie_enable=0;sysctl
kern.elf64.allow_wx=1
--
You are receiving this mail because:
You are the assignee for the bug.