From e9b97b193a9b444399b3cdb33e10906087664b39 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Mon, 8 Jul 2024 20:57:19 +0800 Subject: gnu: freeimage: Adjust for libraw 0.21. * gnu/packages/patches/freeimage-libraw-0.21-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (freeimage)[source](patches): Add it. Change-Id: Ief930d50be3e1f44074cd772756fb813bbad4389 --- gnu/packages/image.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/image.scm') diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 7d5fc3707e..a709822e5b 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -1268,7 +1268,8 @@ supplies a generic doubly-linked list and some string functions.") (search-patches "freeimage-unbundle.patch" "freeimage-libtiff-compat.patch" "freeimage-CVE-2020-21428.patch" - "freeimage-CVE-2020-22524.patch") + "freeimage-CVE-2020-22524.patch" + "freeimage-libraw-0.21-compat.patch") ;; Take one patch from Arch Linux that adds LibRaw 0.20 compatibility. (list (origin (method url-fetch) -- cgit v1.2.3 2e7236a4c267267f4fff8c96ba5ae22b2f461c16'>treecommitdiff
path: root/gnu/services/vpn.scm
AgeCommit message (Expand)Author
2023-09-09services: vpn: Fix broken format string for wireguard dns....Reily Siegel
2023-07-21services: wireguard: Add a 'configuration' action....Maxim Cournoyer
2023-07-21services: wireguard: Clean-up configuration file serializer....Maxim Cournoyer
2023-07-21services: wireguard: Implement a dynamic IP monitoring feature....Maxim Cournoyer
2023-03-03services: vpn: Deprecate 'openvpn-client-service' & 'openvpn-server-service' ......Bruno Victal
2022-12-25services: wireguard: Allow specifying pre-shared keys....Timo Wilken
2022-12-09services: wireguard: Use the parameterized wireguard package....EuAndreh
2022-11-13services: vpn: Fix the profile wireguard package....EuAndreh
2022-11-12services: vpn: Add wireguard-tools to profile-service-type....EuAndreh