summaryrefslogtreecommitdiff
path: root/gnu/packages/cybersecurity.scm
Commit message (Collapse)AuthorAge
* gnu: Rename json-modern-cxx to nlohmann-json.Liliana Marie Prikler2023-05-14
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/cpp.scm (nlohmann-json): New variable. (json-modern-cxx): Mark as deprecated alias. (xtl, jsonnet)[inputs]: Use nlohmann-json. * gnu/packages/build-tools.scm (bear)[inputs]: Likewise. * gnu/packages/cybersecurity.scm (blacksmith)[inputs]: Likewise. * gnu/packages/databases.scm (sqlitebrowser)[inputs]: Adjust comment. * gnu/packages/games.scm (openrct2)[inputs]: Use nlohmann-json. * gnu/packages/graphics.scm (f3d)[native-inputs]: Likewise. * gnu/packages/hardware.scm (openrgb)[inputs]: Likewise. [arguments]: Adjust accordingly. * gnu/packages/image-processing.scm (paraview)[inputs]: Adjust comment. * gnu/packages/irods.scm (irods, irods-client-icommands)[inputs]: Use nlohmann-json. * gnu/packages/jupyter.scm (xeus)[inputs]: Likewise. * gnu/packages/messaging.scm (mtxclient, nheko)[inputs]: Likewise. * gnu/packages/text-editors.scm (jucipp)[inputs]: Likewise. * gnu/packages/video.scm (mktoolnix)[inputs]: Likewise. * gnu/packages/xdisorg.scm (nwg-launchers)[inputs]: Likewise.
* gnu: ropgadget: Use HTTPS home page.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/cybersecurity.scm (ropgadget)[home-page]: Use HTTPS.
* gnu: Add blacksmith.Raghav Gururajan via Guix-patches via2022-01-14
| | | | | | * gnu/packages/cybersecurity.scm (blacksmith): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: ropgadget: Update to 6.6.Tobias Geerinckx-Rice2021-10-06
| | | | * gnu/packages/cybersecurity.scm (ropgadget): Update to 6.6.
* gnu: Add pwntools.c4droid2021-06-06
| | | | | | * gnu/packages/cybersecurity.scm (pwntools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ropgadget: Update to 6.5.Tobias Geerinckx-Rice2021-02-15
| | | | * gnu/packages/cybersecurity.scm (ropgadget): Update to 6.5.
* gnu: ropgadget: Update to 6.4.Tobias Geerinckx-Rice2020-12-06
| | | | * gnu/packages/cybersecurity.scm (ropgadget): Update to 6.4.
* gnu: ropgadget: Update to 6.3.Tobias Geerinckx-Rice2020-06-02
| | | | * gnu/packages/cybersecurity.scm (ropgadget): Update to 6.3.
* gnu: Add ROPgadget.Jakub Kądziołka2020-03-26
* gnu/packages/cybersecurity.scm: New file. (ropgadget): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the file.