Commit graph

236 commits

Author SHA1 Message Date
Weijia Wang 5c5d221d7f
Merge pull request #230142 from r-ryantm/auto-update/savvycan
savvycan: 208 -> 213
2023-05-23 00:59:15 +03:00
Jan Tojnar f2fba69fe6 wireshark: do not install redundant files
The icon we were installing is an old one that should not be used these days: https://gitlab.com/wireshark/wireshark/-/merge_requests/10507
And the CMake build script already installs the desktop file and icons in a more proper location since 2.4.0: c274046556
2023-05-06 23:04:58 +02:00
Lorenz Brun 406a26c10d wireshark: build with QT 6 2023-05-06 15:32:31 +02:00
R. Ryantm be05490337 savvycan: 208 -> 213 2023-05-05 16:21:19 +00:00
Francesco Gazzetta 0e0e1c47c1
Merge pull request #226008 from simoneruffini/add/SavvyCAN
savvycan: init at v208
2023-04-27 16:03:19 +02:00
Isabelle dc07c15817
wireshark: 4.0.4 -> 4.0.5 (#227852) 2023-04-25 10:33:41 +02:00
Simone Ruffini feb8918934 savvycan: init at 208
Apply suggestions from code review

Co-authored-by: Francesco Gazzetta <fgaz@fgaz.me>

SavvyCAN: fix typo in default.nix

Update pkgs/applications/networking/sniffers/savvycan/default.nix

Co-authored-by: Francesco Gazzetta <fgaz@fgaz.me>

Apply suggestions from code review

Co-authored-by: Francesco Gazzetta <fgaz@fgaz.me>

fix: style
2023-04-24 19:11:49 +02:00
R. Ryantm a6075eaa31 sngrep: 1.6.0 -> 1.7.0 2023-04-09 23:49:27 +00:00
Vladimír Čunát cd585031d3
ettercap: patch to accept curl 8 2023-03-24 16:34:28 +01:00
Weijia Wang a66d2f6b10 qtwirediff: add darwin support 2023-03-16 21:23:58 +02:00
Janik ec1e3b40e6
qtwirediff: add qtwayland to build inputs (#221520)
GUI applications are supposed to add qtwayland to buildInputs, see #174946 for details

Co-authored-by: Janik H <janik@aq0.de>
2023-03-16 19:35:34 +01:00
Janik 4a47938cf4
qtwirediff: init at unstable-2023-03-07 (#216364)
Co-authored-by: Janik H <janik@aq0.de>
2023-03-16 19:06:29 +01:00
QuantMint 55a25b0aca wireshark: add more dependencies 2023-03-04 18:19:04 +01:00
QuantMint ddac6e045f wireshark: 4.0.3 -> 4.0.4 2023-03-04 17:56:24 +01:00
QuantMint a75ef43adf wireshark: format 2023-03-04 13:18:41 +01:00
Janik H 18aec01cfb wireshark: wayland support 2023-03-02 22:37:12 +01:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin 6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Robert Scott b6e68f69bb wireshark: 4.0.2 -> 4.0.3 2023-02-01 12:01:53 +00:00
Shawn8901 0a1dd3ced1 treewide: remove global with lib; in pkgs/{misc,networking} 2023-01-24 17:29:20 +01:00
Robert Scott de8a327954 wireshark: 4.0.1 -> 4.0.2 2023-01-14 18:18:26 +00:00
Artturin c55b931644 treewide: fix lints and remove a unneeded cmake input 2022-12-09 01:16:08 +02:00
Fabian Affolter 27b65f89dc
Merge pull request #200350 from fabaff/kismet-bump
kismet: 2020-09-R2 -> 2022-08-R1
2022-11-19 10:15:12 +01:00
Fabian Affolter c0ce9be646 kismet: 2020-09-R2 -> 2022-08-R1 2022-11-09 09:22:33 +01:00
Daniel Albert 735ab1984b
wireshark: 3.6.5 -> 4.0.1
The release notes for the major update to 4.0.0 are at
https://www.wireshark.org/news/20221004.html

The release notes for the 4.0.1 release can be found at
https://www.wireshark.org/docs/relnotes/wireshark-4.0.1.html
2022-11-05 14:47:10 +01:00
R. Ryantm 14d9453469 sngrep: 1.5.0 -> 1.6.0 2022-08-31 21:56:55 +00:00
Josef Kemetmüller bcd7045998 treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivations
Since the setting DCMAKE_SKIP_BUILD_RPATH was disabled, we can now run
the checkPhase of cmake derivations without having to tweak the
LD_LIBRARY_PATH anymore.
2022-07-04 03:49:01 +03:00
Alexander Bakker 72ccc0db0c sngrep: 1.4.10 -> 1.5.0 2022-06-24 20:39:31 +02:00
Georg Haas e93823409f wireshark: 3.6.3 -> 3.6.5
Changelogs:
 - https://www.wireshark.org/docs/relnotes/wireshark-3.6.4.html
 - https://www.wireshark.org/docs/relnotes/wireshark-3.6.5.html
2022-06-07 09:45:54 -05:00
squalus 59d06e4826 wireshark-cli: support cross compile 2022-04-06 19:15:34 +02:00
Bjørn Forsman 61afa3e16b wireshark: add wrapGAppsHook
This fixes using the file chooser on non-NixOS:

  (wireshark:28052): GLib-GIO-ERROR **: 12:10:03.798: Settings schema 'org.gtk.Settings.FileChooser' does not contain a key named 'show-type-column'
2022-04-05 12:00:24 +02:00
Maximilian Bosch 63f0c334f0 wireshark: 3.6.2 -> 3.6.3
ChangeLog: https://www.wireshark.org/docs/relnotes/wireshark-3.6.3.html
2022-04-01 22:10:17 +02:00
Jan Schmitt 3abf98e46c
sngrep: 1.4.9 -> 1.4.10
* the deleted patch is part of 1.4.10
2022-03-12 22:25:14 +01:00
TredwellGit b5929ce22a wireshark: 3.6.1 -> 3.6.2
https://www.wireshark.org/docs/relnotes/wireshark-3.6.2.html
2022-02-10 21:16:31 +00:00
Matthieu Coudron edbf02ff4a wireshark: add manpages
need asciidoctors
2022-01-10 14:06:48 +01:00
Matthieu Coudron 3ad8f02c84 wireshark: 3.4.10 -> 3.6.1
- wmem headers have changed place from epan/ folder to wsutil/
- sharkd protocol has changed too
2021-12-30 16:31:22 +01:00
Thomas Gerbet 6cf2385f15 wireshark: 3.4.9 -> 3.4.10
https://www.wireshark.org/docs/relnotes/wireshark-3.4.10.html
This release fixes a bunch of security issues.
2021-12-04 19:56:58 +01:00
ckie a537690d30
Revert "wireshark: add wrapGAppsHook fixing open/save GUI" 2021-11-28 11:45:40 +02:00
Maximilian Bosch ebeeea1c76
Merge pull request #147592 from ckiee/wireshark-gsettings
wireshark: add wrapGAppsHook fixing open/save GUI
2021-11-28 09:59:21 +01:00
ckie c249f14bf8
wireshark: add wrapGAppsHook fixing open/save GUI 2021-11-27 15:18:05 +02:00
Sergei Trofimovich 7bb21fc6e6 sngrep: pull upstream fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:

    curses/ui_msg_diff.c: In function 'msg_diff_draw_message':
    curses/ui_msg_diff.c:190:5: error: format not a string literal and no format arguments [-Werror=format-security]
      190 |     mvwprintw(win, 0, 0, sip_get_msg_header(msg, header));
          |     ^~~~~~~~~
2021-11-18 22:50:11 +00:00
github-actions[bot] b4569f7a81
Merge staging-next into staging 2021-10-08 00:02:10 +00:00
Sandro 628dbc979f
Merge pull request #136719 from r-burns/libgpg-error 2021-10-07 22:24:04 +02:00
TredwellGit b757764b66 wireshark: 3.4.8 -> 3.4.9
https://www.wireshark.org/docs/relnotes/wireshark-3.4.9.html
2021-10-07 08:29:03 +00:00
Ryan Burns 41574158a0 libgpg-error: rename from libgpgerror
Matches pname and upstream project name
2021-10-06 18:23:43 -07:00
Dmitry Kalinkin e0532475bc
treewide: remove darwin-only manual wrapQtApp invocations 2021-09-28 10:29:46 -04:00
Bobby Rong 8617d457a8
Merge pull request #138637 from fabaff/license-sngrep
sngrep: specify license, format
2021-09-21 12:10:06 +08:00
Fabian Affolter 94c03a01f4 sngrep: specify license 2021-09-20 13:42:55 +02:00
Fabian Affolter 0695f65767 whsniff: specify license 2021-09-20 13:18:20 +02:00
TredwellGit af5ec6d616 wireshark: 3.4.7 -> 3.4.8
https://www.wireshark.org/docs/relnotes/wireshark-3.4.8.html
2021-08-27 14:33:33 +00:00