1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/emulators/wine
Stefan Eßer 116e5db787 emulators/wine: Fix crash due to ASLR
ASLR has been enabled by default on -CURRENT and -STABLE and this
causes Wine to crash. The clean solution would be to implement some
memory mapping code that already exists for macOS and Linux, but this
is not an essy task.

In order to allow use of Wine on systems with ASLR mark the Wine
executables as not compatible with ASLR using elfctl. This allows
to keeps ASLR enabled on the system for all other binaries.

If the required memory mapping functionality is made available, the
elfctl commands should be removed from this and the other Wine ports.

Approved by:	portmgr (implicit)
2022-07-24 23:13:13 +02:00
..
files emulators/wine: Update to Wine 6.0.3 2022-02-26 12:41:32 +00:00
distinfo emulators/wine: Update to Wine 6.0.4 2022-04-15 04:13:26 +00:00
Makefile emulators/wine: Fix crash due to ASLR 2022-07-24 23:13:13 +02:00
pkg-descr emulators/i386-wine: Remove port. 2021-11-19 06:55:03 +00:00
pkg-plist emulators/wine: Allow choosing between OSS and ALSA 2022-04-30 17:07:51 +00:00