From: Tobias Geerinckx-Rice Date: Thu, 12 Dec 2019 02:15:37 +0100 Subject: gnu: jfsutils: Include sys/sysmacros.h. Copied verbatim[0] from the Debian package. [0]: https://sources.debian.org/patches/jfsutils/1.1.15-4/add_sysmacros.patch Description: Include sys/sysmacros.h Mentioned header needed for major() definition. Author: Laszlo Boszormenyi (GCS) Last-Update: 2018-12-11 --- --- jfsutils-1.1.15.orig/libfs/devices.c +++ jfsutils-1.1.15/libfs/devices.c @@ -49,6 +49,8 @@ #include #endif +#include + #include "jfs_types.h" #include "jfs_filsys.h" #include "devices.h" t type='hidden' name='id' value='67c3d230dc10fdd270acc5a0334a538de06e9c50'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-17gnu: curl: Update to 8.5.0 [security fixes]....Fixes CVE-2023-46218 and CVE-2023-46219. See <https://curl.se/docs/CVE-2023-46218.html> and <https://curl.se/docs/CVE-2023-46219.html> respectively. * gnu/packages/curl.scm (curl): Update to 8.5.0. * gnu/packages/patches/curl-use-ssl-cert-env.patch: Update patch. Change-Id: Iaa6aa5de0f45576dc06bf5eca1eec502e5c83332 John Kehayias