Commit Graph
4337 Commits
Author SHA1 Message Date
Fabian Affolter f9b4fd0ec5 sshchecker: init at 1.0 2021-01-19 00:19:57 +01:00
R. RyanTM c8f43281d1 gospider: 1.1.4 -> 1.1.5 2021-01-18 22:53:47 +00:00
Sandro 55e030a895 Merge pull request #109827 from fabaff/corsmisc 2021-01-18 23:20:38 +01:00
Sandro 4773a2675b Merge pull request #109820 from fabaff/bypass403
bypass403: init at 1.4.0
2021-01-18 23:20:22 +01:00
Fabian Affolter fa13bc320a corsmisc: init at 1.3.0 2021-01-18 22:09:15 +01:00
Fabian Affolter 30cdf00e36 bypass403: init at 1.4.0 2021-01-18 21:35:01 +01:00
Sandro 3ddcd4144b Merge pull request #106542 from r-ryantm/auto-update/bitwarden_rs-vault
bitwarden_rs-vault: 2.16.1 -> 2.17.1
2021-01-18 20:13:47 +01:00
Sandro d3836db370 Merge pull request #109777 from r-ryantm/auto-update/doppler
doppler: 3.19.0 -> 3.21.0
2021-01-18 17:42:08 +01:00
R. RyanTM 35d5f2ebed doppler: 3.19.0 -> 3.21.0 2021-01-18 14:51:06 +00:00
Sandro 0bddeef882 Merge pull request #109727 from r-ryantm/auto-update/aws-okta
aws-okta: 1.0.8 -> 1.0.11
2021-01-18 11:56:30 +01:00
R. RyanTM f7ecd2984b aws-okta: 1.0.8 -> 1.0.11 2021-01-18 10:28:24 +00:00
Fabian Affolter e29d45b44d scilla: init at 20210118-74dd814 2021-01-18 10:12:00 +01:00
Fabian Affolter 9df436f7a0 enum4linux-ng: init at 1.0.0 2021-01-18 09:50:26 +01:00
Fabian Affolter 0bd552d791 theHarvester: 3.1 -> 3.2.2 2021-01-18 07:49:46 +01:00
Kai Harries d27be236f1 nitrokey-app: 1.3.2 -> 1.4.2
The optional argument group was removed because it is no longer used
in the udev-rules that come with the libnitrokey.
2021-01-18 07:36:44 +01:00
Sandro 3337ef145a Merge pull request #107912 from fabaff/aiodnsbrute
aiodnsbrute: init at 0.3.2
2021-01-18 01:11:52 +01:00
Mario Rodas faed1fc0eb Merge pull request #109601 from cole-h/age
age: 1.0.0-beta5 -> 1.0.0-beta6
2021-01-17 04:18:38 -05:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Cole Helbling a018f7c35d age: 1.0.0-beta5 -> 1.0.0-beta6
https://github.com/FiloSottile/age/compare/v1.0.0-beta5...v1.0.0-beta6
2021-01-16 21:34:23 -08:00
Jörg Thalheim d8d06d1cec Merge pull request #109455 from siraben/remove-stdenv-lib 2021-01-16 16:17:07 +00:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Daniël de Kok 20566f7d63 _1password-gui: 0.9.7 -> 0.9.8
Release notes:

https://releases.1password.com/linux/0.9/#1password-for-linux-0.9.8
2021-01-16 10:36:23 +01:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Maximilian Bosch 9e3a6eaec1 Merge pull request #109082 from delroth/sudo-1.9.5p1
sudo: 1.9.4p2 -> 1.9.5p1
2021-01-15 09:30:01 +01:00
Sirio Balmelli 097d0836b4 gopass: 1.10.1 -> 1.11.0
Remove workaround introduced in dda50e73:
https://github.com/gopasspw/gopass/issues/1662
has now been fixed upstream.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2021-01-13 14:14:48 +01:00
Sandro 7b596e48b8 Merge pull request #107616 from fabaff/hakrawler
hakrawler: init at 20201224-e39a514
2021-01-13 08:45:31 +01:00
Sandro 5173a75d4f Merge pull request #107752 from fabaff/terrascan 2021-01-13 08:45:02 +01:00
Fabian Affolter af94d8ca0c terrascan: init at 1.2.0 2021-01-12 22:09:15 +01:00
Fabian Affolter 93b5742b15 hakrawler: init at 20201224-e39a514 2021-01-12 21:43:05 +01:00
Michael Weiss d88ad75767 gnupg: 2.2.26 -> 2.2.27
Announcement: https://lists.gnupg.org/pipermail/gnupg-announce/2021q1/000452.html

Luckily this fixes a regression from GnuPG 2.2.26 that broke the build
of libsForQt5.qgpgme (a test failed). Fix #109009.
2021-01-12 08:33:48 +01:00
Pierre Bourdon ae6a8f9457 sudo: 1.9.4p2 -> 1.9.5p1 2021-01-12 05:56:35 +01: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
github-actions[bot] db7b9735f9 Merge master into staging-next 2021-01-11 06:33:30 +00:00
Sandro 6af32a6878 Merge pull request #108963 from fabaff/crlfuzz
crlfuzz: init at 1.4.0
2021-01-11 02:11:04 +01:00
github-actions[bot] 36bab113bf Merge master into staging-next 2021-01-11 01:02:21 +00:00
Sandro f337a3fc22 Merge pull request #107640 from fabaff/monsoon
monsoon: init at 0.6.0
2021-01-11 02:02:17 +01:00
Jan Tojnar dd72357155 Merge branch 'master' into staging-next 2021-01-10 23:24:33 +01:00
Sandro 903ebabea6 Merge pull request #108110 from fabaff/badchars
badchars: init at 0.4.0
2021-01-10 20:56:46 +01:00
Sandro a657c03fd8 Merge pull request #108120 from fabaff/ldeep 2021-01-10 20:55:14 +01:00
Fabian Affolter 45bb37cfbf crlfuzz: init at 1.4.0 2021-01-10 17:30:15 +01:00
Frederik Rietdijk 0c42bb5027 Merge master into staging-next 2021-01-10 15:50:49 +01:00
Sandro a5969bcd23 Merge pull request #108850 from andir/pcsc-cyberjack
pcsc-cyberjack: fix compilation with gcc10
2021-01-10 11:52:12 +01:00
Sandro e08f29f997 Merge pull request #108889 from fabaff/bump-sn0int 2021-01-10 11:37:10 +01:00
Sandro 345206baf3 Merge pull request #108874 from fabaff/deepsea
deepsea: init at 0.9
2021-01-10 08:09:39 +01:00
github-actions[bot] 433c7b069c Merge master into staging-next 2021-01-10 01:03:35 +00:00
Mario Rodas 69dc12e045 Merge pull request #108873 from fabaff/cloudbrute
cloudbrute: init 1.0.7
2021-01-09 18:29:49 -05:00
Fabian Affolter a186a06922 sn0int: specify license 2021-01-09 23:20:25 +01:00
Fabian Affolter c26ae5ead8 sn0int: 0.19.1 -> 0.20.0 2021-01-09 22:44:19 +01:00
Michele Guerini Rocco dca46f6bd9 Merge pull request #108858 from fabaff/bump-masscan
masscan: 1.0.5 -> 1.3.0
2021-01-09 20:06:52 +01:00
Fabian Affolter 9b0c54618d deepsea: init at 0.9 2021-01-09 18:27:54 +01:00