me
/
guix
Archived
1
0
Fork 0

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
Marius Bakke 2022-09-10 19:36:50 +02:00
parent ae406b91e2
commit b42cb70e37
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 2 deletions

View File

@ -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/")