drop the workaround patch and include the upstream patch.
adjust the package.mk file to call make not waf directly as specified by
samba. This sets the PYTHONHASHSEED hash randomization to a static value
of 1, thus having reproducable (non random) ordering iteration of values
in variables.
https://bugzilla.samba.org/show_bug.cgi?id=15033
ann:
- https://lists.x.org/archives/xorg-announce/2022-June/003168.html
This release fixes the --enable-thread-safety-constructor option to the
configure script to work as intended. In the previous release, the changes
for this option may not have been enabled when the option was not specified
or when the --enable option was specified.
While we have enabled it by default, believing that doing so will reduce
the number of bugs users encounter running libX11 clients, in some cases
it may expose bugs in which clients had previously gotten away with calling
libX11 functions while a libX11 lock is already held, and thus now deadlock,
as discussed in https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157 .
Alan Coopersmith (2):
configure.ac: Fix --enable-thread-safety-constructor
libX11 1.8.1