Commit graph

6555 commits

Author SHA1 Message Date
Fabian Affolter 02a48c9732
Merge pull request #167067 from fabaff/bump-metasploit
metasploit: 6.1.35 -> 6.1.36
2022-04-03 23:49:25 +02:00
fedx-sudo 1ecf02c69f aeskeyfind: init at 1.0
Update pkgs/tools/security/aeskeyfind/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

Update pkgs/tools/security/aeskeyfind/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

Update pkgs/tools/security/aeskeyfind/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

Update pkgs/tools/security/aeskeyfind/default.nix

Co-authored-by: papojari <papojari-git.ovoid@aleeas.com>
2022-04-03 14:13:29 -06:00
Fabian Affolter d6fc009d2c metasploit: 6.1.35 -> 6.1.36 2022-04-03 21:03:49 +02:00
ajs124 d0063f803c meo: remove after being marked broken for over two years
It was marked in commit 5aa4b19946 by Linus Heckemann on 2019-10-07 (commited on 2019-10-08)
2022-04-03 16:14:17 +01:00
ajs124 d8393bc040 chaps: remove after being marked broken for over two years
It was marked in commit c7ffe1778a by Franz Pletz on 2017-07-31 (commited on 2019-07-29)
2022-04-03 16:14:12 +01:00
Fabian Affolter 627d8390ff
Merge pull request #167006 from fabaff/bump-naabu
naabu: 2.0.5 -> 2.0.6
2022-04-03 09:46:06 +02:00
Fabian Affolter 28d736ac6a terrascan: 1.13.2 -> 1.14.0 2022-04-03 09:15:45 +02:00
Fabian Affolter d341a9022e naabu: 2.0.5 -> 2.0.6 2022-04-03 09:10:31 +02:00
Nick Cao 884395eae0 zzuf: use autoreconfHook 2022-04-03 09:07:00 +02:00
Bobby Rong 3a069d73e9
fprintd: 1.94.1 -> 1.94.2 2022-04-02 21:05:19 +08:00
7c6f434c 8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
Pascal Bach 1c02d4252d cryptomator: 1.6.7 -> 1.6.8 2022-04-02 13:28:22 +02:00
Samuel Gräfenstein 666a90e29d gnupg{,1}: add meta.mainProgram 2022-04-02 02:08:55 +02:00
Artturi a40f967c85
Merge pull request #166577 from xrelkd/update/sn0int
sn0int: 0.24.1 -> 0.24.2
2022-04-01 22:59:40 +03:00
Fabian Affolter 48bb359967 cfripper: 1.7.0 -> 1.7.1 2022-04-01 20:19:59 +02:00
R. Ryantm ff1c57bcfd spectre-meltdown-checker: 0.44 -> 0.45 2022-04-01 00:52:22 +00:00
Fabian Affolter 2b8c1d98fb
Merge pull request #166596 from 06kellyjac/kubescape
kubescape: 2.0.149 -> 2.0.150
2022-03-31 21:28:33 +02:00
Lein Matsumaru 237047f1e7
exploitdb: 2022-03-24 -> 2022-03-31 2022-03-31 16:55:54 +00:00
06kellyjac d6e96b979e kubescape: 2.0.149 -> 2.0.150 2022-03-31 17:53:17 +01:00
xrelkd 578ba59bbf sn0int: 0.24.1 -> 0.24.2 2022-03-31 22:32:25 +08:00
Ben Siraphob 5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs 2022-03-31 03:15:41 -05:00
Ben Siraphob 21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
Fabian Affolter 0392957d1b kubeaudit: 0.16.0 -> 0.17.0 2022-03-31 02:32:55 +02:00
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Enno Richter 57a54d6e57
evil-winrm: init at 3.3 (#153752)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-30 03:25:14 +02:00
Sandro a4c72214e3
Merge pull request #166301 from FedX-sudo/master 2022-03-30 02:02:33 +02:00
fedx-sudo 32a8f307ac aesfix: init at v1.0.1
aesfix: init at v1.0.1

aesfix: init at v1.0.1

aesfx: init at v1.0.1

Update pkgs/tools/security/aesfix/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/tools/security/aesfix/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/tools/security/aesfix/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/tools/security/aesfix/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-29 22:23:32 +00:00
R. Ryantm f92c7b8037 gitleaks: 8.5.1 -> 8.5.2 2022-03-29 19:04:00 +00:00
Fabian Affolter f7ccecfe39
Merge pull request #166061 from SuperSandro2000/sshuttle
sshuttle: 1.0.5 -> 1.1.0, add SuperSandro2000 as maintainer
2022-03-28 20:52:36 +02:00
Nicolas M ee684089c3
melt: init at 0.2.0 (#164439)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-28 16:38:33 +02:00
Sandro 2f1e03cb2b
Merge pull request #165691 from lucc/github-removed-unencrypted-git 2022-03-28 12:47:42 +02:00
Sandro Jäckel 87c0118ab1
sshuttle: 1.0.5 -> 1.1.0, add SuperSandro2000 as maintainer 2022-03-28 12:35:51 +02:00
Sandro Jäckel 17c8525e51
onlykey: replace git://github.com with https:// 2022-03-28 12:23:02 +02:00
Fabian Affolter a107f9de56 ffuf: 1.3.1 -> 1.4.0 2022-03-28 08:26:48 +02:00
Sandro c42bc84ecb
Merge pull request #164460 from sikmir/gopass 2022-03-27 14:51:05 +02:00
Fabian Affolter c658a811be
Merge pull request #165825 from fabaff/bump-metasploit
metasploit: 6.1.34 -> 6.1.35
2022-03-26 12:44:01 +01:00
Fabian Affolter 841ef45dfb metasploit: 6.1.34 -> 6.1.35 2022-03-26 10:08:31 +01:00
Pascal Bach 93c4209d3f cryptomator: 1.6.5 -> 1.6.7
Disable maven tests as they try to mount and load kernel modules,
which is not somthing we want during a build.
2022-03-26 08:48:53 +01:00
Pascal Bach 878f72c7e3 cryptomator: 1.5.15 -> 1.6.5
- packer is not needed anymore, remove it
- use nix built jffi instead of bundeled one to avoid segfault
2022-03-26 08:48:53 +01:00
Artturi be1f1aa58a
Merge pull request #165798 from r-ryantm/auto-update/tboot
tboot: 1.10.4 -> 1.10.5
2022-03-26 05:36:38 +02:00
06kellyjac 617074f4c8 shisho: init at 0.5.2 2022-03-25 22:19:45 -04:00
R. Ryantm f3180f4cdc tboot: 1.10.4 -> 1.10.5 2022-03-26 00:01:40 +00:00
Lein Matsumaru df26b72fe7
exploitdb: 2022-03-22 -> 2022-03-24 2022-03-25 16:31:39 +00:00
Ben Siraphob e0e745fe26
Merge pull request #165512 from Artturin/metarepremove 2022-03-24 22:19:44 -05:00
Artturin 33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
06kellyjac 1ddf09c43f grype: 0.34.6 -> 0.34.7 2022-03-24 21:10:38 +00:00
Fabian Affolter 44d5b5e1e4
Merge pull request #165591 from r-ryantm/auto-update/cfripper
cfripper: 1.6.0 -> 1.7.0
2022-03-24 21:18:37 +01:00
Fabian Affolter 4f274e31f8
Merge pull request #165584 from r-ryantm/auto-update/authoscope
authoscope: 0.8.0 -> 0.8.1
2022-03-24 18:55:20 +01:00
maxine [they] c6ae3a860d
Merge pull request #165476 from techknowlogick/bump-vault-bin 2022-03-24 18:45:58 +01:00
techknowlogick 53354d41d9 vault-bin: 1.9.1 -> 1.10.0 2022-03-24 13:20:12 -04:00
maxine [they] d625945bf0
Merge pull request #165467 from techknowlogick/bump-vault
vault: 1.9.4 -> 1.10.0
2022-03-24 18:16:51 +01:00
Fabian Affolter 9327a5fcd5 sigma-cli: 0.3.3 -> 0.3.4 2022-03-24 09:10:49 -07:00
R. Ryantm d6197c5380 cfripper: 1.6.0 -> 1.7.0 2022-03-24 10:13:33 +00:00
R. Ryantm f96f3416bc authoscope: 0.8.0 -> 0.8.1 2022-03-24 09:01:26 +00:00
06kellyjac 8afb8ff828 grype: 0.34.4 -> 0.34.6 2022-03-23 18:08:08 +00:00
Fabian Affolter 3bcfdb0e15
Merge pull request #165457 from r-ryantm/auto-update/gitleaks
gitleaks: 8.5.0 -> 8.5.1
2022-03-23 18:10:31 +01:00
techknowlogick 675c2444fd vault: 1.9.4 -> 1.10.0 2022-03-23 12:15:59 -04:00
Sandro 5c97ef1a5f
Merge pull request #165095 from veehaitch/jadx-v1.3.4 2022-03-23 08:52:01 +01:00
R. Ryantm 743afa9194 gitleaks: 8.5.0 -> 8.5.1 2022-03-23 06:57:57 +00:00
Sandro 3c14c74bde
Merge pull request #164606 from applePrincess/exploitdb-2022-03-17 2022-03-23 05:52:54 +01:00
Pascal Bach 2af63270ae
Merge pull request #165214 from r-ryantm/auto-update/gitleaks
gitleaks: 8.4.0 -> 8.5.0
2022-03-22 20:02:51 +01:00
R. Ryantm f8f5522e9d keyscope: 1.1.0 -> 1.2.2 2022-03-22 14:38:41 -04:00
Artturi c70a013edb
Merge pull request #165220 from LibreCybernetics/update-keybase-gui 2022-03-22 19:37:43 +02:00
Fabian Affolter d6734ba8a2
Merge pull request #165272 from r-ryantm/auto-update/nuclei
nuclei: 2.6.3 -> 2.6.5
2022-03-22 16:38:51 +01:00
Lein Matsumaru 23b9ad346a
exploitdb: 2022-03-15 -> 2022-03-22 2022-03-22 15:22:39 +00:00
R. Ryantm 8ae4790016 nuclei: 2.6.3 -> 2.6.5 2022-03-22 13:23:49 +00:00
Fabian Affolter 6d5d2d8803
Merge pull request #165233 from fabaff/bump-pysigma-backend-splunk
python3Packages.pysigma: 0.4.1 -> 0.4.2, python3Packages.pysigma-backend-splunk: 0.1.2 -> 0.2.0
2022-03-22 14:12:59 +01:00
Fabian Affolter 934dd07de9 sigma-cli: 0.3.2 -> 0.3.3 2022-03-22 11:15:31 +01:00
06kellyjac 28d840de0e grype: 0.34.3 -> 0.34.4 2022-03-22 09:17:55 +00:00
Fabián Heredia Montiel 308a442f17 keybase-gui: 5.9.0 → 5.9.3 2022-03-22 01:07:20 -06:00
Sandro 5b874cadbf
Merge pull request #163582 from Stunkymonkey/treewide-fetchFromGitHub-1 2022-03-22 07:27:54 +01:00
R. Ryantm 4a05d36356 gitleaks: 8.4.0 -> 8.5.0 2022-03-22 06:22:40 +00:00
Fabian Affolter 576cd7447c
Merge pull request #165044 from r-ryantm/auto-update/cameradar
cameradar: 5.0.1 -> 5.0.2
2022-03-21 20:47:28 +01:00
R. Ryantm 43421bc305 nwipe: 0.32 -> 0.33 2022-03-21 14:23:24 +00:00
Vincent Haupert af9f444698 jadx: 1.3.3 -> 1.3.4 2022-03-21 11:29:17 +01:00
R. Ryantm 4d0bdd1a5b cameradar: 5.0.1 -> 5.0.2 2022-03-21 02:02:38 +00:00
R. Ryantm 2593530f3f minio-certgen: 1.1.0 -> 1.2.0 2022-03-20 18:01:09 +00:00
Fabian Affolter 249efba244 metasploit: 6.1.32 -> 6.1.34 2022-03-19 11:08:40 +01:00
Fabian Affolter f17f5bfb8b
Merge pull request #164716 from r-ryantm/auto-update/cfripper
cfripper: 1.5.3 -> 1.6.0
2022-03-18 22:18:15 +01:00
R. Ryantm 311b1a1967 cfripper: 1.5.3 -> 1.6.0 2022-03-18 14:44:04 +00:00
happysalada 92492cebf4 sequoia: use llvm 12 same as rust toolchain 2022-03-18 08:31:41 -04:00
Fabian Affolter 0ef8c1a5c0
Merge pull request #164641 from r-ryantm/auto-update/volatility3
volatility3: 2.0.0 -> 2.0.1
2022-03-18 11:06:14 +01:00
Fabian Affolter 8a8cc1ad72
volatility3: clean-up 2022-03-18 10:37:43 +01:00
Fabian Affolter f473b954c3
Merge pull request #164442 from 06kellyjac/fulcio
fulcio: 0.1.1 -> 0.2.0
2022-03-18 10:21:36 +01:00
Fabian Affolter c150cffc6f
Merge pull request #164676 from jonringer/spire-changelog
spire: add changelog
2022-03-18 10:15:12 +01:00
Fabian Affolter 679633529a
Merge pull request #164579 from 06kellyjac/grype
grype: 0.34.2 -> 0.34.3
2022-03-18 09:24:46 +01:00
R. Ryantm d96018d299 spire: 1.2.0 -> 1.2.1 2022-03-17 23:08:54 -07:00
Jonathan Ringer 0c08a1a85a
spire: add changelog 2022-03-17 23:08:04 -07:00
R. Ryantm a39c5ce96a volatility3: 2.0.0 -> 2.0.1 2022-03-17 21:29:46 +00:00
06kellyjac aa4ed228e5 grype: 0.34.2 -> 0.34.3 2022-03-17 18:53:00 +00:00
Fabian Affolter 781cb7042b
Merge pull request #164507 from fabaff/bump-zdns
zdns: 20210327-8c53210 -> 2022-03-14-unstable
2022-03-17 09:27:09 +01:00
R. Ryantm 33611e53ff cfripper: 1.5.2 -> 1.5.3 2022-03-17 04:33:59 +00:00
Fabian Affolter 91b39c9ae5 zdns: 20210327-8c53210 -> 2022-03-14-unstable 2022-03-16 23:36:01 +01:00
Fabian Affolter 4ff6b2d67f
Merge pull request #164471 from 06kellyjac/grype
grype: 0.34.1 -> 0.34.2
2022-03-16 22:38:28 +01:00
Sandro dac173c189
Merge pull request #163518 from fabaff/feroxbuster 2022-03-16 21:31:47 +01:00
06kellyjac eb9c59662a grype: 0.34.1 -> 0.34.2 2022-03-16 18:35:53 +00:00
Fabian Affolter 18698441d9
Merge pull request #164192 from r-ryantm/auto-update/cariddi
cariddi: 1.1.5 -> 1.1.6
2022-03-16 19:14:21 +01:00
Fabian Affolter 057dc6c2f6
Merge pull request #164183 from r-ryantm/auto-update/cfripper
cfripper: 1.5.1 -> 1.5.2
2022-03-16 19:13:48 +01:00
Fabian Affolter ed99c5e046 feroxbuster: init at 2.6.1 2022-03-16 19:04:34 +01:00
Nikolay Korotkiy 314407980e
gopass: 1.13.1 → 1.14.0 2022-03-16 20:00:28 +03:00
06kellyjac fb1c9490bc fulcio: 0.1.1 -> 0.2.0
- binary renamed `fulcio-server` -> `fulcio`
- added version details
2022-03-16 14:52:08 +00:00
Fabian Affolter 0c95b72fcc sigma-cli: 0.3.0 -> 0.3.2 2022-03-16 11:52:01 +01:00
Fabian Affolter 5dee2360ca
Merge pull request #164378 from r-ryantm/auto-update/exploitdb
exploitdb: 2022-03-11 -> 2022-03-15
2022-03-16 09:42:20 +01:00
Fabian Affolter 16dbee51b1
Merge pull request #164362 from r-ryantm/auto-update/grype
grype: 0.33.1 -> 0.34.1
2022-03-16 09:26:14 +01:00
Fabian Affolter 2348e3a7e4
Merge pull request #164232 from fabaff/bump-step-ca
step-ca: 0.18.1 -> 0.18.2
2022-03-16 09:11:59 +01:00
R. Ryantm 5d121d3650 exploitdb: 2022-03-11 -> 2022-03-15 2022-03-16 07:25:27 +00:00
R. Ryantm f13e1540a6 grype: 0.33.1 -> 0.34.1 2022-03-16 05:28:32 +00:00
Ryan Mulligan 007ccf2f4f
Merge pull request #163837 from r-ryantm/auto-update/libtpms
libtpms: 0.9.2 -> 0.9.3
2022-03-15 15:05:49 -07:00
Ryan Mulligan dd00e0a1bb
Merge pull request #164063 from r-ryantm/auto-update/amber-secret
amber-secret: 0.1.2 -> 0.1.3
2022-03-15 14:57:20 -07:00
Vladimír Čunát f48c1fda6b
Merge branch 'master' into staging-next
Conflict in pkgs/development/libraries/libvirt/default.nix
required manual adjustments.  The fetched patch is already in src.
I checked that libvirt builds.
2022-03-15 09:52:04 +01:00
Fabian Affolter baad4cbe62 step-ca: 0.18.1 -> 0.18.2 2022-03-15 09:50:01 +01:00
R. Ryantm b3bd36176d cariddi: 1.1.5 -> 1.1.6 2022-03-15 02:29:59 +00:00
R. Ryantm 19744793b4 cfripper: 1.5.1 -> 1.5.2 2022-03-15 01:07:02 +00:00
Felix Buehler 646f5c7302 tpm-luks: switch to fetchFromGitHub 2022-03-14 19:32:08 +01:00
R. Ryantm 80f0cf33d8 signify: 30 -> 31 2022-03-14 17:35:05 +00:00
Fabian Affolter f88784d690
Merge pull request #163819 from fabaff/pysigma
sigma-cli: init at 0.3.0
2022-03-14 15:27:44 +01:00
github-actions[bot] 0ed928e4ab
Merge master into staging-next 2022-03-14 12:01:26 +00:00
Fabian Affolter 28da533fba
Merge pull request #164073 from r-ryantm/auto-update/dnsx
dnsx: 1.0.9 -> 1.1.0
2022-03-14 08:50:16 +01:00
R. Ryantm c51d465e8b dnsx: 1.0.9 -> 1.1.0 2022-03-14 05:56:57 +00:00
R. Ryantm 46ce994651 amber-secret: 0.1.2 -> 0.1.3 2022-03-14 02:14:12 +00:00
github-actions[bot] ea64a128d1
Merge master into staging-next 2022-03-14 00:02:12 +00:00
Fabian Affolter 4bee339073
Merge pull request #163983 from r-ryantm/auto-update/gitleaks
gitleaks: 8.3.0 -> 8.4.0
2022-03-13 20:51:05 +01:00
github-actions[bot] 38910351b7
Merge master into staging-next 2022-03-13 18:01:01 +00:00
Mario Rodas a2efb21ad4
Merge pull request #163914 from r-ryantm/auto-update/sops
sops: 3.7.1 -> 3.7.2
2022-03-13 12:53:06 -05:00
Sandro 218f367564
Merge pull request #163569 from willcohen/swtpm-darwin 2022-03-13 18:43:41 +01:00
R. Ryantm d52b93750e gitleaks: 8.3.0 -> 8.4.0 2022-03-13 09:54:56 +00:00
github-actions[bot] 1630ab9b47
Merge master into staging-next 2022-03-13 06:05:11 +00:00
Luke Granger-Brown 8035c513e3
Merge pull request #163673 from lukegb/pomerium
pomerium: 0.15.7 -> 0.17.0
2022-03-13 02:20:38 +00:00
github-actions[bot] 6f7d104254
Merge master into staging-next 2022-03-13 00:02:14 +00:00
R. Ryantm 1a05175078 sops: 3.7.1 -> 3.7.2 2022-03-12 22:51:02 +00:00
Sandro 50b45d04d0
Merge pull request #163466 from fabaff/sdlookup 2022-03-12 22:06:43 +01:00
Sandro e167cb80f6
Merge pull request #163894 from fabaff/fix-expliot 2022-03-12 21:56:57 +01:00
Fabian Affolter 06b3a5ac7d expliot: relax dependency constraints 2022-03-12 20:53:30 +01:00
R. Ryantm 2e553c8307 libtpms: 0.9.2 -> 0.9.3 2022-03-12 13:23:48 +00:00
Fabian Affolter a5c7dcdf96 sdlookup: init at unstable-2022-03-10 2022-03-12 13:29:31 +01:00
github-actions[bot] 80180c339e
Merge master into staging-next 2022-03-12 12:01:10 +00:00
Fabian Affolter 2e0fce9838 sigma-cli: init at 0.3.0 2022-03-12 12:16:53 +01:00
Fabian Affolter 3e688ce458
Merge pull request #163681 from applePrincess/exploitdb-2022-03-11
exploitdb: 2022-03-10 -> 2022-03-11
2022-03-12 10:13:45 +01:00
R. Ryantm af291f935f cdk-go: 1.0.5 -> 1.0.6 2022-03-12 03:14:01 +00:00
Lein Matsumaru 61bc4884ae
exploitdb: 2022-03-10 -> 2022-03-11 2022-03-11 16:03:35 +00:00
Luke Granger-Brown 6659ba5248 pomerium-cli: init at 0.17.0 2022-03-11 14:09:19 +00:00
github-actions[bot] e01403d0eb
Merge master into staging-next 2022-03-11 12:01:14 +00:00
Fabian Affolter f17264e285
Merge pull request #163620 from fabaff/bump-yara
yara: 4.2.0-rc1 -> 4.2.0
2022-03-11 10:45:25 +01:00
Nick Cao e3e487390d
mokutil: init at 0.5.0 (#163434) 2022-03-11 17:18:33 +08:00
Fabian Affolter ce02ac2c70
Merge pull request #163361 from gwpantazes/update-sonar-scanner-cli
sonar-scanner-cli: 4.5.0.2216 -> 4.7.0.2747
2022-03-11 10:14:12 +01:00
Will Cohen 6a5d127acc swtpm: 0.7.1 -> 0.7.2 2022-03-10 17:17:36 -05:00
Will Cohen 3689136441 swtpm: fix build on darwin 2022-03-10 17:17:36 -05:00
Fabian Affolter cd30067742 yara: 4.2.0-rc1 -> 4.2.0 2022-03-10 22:59:42 +01:00
github-actions[bot] 76c5dacba7
Merge master into staging-next 2022-03-10 18:01:25 +00:00
Lein Matsumaru 4eb40b60a2
exploitdb: 2022-03-08 -> 2022-03-10 2022-03-10 12:48:45 +00:00
github-actions[bot] b9e72faa79
Merge master into staging-next 2022-03-10 00:02:01 +00:00
Fabian Affolter 0a32bdca7a
Merge pull request #163476 from fabaff/bump-traitor
traitor: 0.0.9 -> 0.0.14
2022-03-10 00:41:23 +01:00
Jonathan Ringer 82a041ec03
spire: fix meta homepage 2022-03-09 12:58:56 -08:00
Fabian Affolter 315d85466c traitor: 0.0.9 -> 0.0.14 2022-03-09 18:13:24 +01:00
github-actions[bot] 201cc2f89b
Merge master into staging-next 2022-03-09 00:02:05 +00:00
github-actions[bot] d47f26379a
Merge master into staging-next 2022-03-08 18:01:16 +00:00
Lein Matsumaru ab610eb671
exploitdb: 2022-03-03 -> 2022-03-08 2022-03-08 17:43:56 +00:00
Pantazes, George 8b06066c56 sonar-scanner-cli: 4.5.0.2216 -> 4.7.0.2747 2022-03-08 11:04:38 -06:00
R. Ryantm 1b9add6f69 maigret: 0.4.1 -> 0.4.2 2022-03-08 12:28:29 +00:00
Pierre Bourdon 8e265a5818 sudo: 1.9.9 -> 1.9.10 2022-03-08 12:09:10 +00:00
github-actions[bot] 4a35c77022
Merge master into staging-next 2022-03-08 12:01:21 +00:00
Doron Behar bd9ce225f8
Merge pull request #163162 from alyssais/sq-0.26.0 2022-03-08 12:32:54 +02:00
Fabian Affolter 76e9f44d67
Merge pull request #163243 from r-ryantm/auto-update/cfripper
cfripper: 1.5.0 -> 1.5.1
2022-03-08 10:51:23 +01:00
Fabian Affolter 62dc221c1f
Merge pull request #163011 from fabaff/authz0
authz0: init at 1.1.1
2022-03-08 09:50:33 +01:00
R. Ryantm 2cb5a6770b cfripper: 1.5.0 -> 1.5.1 2022-03-08 02:44:55 +00:00
github-actions[bot] 2fa8dd529a
Merge master into staging-next 2022-03-07 18:01:12 +00:00
Sandro 34dfc77415
Merge pull request #162748 from SuperSandro2000/vault 2022-03-07 16:46:46 +01:00
Alyssa Ross 6a5c5dc19a
seqouia: 0.25.0 -> 0.26.0 2022-03-07 15:16:56 +00:00
Pavol Rusnak 7455fbe52b
Merge pull request #163152 from alyssais/tor-0.4.6.10
tor: 0.4.6.9 -> 0.4.6.10; fix updateScript
2022-03-07 16:07:47 +01:00
Fabian Affolter ebaf33dd1f
Merge pull request #163085 from r-ryantm/auto-update/cdk-go
cdk-go: 1.0.4 -> 1.0.5
2022-03-07 15:13:02 +01:00
Alyssa Ross 742424ccf6
tor: 0.4.6.9 -> 0.4.6.10 2022-03-07 13:57:25 +00:00
Alyssa Ross 9307a4d328
tor.updateScript: update verification/signing keys
Upstream no longers signs the tarball directly; instead they sign the
sha256sum file[1].  Also, the signing keys have changed, and the
latest release is signed with a key we didn't have before.

[1]: dd17604bb3
2022-03-07 13:51:26 +00:00
github-actions[bot] 8e01330277
Merge master into staging-next 2022-03-07 12:01:33 +00:00
Fabian Affolter 793c96fdd5
Merge pull request #163118 from fabaff/bump-kubescape
kubescape: 2.0.148 -> 2.0.149
2022-03-07 10:41:59 +01:00
Fabian Affolter 84e2c52314 metasploit: 6.1.31 -> 6.1.32 2022-03-07 09:54:54 +01:00
Fabian Affolter f63e09853f kubescape: 2.0.148 -> 2.0.149 2022-03-07 09:33:45 +01:00
R. Ryantm 40c62d04c7 cdk-go: 1.0.4 -> 1.0.5 2022-03-07 02:27:20 +00:00
github-actions[bot] b4b1ce4d4f
Merge master into staging-next 2022-03-07 00:02:12 +00:00
markuskowa 279e35be3b
Merge pull request #162478 from r-ryantm/auto-update/minio-certgen
minio-certgen: 1.0.1 -> 1.1.0
2022-03-06 19:07:53 +01:00
github-actions[bot] 68a45fb1f2
Merge master into staging-next 2022-03-06 18:01:10 +00:00
Michael Weiss b25d5d1748
Merge pull request #162444 from r-ryantm/auto-update/pgpdump
pgpdump: 0.34 -> 0.35
2022-03-06 18:42:28 +01:00
Fabian Affolter fc6e238e3a authz0: init at 1.1.1 2022-03-06 15:03:34 +01:00
github-actions[bot] c8add09e8f
Merge master into staging-next 2022-03-06 12:01:22 +00:00
Bobby Rong bc38b1a736
Merge pull request #162761 from 06kellyjac/cosign
cosign: 1.5.2 -> 1.6.0
2022-03-06 17:34:27 +08:00
github-actions[bot] 61655037aa
Merge master into staging-next 2022-03-05 18:01:16 +00:00
Fabian Affolter d5e185418d
Merge pull request #162770 from r-ryantm/auto-update/nuclei
nuclei: 2.6.2 -> 2.6.3
2022-03-05 13:46:12 +01:00
Martin Weinelt 1227158d0b Merge remote-tracking branch 'origin/master' into staging-next 2022-03-05 12:56:25 +01:00
Fabian Affolter b889426bbd
Merge pull request #162700 from r-ryantm/auto-update/cfripper
cfripper: 1.4.2 -> 1.5.0
2022-03-05 09:32:03 +01:00
Fabian Affolter f7bc266884
Merge pull request #162712 from r-ryantm/auto-update/dnsx
dnsx: 1.0.8 -> 1.0.9
2022-03-05 09:28:30 +01:00
Fabian Affolter 9f1c84869a
Merge pull request #162728 from r-ryantm/auto-update/gomapenum
gomapenum: 1.0.3 -> 1.1.0
2022-03-05 09:27:48 +01:00
Fabian Affolter 8ca047534d
Merge pull request #162741 from r-ryantm/auto-update/knockpy
knockpy: 5.2.0 -> 5.3.0
2022-03-05 09:27:01 +01:00
github-actions[bot] 437813752b
Merge master into staging-next 2022-03-04 18:01:19 +00:00
06kellyjac b489e63c3c cosign: 1.5.2 -> 1.6.0
Co-authored-by: Thomas Gerbet <thomas@gerbet.me>
2022-03-04 16:40:41 +00:00
R. Ryantm e61bec5c0d tboot: 1.10.3 -> 1.10.4 2022-03-04 09:16:06 -06:00
R. Ryantm e50f07c5a9 nuclei: 2.6.2 -> 2.6.3 2022-03-04 13:27:15 +00:00
github-actions[bot] fc22d0d5e2
Merge master into staging-next 2022-03-04 12:01:33 +00:00
Sandro 8f5ea43445
Merge pull request #162611 from applePrincess/exploitdb-2022-03-03 2022-03-04 11:58:35 +01:00
Sandro Jäckel eb9501d3d4
vault: 1.9.3 -> 1.9.4 2022-03-04 11:28:58 +01:00
Sandro 461dbcc526
Merge pull request #161205 from veehaitch/jadx-1.3.3 2022-03-04 11:20:19 +01:00
R. Ryantm 0899bd0092 knockpy: 5.2.0 -> 5.3.0 2022-03-04 09:52:32 +00:00
R. Ryantm e3d59f0bd3 gomapenum: 1.0.3 -> 1.1.0 2022-03-04 07:52:54 +00:00
github-actions[bot] a6135f2c14
Merge master into staging-next 2022-03-04 06:01:18 +00:00
R. Ryantm 7e3d928df6 dnsx: 1.0.8 -> 1.0.9 2022-03-04 05:02:05 +00:00
R. Ryantm d0a9b738d5 cfripper: 1.4.2 -> 1.5.0 2022-03-04 02:35:35 +00:00
Peter Hoeg 3143de97f9 krunner-pass: pass-otp has been deprecated 2022-03-04 09:36:02 +08:00
github-actions[bot] c29f27003c
Merge master into staging-next 2022-03-03 12:06:44 +00:00
Lein Matsumaru b49faa8782
exploitdb: 2022-03-01 -> 2022-03-03 2022-03-03 11:52:44 +00:00
Fabian Affolter 14f98111ba
Merge pull request #162584 from r-ryantm/auto-update/gau
gau: 2.0.8 -> 2.0.9
2022-03-03 09:17:39 +01:00
R. Ryantm 085183d306 gau: 2.0.8 -> 2.0.9 2022-03-03 06:21:30 +00:00
R. Ryantm fba25be56f dismap: 0.2 -> 0.3 2022-03-03 04:28:05 +00:00
github-actions[bot] 2a58d6a788
Merge master into staging-next 2022-03-03 00:06:54 +00:00
Fabian Affolter 6d0bddbb0e
Merge pull request #162506 from r-ryantm/auto-update/step-cli
step-cli: 0.18.1 -> 0.18.2
2022-03-03 00:33:42 +01:00
Renaud 671a068a01
Remove F-PROT package and service module (EoL) (#160372) 2022-03-02 21:51:47 +02:00
R. Ryantm abb6543119 step-cli: 0.18.1 -> 0.18.2 2022-03-02 16:47:20 +00:00
github-actions[bot] 12423e2e92
Merge master into staging-next 2022-03-02 12:05:47 +00:00
R. Ryantm a460ace8aa minio-certgen: 1.0.1 -> 1.1.0 2022-03-02 10:31:46 +00:00
Fabian Affolter 302eaffd01
Merge pull request #162459 from r-ryantm/auto-update/httpx
httpx: 1.1.5 -> 1.2.0
2022-03-02 09:04:27 +01:00
Fabian Affolter b7ac3ddb6c
Merge pull request #162403 from fabaff/bump-aiodnsbrute
aiodnsbrute: 0.3.2 -> 0.3.3
2022-03-02 08:57:57 +01:00
R. Ryantm 1adafac6ff httpx: 1.1.5 -> 1.2.0 2022-03-02 07:02:02 +00:00
github-actions[bot] cd1f27794e
Merge master into staging-next 2022-03-02 06:11:13 +00:00
Artturi 225e728f64
Merge pull request #161824 from 06kellyjac/witness 2022-03-02 06:16:29 +02:00
R. Ryantm 0fff59925d pgpdump: 0.34 -> 0.35 2022-03-02 03:18:00 +00:00
github-actions[bot] f4fc464126
Merge master into staging-next 2022-03-02 00:06:44 +00:00
Fabian Affolter 19fc69355f aiodnsbrute: 0.3.2 -> 0.3.3 2022-03-01 19:34:43 +01:00
Fabian Affolter 275bf0b7f6
Merge pull request #162362 from fabaff/bump-cfripper
cfripper: 1.3.3 -> 1.4.2
2022-03-01 19:22:49 +01:00
github-actions[bot] 4ae3f9a06c
Merge master into staging-next 2022-03-01 12:05:54 +00:00
Fabian Affolter 09fd51d410 cfripper: 1.3.3 -> 1.4.2 2022-03-01 12:17:54 +01:00
Lein Matsumaru b550fb26bb
exploitdb: 2022-02-25 -> 2022-03-01 2022-03-01 09:20:36 +00:00
Fabian Affolter 6944aace85
Merge pull request #162199 from r-ryantm/auto-update/sslscan
sslscan: 2.0.11 -> 2.0.12
2022-03-01 09:57:41 +01:00
06kellyjac b17558d859 witness: 0.1.1 -> 0.1.6
also:
- added completions
- enabled tests
- added longDescription
- added changelog
- added myself as a maintainer
2022-03-01 08:53:35 +00:00
github-actions[bot] e71c1249e8
Merge master into staging-next 2022-02-28 12:01:10 +00:00
R. Ryantm 9c203e8944 sslscan: 2.0.11 -> 2.0.12 2022-02-28 11:09:13 +00:00
Fabian Affolter 0af2629b9c
Merge pull request #162185 from fabaff/bump-metasploit
metasploit: 6.1.30 -> 6.1.31
2022-02-28 11:13:17 +01:00
Fabian Affolter 20d2bddb16
Merge pull request #162169 from r-ryantm/auto-update/grype
grype: 0.33.0 -> 0.33.1
2022-02-28 10:28:49 +01:00
Fabian Affolter f49a6fea32 metasploit: 6.1.30 -> 6.1.31 2022-02-28 10:23:27 +01:00
R. Ryantm 60840fc63f grype: 0.33.0 -> 0.33.1 2022-02-28 07:10:23 +00:00
R. Ryantm 1639ba3e81 certipy: 2.0.7 -> 2.0.9 2022-02-28 02:42:42 +00:00
github-actions[bot] 6787116890
Merge master into staging-next 2022-02-28 00:02:07 +00:00
Renaud 10c0ea6970
Merge pull request #161505 from 06kellyjac/scorecard
scorecard: 4.0.1 -> 4.1.0
2022-02-27 20:50:07 +01:00
github-actions[bot] 0a79f47878
Merge master into staging-next 2022-02-27 18:01:07 +00:00
Ryan Mulligan 41d53c0ad4
Merge pull request #160941 from r-ryantm/auto-update/minio-certgen
minio-certgen: 0.0.2 -> 1.0.1
2022-02-27 06:22:38 -08:00
AndersonTorres ed2b1b4b90 Merge branch 'master' into staging-next 2022-02-26 21:04:25 -03:00
Bobby Rong 7d59020aba
Merge pull request #161769 from WolfangAukang/buttercup-desktop-2.14.2
buttercup-desktop: 2.13.0 -> 2.14.2
2022-02-26 20:25:31 +08:00
Lein Matsumaru 6c1e19fcde
exploitdb: 2022-02-24 -> 2022-02-25 2022-02-26 08:11:38 +00:00
Peter Hoeg dcd54b9c13
pwgen_secure: fix missing words.txt (#161585)
* pwgen_secure: fix missing words.txt
2022-02-26 15:18:13 +08:00
R. Ryantm 606242570b nuclei: 2.6.1 -> 2.6.2 2022-02-25 19:52:47 -08:00
K900 cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
R. Ryantm 050eb35cee duo-unix: 1.11.5 -> 1.12.0 2022-02-25 11:34:36 -08:00
Fabian Affolter a9578062cc
Merge pull request #161127 from fabaff/bump-yara
yara: 4.1.3 -> 4.2.0-rc1
2022-02-25 12:53:52 +01:00
Fabian Affolter 67595800c8
Merge pull request #161669 from applePrincess/exploitdb-2022-02-24
exploitdb: 2022-02-23 -> 2022-02-24
2022-02-25 11:16:18 +01:00