gnu: libXdmcp: Build without libbsd.
The libbsd input was added in fe6db6ecff
to fix
CVE-2017-2625. libXdmcp 1.1.3 implemented an alternative fix using the
glibc getentropy(3) function, alleviating the need to pull in libbsd.
* gnu/packages/xorg.scm (libxdmcp)[inputs]: Remove LIBBSD.
master
parent
ae406b91e2
commit
b42cb70e37
|
@ -1276,8 +1276,7 @@ with the Cygwin XWin server when running X11 in a rootless mode.")
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(inputs
|
||||
(list libbsd xorgproto))
|
||||
(inputs (list xorgproto))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(home-page "https://www.x.org/wiki/")
|
||||
|
|
Reference in New Issue