Commit Graph

16 Commits

Author SHA1 Message Date
R. Ryantm
cafa7d1443 sngrep: 1.8.0 -> 1.8.1 2024-04-08 14:57:36 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Alexander Bakker
347d92c04d sngrep: 1.7.0 -> 1.8.0 2023-12-20 15:10:48 +01:00
Robert Scott
df7d2ff505 sngrep: enable tests 2023-08-19 20:04:38 +01:00
Robert Scott
25fa8c87ba sngrep: add patch for CVE-2023-36192 2023-08-19 20:04:27 +01:00
R. Ryantm
a6075eaa31 sngrep: 1.6.0 -> 1.7.0 2023-04-09 23:49:27 +00:00
R. Ryantm
14d9453469 sngrep: 1.5.0 -> 1.6.0 2022-08-31 21:56:55 +00:00
Alexander Bakker
72ccc0db0c sngrep: 1.4.10 -> 1.5.0 2022-06-24 20:39:31 +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
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
Fabian Affolter
94c03a01f4 sngrep: specify license 2021-09-20 13:42:55 +02:00
R. RyanTM
1535510190 sngrep: 1.4.8 -> 1.4.9 2021-08-18 00:49:01 +00:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
db0da7c11d sngrep: 1.4.7 -> 1.4.8 2020-11-12 04:00:13 +00:00
R. RyanTM
ba6a893218 sngrep: 1.4.6 -> 1.4.7 2020-05-25 03:39:15 +00:00
Joris Engbers
4d75d04d52 sngrep: init at 1.4.6
Sngrep is used to inspect SIP traffic.
2019-07-13 18:15:49 +00:00