This patch removes the _XOPEN_SOURCE preprocessor directive as it does not seem to be needed. Setting it removes the definition of strdup, which is used in filter-datatypes.c. Patch by Roel Janssen *** a/src/frontend/filter-datatypes.c 1970-01-01 01:00:00.000000000 +0100 --- b/src/frontend/filter-datatypes.c 2018-04-03 17:39:23.177905592 +0200 *************** *** 18,24 **** * Copyright (C) 2006 Steve Harris for Garlik */ - #define _XOPEN_SOURCE #include #include #include --- 18,23 ---- method='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-24gnu: tor: Update to 0.4.8.7....* gnu/packages/tor.scm (tor): Update to 0.4.8.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org> André Batista
2023-09-18gnu: tor: Update to 0.4.8.6....* gnu/packages/tor.scm (tor): Update to 0.4.8.6. [source]: Remove patch. * gnu/packages/patches/tor-remove-defensive-assert.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner
2023-09-14gnu: tor: Update to 0.4.8.5....* gnu/packages/tor.scm (tor): Update to 0.4.8.5. * gnu/packages/tor.scm (tor)[arguments]<#:configure-flags>: Add "--enable-gpl". * gnu/packages/patches/tor-remove-defensive-assert.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/tor.scm (tor)[source]: Add patch to remove defensive assert. Signed-off-by: Ludovic Courtès <ludo@gnu.org> fanquake
2023-08-16gnu: tor: Update to 0.4.7.14....* gnu/packages/tor.scm (tor): Update to 0.4.7.14. Signed-off-by: Ludovic Courtès <ludo@gnu.org> fanquake
2023-07-02gnu: privoxy: Update to 3.0.34....* gnu/packages/tor.scm (privoxy): Update to 3.0.34. Tobias Geerinckx-Rice