Commit Graph

7004 Commits

Author SHA1 Message Date
Fabian Affolter
b0974f50f2
Merge pull request #176101 from jtojnar/wpscan
wpscan: 3.8.20 → 3.8.22
2022-06-03 16:07:35 +02:00
Jan Tojnar
c2608d3ea0 wpscan: 3.8.20 → 3.8.22 2022-06-03 14:56:45 +02:00
Florian Klink
ad9391899a
Merge pull request #176040 from klemensn/qdigidoc-update
qdigidoc: Update to 4.2.11
2022-06-03 14:33:02 +02:00
Thomas Gerbet
99720ed1c9 gitsign: init at 0.1.0 2022-06-03 13:29:12 +02:00
Josh Cooper
2d1188c0b1 pinentry-bemenu: 0.10.0 -> 0.11.0 2022-06-03 16:57:07 +09:00
Sergei Trofimovich
da93112356
Merge pull request #175258 from trofi/workaround-fno-common-for-super
super: add -fcommon workaround
2022-06-03 05:58:38 +00:00
Klemens Nanni
3e5b838713 qdigidoc: Update to 4.2.11
This release is still subject to double-free crashes in at least the
signature verification functionality, but debugging that requires an up
to date version (released two months ago), so here we go.

NB: Upstream released two source tarballs without further information,
qdigidoc4_r.2.11.110.orig.tar.xz contains sources without subdirectory,
qdigidoc4_r.2.11.110-1804.tar.xz contains a subdirectory with sources;
their difference is irrelevant for our build, so pick the one 1804 one:
```
$ diff -u -r qdigidoc4_r.2.11.110.orig/ qdigidoc4_r.2.11.110-1804/qdigidoc4/
Only in qdigidoc4_r.2.11.110.orig/cmake: .git
Only in qdigidoc4_r.2.11.110.orig/common: .git
Only in qdigidoc4_r.2.11.110.orig/common: .gitmodules
diff '--color=auto' -u -r qdigidoc4_r.2.11.110.orig/debian/changelog qdigidoc4_r.2.11.110-1804/qdigidoc4/debian/changelog
--- qdigidoc4_r.2.11.110.orig/debian/changelog	2022-01-28 13:44:35.000000000 +0200
+++ qdigidoc4_r.2.11.110-1804/qdigidoc4/debian/changelog	2022-01-28 13:44:38.000000000 +0200
@@ -1,3 +1,9 @@
+qdigidoc4 (4.2.11.110-1804) unstable; urgency=medium
+
+  * Release: 4.2.11.110.
+
+ -- RIA <info@ria.ee>  Fri, 28 Jan 2022 13:44:38 +0200
+
 qdigidoc4 (0.2.0.3) stable; urgency=low

   * Initial release
Only in qdigidoc4_r.2.11.110.orig/extensions/cmake: .git
Only in qdigidoc4_r.2.11.110.orig/extensions: .git
Only in qdigidoc4_r.2.11.110.orig/extensions: .gitmodules
```

```
$ git log --oneline v4.2.9..v4.2.11
2631e24 (tag: v4.2.11) Update translation (#1025)
76c671a Support Fedora (#997)
639cebe Update Qt to 5.12.2 (#1019)
cde7fb8 Add web-eid to diagnostics (#989)
faa8276 Add default option to sign button (#1001)
cb8262a Update OpenLDAP 2.6.0 (#996)
132de43 Workaround for Yaru theme on ubuntu 21.10 (#994)
58e4278 Improve safeFilename (#986)
1710f47 Fix coverity and cppcheck warnings (#992)
60af0bb Remove autofocus (#981)
5a9ff0a Use thread monitor event state (#845)
cdd95a5 Fix LDAP certificate validation (#980)
92f81ec Workaround SID/MID proxy unicode issues (#982)
92a5aaa Update version number and OpenSSL, OpenLDAP versions (#977)
5971e54 Update Xalan-C 1.12 (#976)
1f848cf Add more specific info for OpenSSLExceptions (#970)
0497b7f Set Select folder dialog button label and fix some translation warnings (#974)
e56e814 Workaround recent Qt changes to pass mousePressEvent (#978)
44f4a7e Update translations in russian for settings (#973)
25756eb Wait for upper level operations to avoid locked screen (#979)
232784e Don't set focus to fonds image (#967)
5cf2157 Change the view of expired and expiring certificates (#965)
b001274 Resolve a yellow background, when PIN is locked (#971)
4b20375 Fix the boolean value (#975)
1a41817 Resolve Ubuntu 21.04 warnings (#946)
301178b Set read-only permission for files in signed container (#962)
e028a30 Update OpenLDAP 2.5.5 (#963)
1fb5f6a Set accessible name to pin (#966)
18e6112 Handle libdigidocpp exception (#943)
a9efe0f Update translations (#961)
06e44a0 Fix Linux dark theme (#950)
a6ff428 Fix missed border of Accordion (#960)
a14476c Update list of components in Info view (#958)
8980270 Fix normalization of filenames (#952)
e4aac44 Shorten notifications display time (#948)
14606dc Use QSysInfo for OS version (#931)
b8716e7 Resolve a yellow background, when PIN is locked (#947)
0319c6b Don't allow searching for spaces during encryption (#929)
```
2022-06-03 04:40:36 +02:00
AndersonTorres
a9f927d321 softhsm: use new SRI hash format 2022-06-02 22:01:40 -03:00
AndersonTorres
a78c3a93ad pomerium-cli: use new SRI hash format 2022-06-02 22:01:40 -03:00
AndersonTorres
37f5921344 pcsclite: use new SRI hash format 2022-06-02 22:01:40 -03:00
Klemens Nanni
e4dbad58d2 libdigidocpp: Fix PKCS11 module library path
By default, the OpenSC module is loaded as relative filename, i.e.
"opensc-pkcs11.so" is searched for in the default library path.

Point `LD_LIBRARY_PATH` for `digidoc-tool` to the OpenSC package just
like pkgs/tools/seurity/qdigidoc/deafult.nix already does.

This makes `digidoc-tool` work by default without manually setting
`LD_LIBRARY_PATH` or passing `--pkcs11=/path/to/module`.

Follow upstream once an appropiate patch has been merged.
2022-06-02 20:45:00 +02:00
Klemens Nanni
1d46988e13 qdigidoc: Wrap just once
Merge `LD_LIBRARY_PATH` fixing into the automatic Qt wrapping hook.
Otherwise `argv[0]` ends up as ".qdigidoc4-wrapped" due extra wrapping.
2022-06-02 20:39:19 +02:00
Florian Klink
72eb4583ae
Merge pull request #175659 from klemensn/qdigidoc-remove-darkhttpd
qdigidoc: Drop unused darkhttpd dependency
2022-06-02 20:31:24 +02:00
R. Ryantm
0ed7c18701 cfripper: 1.11.0 -> 1.12.0 2022-06-02 01:23:56 +00:00
Klemens Nanni
fea6ebccfb qdigidoc: Drop unused darkhttpd dependency
Introduced in 4b61b7814e "qdigidoc: fetch TSL info" without further
information or direct use in default.nix.

Neither DigiDoc4-Client sources nor other distribution packages contain
any reference to darkhttpd whatsoever.
2022-06-01 01:05:19 +02:00
R. Ryantm
d10af5290b cfripper: 1.10.0 -> 1.11.0 2022-05-31 01:17:43 +00:00
Janne Heß
bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Sergei Trofimovich
4ca3b0d40b truecrack: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: transport.o:/build/source/sipsak.h:323: multiple definition of
      `address'; auth.o:/build/source/sipsak.h:323: first defined here
2022-05-30 06:54:55 +01:00
Fabian Affolter
c77be472d1
Merge pull request #175314 from fabaff/gitleaks-bump
gitleaks: 8.8.5 -> 8.8.6
2022-05-30 00:21:05 +02:00
Fabian Affolter
bbae98ad12
Merge pull request #175344 from fabaff/metasploit-bump
metasploit: 6.1.43 -> 6.2.0
2022-05-30 00:20:18 +02:00
Fabian Affolter
2ef3994849 metasploit: 6.1.43 -> 6.2.0 2022-05-29 21:36:06 +02:00
Sandro
7b2f132ad5
Merge pull request #174811 from emmabastas/master
spectre-cli: init at unstable-2022-02-05
2022-05-29 19:46:12 +02:00
Fabian Affolter
76eb4fc7df gitleaks: 8.8.5 -> 8.8.6 2022-05-29 17:17:49 +02:00
emmabastas
74e4125f18 spectre-cli: init at unstable-2021-02-05
Co-authored-by: FliegendeWurst <2012gdwu+github@posteo.de>
Co-authored-by: SuperSandro2000 <sandro.jaeckel@gmail.com>
2022-05-29 16:38:34 +02:00
Rick van Schijndel
cd3c25616d treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
Rick van Schijndel
1f88f6a2c0 boofuzz: mark broken on x86_64-darwin 2022-05-29 10:56:03 +02:00
Sergei Trofimovich
6b0031dbbe super: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: pam.o:/build/super-3.30.0/super.h:293: multiple definition of
      `Method'; super.o:/build/super-3.30.0/super.h:293: first defined here
2022-05-29 07:59:58 +01:00
Dmitry Bogatov
64da60d311 passage: init at unstable-2022-05-01 2022-05-29 00:19:34 -04:00
Brian McKenna
cf74f5d089 doas: fix cross-compilation 2022-05-28 08:02:31 -05:00
Maximilian Bosch
fd57780d9c
Merge pull request #175068 from dotlambda/gpg-tui-0.9.0
gpg-tui: 0.8.3 -> 0.9.0
2022-05-28 14:33:42 +02:00
Fabian Affolter
6b7f22c0e6
Merge pull request #175094 from fabaff/step-cli-bump
step-cli: 0.19.0 -> 0.20.0
2022-05-28 12:52:08 +02:00
Fabian Affolter
824addbc33 step-cli: 0.19.0 -> 0.20.0 2022-05-28 11:34:34 +02:00
Robert Schütz
0f6a3991e5 gpg-tui: 0.8.3 -> 0.9.0
https://github.com/orhun/gpg-tui/blob/v0.9.0/CHANGELOG.md
2022-05-28 04:10:39 +00:00
Sandro Jäckel
01e26ef209
honggfuzz: remove unused let in 2022-05-28 00:47:00 +02:00
Sandro
1c3d61e8aa
Merge pull request #174149 from chivay/honggfuzz-fix
honggfuzz: Use LLVM 12
2022-05-28 00:42:44 +02:00
Fabian Affolter
59908bbe2a kubescape: 2.0.155 -> 2.0.156 2022-05-27 18:02:06 +02:00
Sandro
d8e5482ce0
Merge pull request #174895 from LeSuisse/rekor-0.7.0
rekor-cli, rekor-server: 0.6.0 -> 0.7.0
2022-05-27 17:47:40 +02:00
Fabian Affolter
b0b5037662
Merge pull request #174863 from r-ryantm/auto-update/cariddi
cariddi: 1.1.6 -> 1.1.7
2022-05-27 15:39:54 +02:00
Thomas Gerbet
1fa0039f75 rekor-cli, rekor-server: 0.6.0 -> 0.7.0
https://github.com/sigstore/rekor/releases/tag/v0.7.0
2022-05-27 11:24:59 +02:00
Fabian Affolter
a2c95a8e62
Merge pull request #174884 from r-ryantm/auto-update/dalfox
dalfox: 2.7.4 -> 2.7.5
2022-05-27 11:04:55 +02:00
Fabian Affolter
703fdac4f3
Merge pull request #174865 from r-ryantm/auto-update/certgraph
certgraph: 20210224 -> 20220513
2022-05-27 10:41:10 +02:00
R. Ryantm
22094b83b9 dalfox: 2.7.4 -> 2.7.5 2022-05-27 08:14:03 +00:00
R. Ryantm
4118f60176 certgraph: 20210224 -> 20220513 2022-05-27 05:33:25 +00:00
R. Ryantm
489e6c5e3a cariddi: 1.1.6 -> 1.1.7 2022-05-27 05:10:04 +00:00
Peter Hoeg
5d60882a1e yubikey-touch-detector: add missing systemd units and docs 2022-05-27 08:09:29 +08:00
Mario Rodas
2b5fc867d3
Merge pull request #174731 from 06kellyjac/kubescape
kubescape: fix darwin
2022-05-26 18:51:52 -05:00
Fabian Affolter
f235aa55fe
Merge pull request #174792 from fabaff/lynis-bump
lynis: 3.0.7 -> 3.0.8
2022-05-27 00:33:07 +02:00
Fabian Affolter
d0feef8c2a lynis: 3.0.7 -> 3.0.8 2022-05-26 21:59:45 +02:00
Fabian Affolter
a1fb624991 gitleaks: 8.8.4 -> 8.8.5 2022-05-26 21:27:42 +02:00
Hubert Jasudowicz
d75f202ce4 honggfuzz: Add chivay to maintainers 2022-05-26 18:17:58 +02:00
Fabian Affolter
a701e4adbc
Merge pull request #174741 from applePrincess/exploitdb-2022-05-26
exploitdb: 2022-05-18 -> 2022-05-26
2022-05-26 16:51:58 +02:00
Lein Matsumaru
03ee1bb584
exploitdb: 2022-05-18 -> 2022-05-26 2022-05-26 14:16:09 +00:00
06kellyjac
e3750679d8 kubescape: fix darwin 2022-05-26 08:53:03 +01:00
Fabian Affolter
b53c65aa05
Merge pull request #174258 from 06kellyjac/kubescape
kubescape: 2.0.152 -> 2.0.155
2022-05-26 08:30:26 +02:00
R. Ryantm
d86133f2e0 ffuf: 1.4.1 -> 1.5.0 2022-05-26 00:27:01 +00:00
sintemal
d079f3654d
ghidra-bin: 10.1.1 -> 10.1.4 2022-05-25 14:02:48 +02:00
Bobby Rong
7ee5f8670f
Merge pull request #174163 from 06kellyjac/master
scorecard: 4.2.0 -> 4.3.0
2022-05-25 18:56:21 +08:00
R. Ryantm
52ef678cae cfripper: 1.9.0 -> 1.10.0 2022-05-25 02:21:30 +00:00
Sandro
c69120e987
Merge pull request #174033 from trofi/workaround-fno-common-for-ossec
ossec: add -fcommon workaround
2022-05-25 00:34:48 +02:00
Fabian Affolter
33d9a1a287
Merge pull request #174253 from fabaff/terrascan-bump
terrascan: 1.15.0 -> 1.15.1
2022-05-24 22:27:51 +02:00
Sandro
7c8e39e452
Merge pull request #163477 from 06kellyjac/tracee_bin
tracee: init at 0.7.0
2022-05-24 19:44:33 +02:00
Ben Siraphob
bbdaa91580
Merge pull request #173869 from trofi/fix-fno-common-for-lastpass-cli 2022-05-24 09:57:25 -07:00
06kellyjac
96ba323a96 kubescape: 2.0.152 -> 2.0.155 2022-05-24 09:57:34 +01:00
Fabian Affolter
d2b57ba345 terrascan: 1.15.0 -> 1.15.1 2022-05-24 10:33:58 +02:00
Wael M. Nasreddine
0094dccde8
onlykey: 5.3.3 -> 5.3.4 2022-05-23 20:58:39 -07:00
Wael M. Nasreddine
9ba84fb7f7
onlykey-agent: 1.1.11 -> 1.1.13 2022-05-23 20:53:42 -07:00
Wael M. Nasreddine
ca32037807
onlykey-cli: 1.2.5 -> 1.2.9 2022-05-23 20:53:39 -07:00
06kellyjac
51d86fb7cf scorecard: 4.2.0 -> 4.3.0 2022-05-23 18:55:17 +01:00
github-actions[bot]
ba5122823c
Merge master into staging-next 2022-05-23 00:02:36 +00:00
Martin Weinelt
bc38fcac7d
Merge pull request #174000 from mweinelt/pep621-optional-dependencies 2022-05-23 01:35:24 +02:00
Mario Rodas
130bff590e
Merge pull request #173959 from sikmir/gopass
gopass: 1.14.1 → 1.14.2
2022-05-22 16:53:45 -05:00
Robert Scott
d40419c241 chipsec: restrict to x86-only
package is unlikely to support other platforms in the near
future - see https://github.com/chipsec/chipsec/issues/461
2022-05-22 21:11:45 +01:00
Sergei Trofimovich
75b764a8c0 ossec: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: src/common/mgmt/pint-worker-external.po:(.data.rel.local+0x0): multiple definition of
      `PINT_worker_external_impl'; src/common/mgmt/pint-mgmt.po:(.bss+0x20): first defined here
2022-05-22 18:43:32 +01:00
Martin Weinelt
272430c823
treewide: migrate python packages to optional-dependencies
This follows the term used by PEP 621.
2022-05-22 16:31:53 +02:00
Nikolay Korotkiy
4c7efec3b5
gopass: 1.14.1 → 1.14.2 2022-05-22 11:39:24 +03:00
github-actions[bot]
dbef850602
Merge master into staging-next 2022-05-22 00:02:20 +00:00
Mario Rodas
f1b50e79d4
Merge pull request #168208 from r-ryantm/auto-update/aws-iam-authenticator
aws-iam-authenticator: 0.5.6 -> 0.5.7
2022-05-21 17:04:41 -05:00
Fabian Affolter
ea150a350f
Merge pull request #173874 from fabaff/metasploit-bump
metasploit: 6.1.42 -> 6.1.43
2022-05-21 22:19:24 +02:00
Jan Tojnar
b8b9f52393 Merge branch 'master' into staging-next
Conflicts:
- pkgs/applications/networking/browsers/firefox/common.nix between 318fae87c0 and f6c5761935.
2022-05-21 17:52:39 +02:00
Mario Rodas
e1fd483d92
Merge pull request #168857 from aaronjheng/hologram
hologram: unstable-2018-03-19 -> 1.2.1
2022-05-21 10:30:49 -05:00
06kellyjac
c68803fe31 tracee: add manual nixosTest for integration testing 2022-05-21 13:41:10 +01:00
06kellyjac
e2917e019b tracee: init at 0.7.0 2022-05-21 13:39:43 +01:00
Fabian Affolter
be0dfd13ca metasploit: 6.1.42 -> 6.1.43 2022-05-21 13:25:22 +02:00
Sergei Trofimovich
6f7f5bc823 lastpass-cli: fix build for -fno-common toolchains
Without the change build fails on upstream gcc-10:

    ld: CMakeFiles/lpass.dir/util.c.o:(.bss+0x8): multiple definition of
      `ARGC'; CMakeFiles/lpass.dir/agent.c.o:(.bss+0x8): first defined here
2022-05-21 11:29:05 +01:00
github-actions[bot]
77bded3c43
Merge master into staging-next 2022-05-20 18:02:18 +00:00
Sandro
bee7341dcb
Merge pull request #173619 from KoviRobi/clamav-fix-config-file-location
clamav: Fix CLI clamav programs not finding configuration files
2022-05-20 14:38:47 +02:00
Aaron Jheng
842e54b067
hologram: unstable-2018-03-19 -> 1.2.1 2022-05-20 12:30:15 +00:00
Robert Kovacsics
419e19ca81 clamav: Fix cli clamav programs not finding configuration files 2022-05-20 09:43:39 +01:00
github-actions[bot]
b833efbcd7
Merge master into staging-next 2022-05-19 18:06:51 +00:00
Sandro
5a5ab1ef8e
Merge pull request #173610 from 06kellyjac/badrobot
badrobot: init at 0.1.2
2022-05-19 20:02:03 +02:00
Sandro
5628480acd
Merge pull request #173634 from fabaff/arsenal-bump 2022-05-19 19:46:20 +02:00
Sandro
2f32f52442
Merge pull request #173558 from lopsided98/libmodsecurity-remove-valgrind
libmodsecurity: remove dependency on valgrind
2022-05-19 19:27:53 +02:00
Fabian Affolter
fc8976aa78 arsenal: 1.0.2 -> 1.1.0 2022-05-19 17:06:46 +02:00
Lein Matsumaru
3f00d29456
exploitdb: 2022-05-13 -> 2022-05-18 2022-05-19 14:28:02 +00:00
06kellyjac
a87b4752a9 badrobot: init at 0.1.2 2022-05-19 13:02:42 +01:00
github-actions[bot]
bd83e4cf98
Merge master into staging-next 2022-05-19 12:01:54 +00:00
Fabian Affolter
c902d4c1e7
Merge pull request #173526 from fabaff/bump-nuclei
nuclei: 2.7.0 -> 2.7.1
2022-05-19 08:29:44 +02:00
Fabian Affolter
f151a92f77
Merge pull request #173518 from fabaff/terrascan-bump
terrascan: 1.14.0 -> 1.15.0
2022-05-19 08:25:40 +02:00
Ben Wolsieffer
4844d867d7 libmodsecurity: remove dependency on valgrind
valgrind is only supported on certain platforms (it notably lacks support for
armv6l), so needs to be excluded as a dependency on unsupported platforms. In
this case, it turns out that valgrind is not currently used at all, so I
removed it entirely. libmodsecurity can optionally use valgrind to run
tests, but we don't run the tests at all.
2022-05-18 21:10:39 -04:00
Fabian Affolter
b856b849c0 nuclei: 2.7.0 -> 2.7.1 2022-05-18 20:17:51 +02:00
Fabian Affolter
4e0b0872d9 terrascan: 1.14.0 -> 1.15.0 2022-05-18 19:21:40 +02:00
R. Ryantm
5fcfe9a87d kube-hunter: 0.6.7 -> 0.6.8 2022-05-18 16:00:53 +00:00
Shea Levy
7456be85db
Merge branch 'staging-next' into staging 2022-05-18 06:40:21 -04:00
06kellyjac
af4488d9c5 witness: 0.1.7 -> 0.1.8 2022-05-17 13:14:43 +01:00
github-actions[bot]
e87bfef273
Merge staging-next into staging 2022-05-16 18:11:41 +00:00
github-actions[bot]
115f2f7878
Merge master into staging-next 2022-05-16 18:05:56 +00:00
Linus Heckemann
886ad6d008
Merge pull request #172851 from DeterminateSystems/clamav
clamav: 0.103.5 -> 0.105.0
2022-05-16 14:19:32 +02:00
github-actions[bot]
add75748e2
Merge staging-next into staging 2022-05-16 12:03:45 +00:00
github-actions[bot]
f10256fb7a
Merge master into staging-next 2022-05-16 12:02:51 +00:00
Linus Heckemann
f0b672ab10
Merge pull request #172835 from lheckemann/clamav
clamav: 0.103.5 -> 0.103.6
2022-05-16 10:45:39 +02:00
Linus Heckemann
16fc84cd4b clamav: 0.103.6 -> 0.105.0 2022-05-16 10:35:20 +02:00
Rick van Schijndel
4171277efd
Merge pull request #173040 from trofi/workaround-fno-common-for-gnupg1orig
gnupg1orig: add -fcommon workaround
2022-05-16 08:57:09 +02:00
github-actions[bot]
e2602ad62e
Merge staging-next into staging 2022-05-16 00:04:11 +00:00
github-actions[bot]
c8608fae00
Merge master into staging-next 2022-05-16 00:03:24 +00:00
Fabian Affolter
9c65530323
Merge pull request #173180 from fabaff/bump-grype
grype: 0.36.1 -> 0.37.0
2022-05-16 00:04:59 +02:00
Fabian Affolter
455efb235e
Merge pull request #173002 from fabaff/bump-wapiti
wapiti: 3.1.1 -> 3.1.2
2022-05-16 00:04:39 +02:00
Fabian Affolter
52237bfe79
Merge pull request #173004 from fabaff/bump-feroxbuster
feroxbuster: 2.7.0 -> 2.7.1
2022-05-16 00:04:27 +02:00
Jörg Thalheim
3f89d92d79
Merge pull request #173151 from penguwin/melt
melt: 0.4.0 -> 0.4.1
2022-05-15 22:55:09 +01:00
Rick van Schijndel
abaa8ae3bb
Merge pull request #173019 from trofi/fix-fno-common-for-fwknop
fwknop: pull patch pending upstream inclusion for -fno-common support
2022-05-15 23:27:10 +02:00
github-actions[bot]
f74178b418
Merge staging-next into staging 2022-05-15 18:01:53 +00:00
Fabian Affolter
b839d2da79 grype: 0.36.1 -> 0.37.0 2022-05-15 20:00:01 +02:00
Vladimír Čunát
d72c6a72d0
Merge branch 'master' into staging-next 2022-05-15 18:17:05 +02:00
Nicolas Martin
2b8d8935bf melt: 0.4.0 -> 0.4.1 2022-05-15 15:26:56 +02:00
Jan Tojnar
d1b77f990f Merge branch 'staging-next' into staging
Conflicts:
	pkgs/applications/networking/browsers/firefox/common.nix between f6c5761935 and a373324120.
2022-05-15 07:08:29 +02:00
Théophile Wallez
1cf46adf35 hashdeep: fix 2022-05-14 22:53:55 +02:00
Sergei Trofimovich
1f15388af1 gnupg1orig: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: ../util/libutil.a(estream-printf.o):/build/gnupg-1.4.23/util/../include/memory.h💯 multiple definition of
        `memory_debug_mode'; gpgsplit.o:/build/gnupg-1.4.23/tools/../include/memory.h💯 first defined here
2022-05-14 16:31:03 +01:00
Sergei Trofimovich
fd2826353b fwknop: pull patch pending upstream inclusion for -fno-common support
Without the change build on -fno-common tollchains fails as:

    ld: fwknop-log_msg.o:/build/source/client/log_msg.h:41: multiple definition of
      `log_level_t'; fwknop-fwknop.o:/build/source/client/log_msg.h:41: first defined here
2022-05-14 13:23:58 +01:00
Fabian Affolter
ac06603e84 feroxbuster: 2.7.0 -> 2.7.1 2022-05-14 13:06:12 +02:00
Fabian Affolter
65d6c92eaf wapiti: 3.1.1 -> 3.1.2 2022-05-14 12:42:10 +02:00
github-actions[bot]
b0b4881903
Merge master into staging-next 2022-05-14 06:13:28 +00:00
Jörg Thalheim
96f9e0df24
Merge pull request #172911 from trofi/remove-dirmngor-for-fno-common
dirmngr: remove
2022-05-14 06:57:50 +01:00
github-actions[bot]
3328bc9666
Merge master into staging-next 2022-05-14 00:02:10 +00:00
Mario Rodas
69e558b41f
Merge pull request #172691 from marsam/update-sops
sops: 3.7.2 -> 3.7.3
2022-05-13 18:10:18 -05:00
Sergei Trofimovich
4054681f96 dirmngr: remove
dirmngr was merged into gnupg long ago. nixpkgs does not use it as a
dependency anywhere. On top of that it fails to build on upstream
gcc-10 as:

    ld: validate.o:/build/dirmngr-1.1.1/src/dirmngr.h:123:
      multiple definition of `opt'; dirmngr.o:/build/dirmngr-1.1.1/src/dirmngr.h:123: first defined here

Let's remove the package.
2022-05-13 20:17:58 +01:00
github-actions[bot]
fe71877bbd
Merge staging-next into staging 2022-05-13 18:03:04 +00:00
github-actions[bot]
bcb22e9a7b
Merge master into staging-next 2022-05-13 18:01:23 +00:00
Sandro
0a9b7f895d
Merge pull request #172827 from fabaff/bump-metasploit
metasploit: 6.1.41 -> 6.1.42
2022-05-13 17:21:45 +02:00
github-actions[bot]
814126147f
Merge staging-next into staging 2022-05-13 12:02:03 +00:00
github-actions[bot]
477cc9463d
Merge master into staging-next 2022-05-13 12:01:27 +00:00
Fabian Affolter
e38a67aef2
Merge pull request #172840 from applePrincess/exploitdb-2022-05-13
explotidb: 2022-04-27 -> 2022-05-13
2022-05-13 12:53:24 +02:00
Fabian Affolter
5ae0b4d58f
Merge pull request #172361 from fabaff/cliam
cliam: init at 1.0.0
2022-05-13 12:44:48 +02:00
Linus Heckemann
833884de60 clamav: 0.103.5 -> 0.103.6
Fixes a number of vulnerabilities.

https://github.com/Cisco-Talos/clamav/blob/rel/0.103/NEWS.md#01036
https://mmmds.pl/clamav/

Fixes: CVE-2022-20803, CVE-2022-20770, CVE-2022-20796, CVE-2022-20771,
       CVE-2022-20785, CVE-2022-20792
2022-05-13 11:17:44 +02:00
Lein Matsumaru
02e15da692
explotidb: 2022-04-27 -> 2022-05-13 2022-05-13 09:11:55 +00:00
Fabian Affolter
ba114515f6 cliam: init at 1.0.0 2022-05-13 11:06:30 +02:00
Thiago Kenji Okada
ea31de98dd
Merge pull request #172812 from bdd/zhf-yubikey-touch-generator
yubikey-touch-detector: Linux only
2022-05-13 09:49:31 +01:00
Fabian Affolter
4840b8fd35 metasploit: 6.1.41 -> 6.1.42 2022-05-13 10:41:08 +02:00
adisbladis
7393214656
Merge pull request #172809 from amarshall/bao
bao: init at 0.12.0
2022-05-13 16:15:00 +08:00
Berk D. Demir
b92f37a40e yubikey-touch-detector: Linux only
This tool is Linux only[*] but got merged with `platform.unix` meta at
init.

[*] 0f30ac2da5/README.md (L13)

ZHF: #172160
2022-05-12 23:48:54 -07:00
Fabian Affolter
8254e3bd92
Merge pull request #172354 from fabaff/zircolite
evtx: init at 0.7.2, python310Packages.evtx: init at 0.7.3
2022-05-13 08:45:06 +02:00
github-actions[bot]
c9945b4333
Merge staging-next into staging 2022-05-13 06:04:33 +00:00
github-actions[bot]
968836294d
Merge master into staging-next 2022-05-13 06:03:49 +00:00
Andrew Marshall
5f1dd0d009 bao: init at 0.12.0 2022-05-13 01:21:52 -04:00
Mario Rodas
e89c0cff51
Merge pull request #172692 from marsam/yubikey-agent-ldflags
yubikey-agent: add ldflags
2022-05-12 22:15:05 -05:00
github-actions[bot]
d79af4efe4
Merge staging-next into staging 2022-05-13 00:03:35 +00:00
github-actions[bot]
97ea1401a7
Merge master into staging-next 2022-05-13 00:03:00 +00:00
Mario Rodas
d002de0a09
Merge pull request #172690 from marsam/update-age-plugin-yubikey
age-plugin-yubikey: 0.2.0 -> 0.3.0
2022-05-12 18:42:55 -05:00
Thiago Kenji Okada
5c5187646d
Merge pull request #172366 from ncfavier/wrappers-cleanup
make{,Binary}Wrapper: some cleanups
2022-05-12 22:17:34 +01:00
maxine [they]
88be12e5dd
Merge pull request #172614 from techknowlogick/bvault-3
vault: 1.10.2 -> 1.10.3
2022-05-12 21:09:49 +02:00
github-actions[bot]
6b23d26afc
Merge master into staging-next 2022-05-12 18:02:25 +00:00
Sandro
b994add155
Merge pull request #169645 from MatthewCroughan/mc/yubihsm
yubihsm-shell: init at 2.3.1
2022-05-12 16:00:15 +02:00
MatthewCroughan
500b7ae53c
yubihsm-connector: init at 3.0.2 (#169682)
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Co-authored-by: 06kellyjac <dev@j-k.io>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-12 15:59:55 +02:00
Artturi
8f43c6e3a7
Merge pull request #172367 from Artturin/dbusupdate
dbus: 1.12.20 -> 1.14.0
2022-05-12 14:43:17 +03:00
Naïm Favier
3c77d361b5
makeShellWrapper: add explicitly named attribute
So that things that use the makeShellWrapper/wrapProgramShell
functions can depend on makeShellWrapper explicitly, which should ease
migration in the future.
2022-05-12 11:01:23 +02:00
Mario Rodas
c19b3473cc sops: 3.7.2 -> 3.7.3
https://github.com/mozilla/sops/releases/tag/v3.7.3
2022-05-12 04:20:00 +00:00
Mario Rodas
e5ca1b8253 yubikey-agent: add ldflags 2022-05-12 04:20:00 +00:00
Mario Rodas
01b936359a age-plugin-yubikey: 0.2.0 -> 0.3.0
https://github.com/str4d/age-plugin-yubikey/releases/tag/v0.3.0
2022-05-12 04:20:00 +00:00
matthewcroughan
40733622e7 yubihsm-shell: init at 2.3.1
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Co-authored-by: 06kellyjac <dev@j-k.io>
2022-05-12 01:15:02 +01:00
Jan Tojnar
5af93e6908 Merge branch 'staging-next' into staging 2022-05-12 01:24:26 +02:00
techknowlogick
419f74cba7 vault-bin: 1.10.2 -> 1.10.3 2022-05-11 17:49:33 -04:00
techknowlogick
a2c4438067 vault: 1.10.2 -> 1.10.3 2022-05-11 17:46:34 -04:00
Sandro
cdb8f017e7
Merge pull request #171991 from elatov/pkg/fwbuilder
fwbuilder: add wayland support
2022-05-11 23:09:20 +02:00
github-actions[bot]
7dbfbc2e90
Merge staging-next into staging 2022-05-11 18:10:52 +00:00
Rick van Schijndel
e680b5cf74
Merge pull request #172383 from Mindavi/treewide/remove-broken
Treewide(ish): remove long-time broken pkgs
2022-05-11 19:34:13 +02:00
Rick van Schijndel
e8e6743b28 neopg: drop
Broken since 2020-11-30
2022-05-11 19:23:05 +02:00
github-actions[bot]
044ddc2335
Merge staging-next into staging 2022-05-11 12:08:47 +00:00
Fabian Affolter
b0e4759ea0
Merge pull request #172398 from fabaff/bump-naabu
naabu: 2.0.6 -> 2.0.7
2022-05-11 08:52:07 +02:00
github-actions[bot]
2d62d4f8e6
Merge staging-next into staging 2022-05-11 06:02:11 +00:00
davidak
ed99c668a7
Merge pull request #172144 from RasmusRendal/rhashbuildtarget
rhash: Correctly set target platform when configuring
2022-05-11 03:52:56 +02:00
Artturi
506a414227
Merge pull request #172163 from 06kellyjac/scorecard
scorecard: 4.1.0 -> 4.2.0
2022-05-11 04:13:03 +03:00
Artturi
d3016819d3
Merge pull request #172244 from penguwin/melt
melt: 0.3.0 -> 0.4.0
2022-05-11 03:34:07 +03:00
Fabian Affolter
683097028d evtx: init at 0.7.2 2022-05-10 23:45:01 +02:00
Fabian Affolter
a8b95e6f28 naabu: 2.0.6 -> 2.0.7 2022-05-10 23:25:52 +02:00
Naïm Favier
62245943aa
makeWrapper,makeBinaryWrapper: introduce explicitly named functions
Because both versions might end up in a derivation's build inputs, it
might be useful to be able to explicitly select which function to use.
2022-05-10 22:07:56 +02:00
Artturin
be4c9c60c2 dbus: 1.12.20 -> 1.14.0
fprintd: remove dbus patch
2022-05-10 22:51:27 +03:00
github-actions[bot]
3a79190750
Merge staging-next into staging 2022-05-10 18:01:50 +00:00
Dominik Xaver Hörl
9709c5f4a4 cryptomator: use non-binary wrapper for wrapGAppsHook
The use of --add-flags in this derivation does not work with binary
    wrappers, which wrapGAppsHook uses since #164163.
2022-05-10 15:17:09 +02:00
github-actions[bot]
1a3de31faa
Merge staging-next into staging 2022-05-10 12:11:45 +00:00
Fabian Affolter
517109653f
Merge pull request #172239 from fabaff/zkar
zkar: init at 1.3.0
2022-05-10 08:46:05 +02:00
Fabian Affolter
7215445bc1
Merge pull request #172216 from fabaff/bump-nuclei
nuclei: 2.6.9 -> 2.7.0
2022-05-10 08:11:53 +02:00
github-actions[bot]
2bf60ff84f
Merge staging-next into staging 2022-05-10 06:01:44 +00:00
Sergei Trofimovich
ab456c4d45 medusa: pull upstream fix for fno-common toolchains
Without the chanhe build fails on -fno-common tollchains as:

    $ nix build -L --impure --expr 'with import ./. {}; medusa.overrideAttrs (oa: {   NIX_CFLAGS_COMPILE = (["-fno-common"] ++ [oa.NIX_CFLAGS_COMPILE or ""]); })'
    ...
    ld: ../medusa-trace.o:/build/source/src/modsrc/../medusa.h:69:
      multiple definition of `iErrorLevel'; cvs.o:/build/source/src/modsrc/../medusa.h:69: first defined here
2022-05-10 07:45:06 +02:00
Artturi
2976a21186
Merge pull request #172240 from amesgen/secp256k1-platforms
secp256k1: allow to build on all platforms
2022-05-10 03:45:05 +03:00
Nicolas Martin
6b8d91253d melt: 0.3.0 -> 0.4.0 2022-05-09 22:37:42 +02:00
Karim Elatov
470c724f83 fwbuilder: add wayland support 2022-05-09 19:58:06 +00:00
amesgen
6f1bb49e5a
secp256k1: allow to build on all platforms 2022-05-09 21:44:38 +02:00
Fabian Affolter
52a78362ac zkar: init at 1.3.0 2022-05-09 21:36:51 +02:00
Fabian Affolter
89412f830e nuclei: 2.6.9 -> 2.7.0 2022-05-09 18:32:19 +02:00
github-actions[bot]
27575e98ee
Merge staging-next into staging 2022-05-09 12:08:45 +00:00
06kellyjac
2381aa28fd scorecard: 4.1.0 -> 4.2.0 2022-05-09 11:28:25 +01:00
Rasmus Rendal
4317c93104
rhash: Correctly set target platform when configuring
The non-standard configure script did not detect it, and we have to
supply this argument.

This closes #113742
2022-05-09 11:56:06 +02:00
Robert Schütz
a664572fa6 wapiti: update propagatedBuildInputs 2022-05-09 00:12:37 -07:00
github-actions[bot]
31938a3f5c
Merge staging-next into staging 2022-05-09 00:03:28 +00:00
Sandro
7169abf52f
python310Packages.babel: 2.9.1 -> 2.10.1 (#171867) 2022-05-09 01:53:28 +02:00
Artturi
82c09e5ea4
Merge pull request #170868 from Luflosi/update/swtpm
swtpm: 0.7.2 -> 0.7.3
2022-05-08 23:10:48 +03:00
Fabian Affolter
8713be7543
Merge pull request #172048 from fabaff/bump-metasploit
metasploit: 6.1.40 -> 6.1.41
2022-05-08 17:36:15 +02:00
Bobby Rong
3138c317c9
Merge pull request #171871 from SuperSandro2000/rustscan
rustscan: remove myself from maintainers
2022-05-08 19:46:22 +08:00
Jörg Thalheim
70c4d6069b
Merge pull request #172045 from trofi/fix-fno-common-for-ncrack
ncrack: pull upstream fix for fno-common toolchains
2022-05-08 10:29:55 +01:00
Fabian Affolter
b9eea8930c metasploit: 6.1.40 -> 6.1.41 2022-05-08 11:09:42 +02:00
Sergei Trofimovich
83cfaa762b ncrack: pull upstream fix for fno-common toolchains
Without the change build on -fno-common toolchains like upstream gcc-10
fails as:

    $ nix build -L --impure --expr 'with import ./. {}; ncrack.overrideAttrs (oa: {   NIX_CFLAGS_COMPILE = (oa.NIX_CFLAGS_COMPILE or "") + "-fno-common"; })'
    ...
    ld: opensshlib/libopenssh.a(umac128.o):/build/source/opensshlib/umac.c:1184:
      multiple definition of `umac_ctx'; opensshlib/libopenssh.a(umac.o):/build/source/opensshlib/umac.c:1184: first defined here
2022-05-08 09:39:51 +01:00
R. Ryantm
17acaf1708 kube-hunter: 0.6.5 -> 0.6.7 2022-05-08 05:24:16 +00:00
Fabian Affolter
36f342125a
Merge pull request #171857 from vdot0x23/submit/yersinia-init
yersinia: init at 0.8.2
2022-05-07 17:09:57 +02:00
Fabian Affolter
4b53055f55
Merge pull request #171843 from techknowlogick/bump-step-ca
step-ca: 0.18.2 -> 0.19.0
2022-05-07 16:54:01 +02:00
Zhaofeng Li
a2e220cd65 dieharder: init at 3.31.1 2022-05-07 07:15:17 -05:00
Sandro Jäckel
115475ff5b
python310Packages.python-magic: normalise attr 2022-05-07 01:18:35 +02:00
Sandro Jäckel
8fa20691d8
rustscan: remove myself from maintainers 2022-05-06 23:57:57 +02:00
Victor Buttner
308bd3ae9b yersinia: init at 0.8.2 2022-05-06 22:38:20 +02:00
techknowlogick
2c3dcb1169 step-ca: 0.18.2 -> 0.19.0 2022-05-06 14:00:28 -04:00
Fabian Affolter
ef93fb8486
Merge pull request #171638 from fabaff/erosmb
erosmb: init at 0.1.1
2022-05-06 08:35:01 +02:00
Fabian Affolter
be824c1257
Merge pull request #171653 from fabaff/trueseeing
trueseeing: init at 2.1.4
2022-05-06 08:34:47 +02:00
Fabian Affolter
f0d17e25e8
Merge pull request #171673 from fabaff/swaggerhole
swaggerhole: init at 1.1
2022-05-06 08:34:37 +02:00
Bernardo Meurer
e6b94ad07e
Merge pull request #171602 from malob/treewide-mainProgram
treewide: add meta.mainProgram to many packages
2022-05-05 18:16:09 -07:00
Martin Weinelt
974603c931
ecdsautils: 0.4.0 -> 0.4.1
Fixes psychic papers vulnerability in signature verification.

https://github.com/freifunk-gluon/ecdsautils/security/advisories/GHSA-qhcg-9ffp-78pw

Fixes: CVE-2022-24884
2022-05-05 18:08:11 +02:00
Fabian Affolter
c505c32170 swaggerhole: init at 1.1 2022-05-05 17:22:58 +02:00
Fabian Affolter
05cfbf0a55 python310Packages.whispers: build as package 2022-05-05 17:19:16 +02:00
Fabian Affolter
4c7f7f61a7 trueseeing: init at 2.1.4 2022-05-05 14:27:25 +02:00
Fabian Affolter
1a87016de5 erosmb: init at 0.1.1 2022-05-05 10:58:13 +02:00
Fabian Affolter
b956d0b60a
Merge pull request #171521 from fabaff/bump-grype
grype: 0.36.0 -> 0.36.1, syft: 0.44.1 -> 0.45.1
2022-05-05 09:08:26 +02:00
Artturi
867b4b5eb1
Merge pull request #170431 from armeenm/remove-nmap-graphical 2022-05-05 04:18:34 +03:00
Malo Bourgon
16e15fa68f treewide: add meta.mainProgram to many packages 2022-05-04 18:08:19 -07:00
Artturi
0b64a2d69a
Merge pull request #167108 from aaronjheng/oath-toolkit
oath-toolkit: Rename from oathToolkit to oath-toolkit
2022-05-05 03:58:39 +03:00
Mario Rodas
90feacf9cd
Merge pull request #171437 from sikmir/gopass
gopass: 1.14.0 → 1.14.1
2022-05-04 18:49:35 -05:00
Mario Rodas
3dbd8c1602
Merge pull request #171409 from LeSuisse/fulcio-0.4.1
fulcio: 0.4.0 -> 0.4.1
2022-05-04 18:48:50 -05:00
Sandro
af56903adb
Merge pull request #170054 from delroth/jadx-1.3.5
jadx: 1.3.4 -> 1.3.5
2022-05-04 23:50:59 +02:00
Pavol Rusnak
c763181101
Merge pull request #170682 from prusnak/tor
tor: 0.4.6.10 -> 0.4.7.7
2022-05-04 17:00:33 +02:00
Sandro
c1fb4681db
Merge pull request #171453 from bachp/cryptomator-1.6.10
cryptomator: 1.6.8 -> 1.6.10
2022-05-04 13:45:58 +02:00
Fabian Affolter
e310b2cd84 grype: 0.36.0 -> 0.36.1 2022-05-04 13:28:13 +02:00
Robert Helgesson
4df2c1fe35 jwt-cli: 5.0.2 -> 5.0.3 2022-05-03 23:51:48 +02:00
Pascal Bach
561d29b64d cryptomator: 1.6.8 -> 1.6.10
Hotfix for a truncation issue with fuse.
2022-05-03 23:26:38 +02:00
Nikolay Korotkiy
be8f036f64
gopass: 1.14.0 → 1.14.1 2022-05-03 22:28:44 +03:00
Rick van Schijndel
fd2c8f930f
Merge pull request #170013 from berbiche/john-gcc-11-patch
john: add gcc11 patch
2022-05-03 20:02:08 +02:00
Thomas Gerbet
6a4134d8ce fulcio: 0.4.0 -> 0.4.1
https://github.com/sigstore/fulcio/releases/tag/v0.4.1
2022-05-03 17:39:15 +02:00
Nicolas Berbiche
733730eff8
john: update source to GitHub and homepage url 2022-05-02 17:20:23 -04:00
Fabian Affolter
de99f6e155
Merge pull request #171299 from malob/sigma-cli-add-mainProgram
sigma-cli: add meta.mainProgram
2022-05-02 22:04:37 +02:00
Fabian Affolter
b9e29b16ba
Merge pull request #171206 from fabaff/grype-bump
grype: 0.35.0 -> 0.36.0
2022-05-02 21:20:23 +02:00
Fabian Affolter
967263521d
Merge pull request #171231 from fabaff/adreaper
adreaper: init at 1.1
2022-05-02 21:19:25 +02:00
Fabian Affolter
255299cc37
Merge pull request #171291 from r-ryantm/auto-update/sigma-cli
sigma-cli: 0.4.2 -> 0.4.3
2022-05-02 20:49:45 +02:00
Malo Bourgon
3a8257c77b sigma-cli: add meta.mainProgram 2022-05-02 11:28:30 -07:00
R. Ryantm
1ce2275cf0 sigma-cli: 0.4.2 -> 0.4.3 2022-05-02 17:39:57 +00:00
Sandro
1641bbe91c
Merge pull request #171204 from fabaff/wprecon-bump
wprecon: 1.6.3a -> 2.4.5
2022-05-02 16:22:47 +02:00
Fabian Affolter
f5a3980a5b adreaper: init at 1.1 2022-05-02 12:30:19 +02:00
Mario Rodas
3741343cd0
Merge pull request #171180 from marsam/update-rage
rage: 0.7.1 -> 0.8.0
2022-05-02 03:10:09 -05:00
Fabian Affolter
d480176932 grype: 0.35.0 -> 0.36.0 2022-05-02 09:33:06 +02:00
Fabian Affolter
94d2e55ee6 wprecon: 1.6.3a -> 2.4.5 2022-05-02 09:22:32 +02:00
Vladimír Čunát
cec6e7362c
Merge branch 'master' into staging-next-2022-04-23 2022-05-01 14:26:52 +02:00
Mario Rodas
693d4164a0 rage: 0.7.1 -> 0.8.0
https://github.com/str4d/rage/releases/tag/v0.8.0
2022-05-01 04:20:00 +00:00
techknowlogick
e3fd4aed1f vault-bin: 1.10.1 -> 1.10.2 2022-04-30 21:31:28 -04:00
Vladimír Čunát
c480cc2895
Merge branch 'master' into staging-next-2022-04-23 2022-04-30 23:02:28 +02:00
Luflosi
c64cc3fbd4
decoder: init at unstable-2021-11-20 2022-04-30 15:41:53 +02:00
Artturi
22fbd632e6
Merge pull request #168212 from r-ryantm/auto-update/bitwarden
bitwarden: 1.31.3 -> 1.32.1
2022-04-30 00:45:23 +03:00
Ryan Mulligan
fb5acbafef
Merge pull request #170451 from willcohen/libtpms-0.9.4
libtpms: 0.9.3 -> 0.9.4
2022-04-29 10:24:46 -07:00
techknowlogick
de86661c52 vault: 1.10.1 -> 1.10.2 2022-04-29 12:21:57 -04:00
Pavol Rusnak
113ca3c22c
tor: 0.4.6.10 -> 0.4.7.7
- disable sandbox for aarch64-linux for now
2022-04-29 14:19:17 +02:00
Fabian Affolter
0a0dbc02bd metasploit: 6.1.39 -> 6.1.40 2022-04-29 11:06:04 +02:00
Luflosi
8b4c5b383d
swtpm: 0.7.2 -> 0.7.3
https://github.com/stefanberger/swtpm/releases/tag/v0.7.3
2022-04-29 09:58:25 +02:00
Vladimír Čunát
8caa1418f6
Merge branch 'master' into staging-next-2022-04-23 2022-04-28 18:04:16 +02:00
Fabian Affolter
239ee84f37 gitleaks: 8.8.2 -> 8.8.4 2022-04-28 09:50:31 +02:00
Mario Rodas
ef4e40b313
Merge pull request #170633 from 06kellyjac/cosign
cosign: 1.7.2 -> 1.8.0
2022-04-27 18:53:59 -05:00
Vladimír Čunát
51554cbbdb
Merge branch 'master' into staging-next-2022-04-23 2022-04-27 22:50:17 +02:00
06kellyjac
0094e13d47 fulcio: 0.3.0 -> 0.4.0 2022-04-27 15:57:35 +01:00
06kellyjac
b2a98c5680 cosign: 1.7.2 -> 1.8.0 2022-04-27 15:27:12 +01:00
Fabian Affolter
9df9bc5950
Merge pull request #170593 from applePrincess/exploitdb-2022-04-27
exploitdb: 2022-04-23 -> 2022-04-27
2022-04-27 12:52:22 +02:00
Lein Matsumaru
be407dcae2
exploitdb: 2022-04-23 -> 2022-04-27 2022-04-27 09:49:45 +00:00
Fabian Affolter
1864f5e56b
Merge pull request #170498 from fabaff/bump-yara
yara: 4.2.0 -> 4.2.1
2022-04-27 08:44:07 +02:00
Fabian Affolter
9b446adfb7 step-cli: 0.18.2 -> 0.19.0 2022-04-26 22:58:36 +02:00
Fabian Affolter
2b383306cc yara: 4.2.0 -> 4.2.1 2022-04-26 22:54:11 +02:00
github-actions[bot]
4490401513
Merge master into staging-next 2022-04-26 18:01:11 +00:00
Silvan Mosberger
ca89769766
Merge pull request #170128 from lobre/update-browserpass
update browserpass from 3.0.6 to 3.0.10
2022-04-26 19:41:22 +02:00
Will Cohen
275d07afbd libtpms: 0.9.3 -> 0.9.4 2022-04-26 13:21:07 -04:00
Armeen Mahdian
67b887147f nmap: remove graphical support 2022-04-26 09:36:58 -05:00
github-actions[bot]
e7703dd154
Merge master into staging-next 2022-04-26 12:04:22 +00:00
Fabian Affolter
b307eac9f9
Merge pull request #170337 from fabaff/bump-nuclei
nuclei: 2.6.8 -> 2.6.9
2022-04-26 12:50:36 +02:00
github-actions[bot]
4a997ba4a6
Merge master into staging-next 2022-04-26 00:02:23 +00:00
Nicolas Berbiche
8b0e73e70c
john: add gcc11 patch 2022-04-25 19:49:13 -04:00
Sandro
2f706f7030
Merge pull request #169560 from roblabla/fix-chntpw
chntpw: Fix build on macos
2022-04-26 01:35:00 +02:00
Fabian Affolter
6da8554b2e nuclei: 2.6.8 -> 2.6.9 2022-04-26 00:19:45 +02:00
Vladimír Čunát
ad8197eb43
Merge branch 'master' into staging-next 2022-04-25 23:11:18 +02:00
roblabla
3ace2795b3 chntpw: Import debian bugfix patches 2022-04-25 22:17:50 +02:00
techknowlogick
3a52ece9da vault-bin: 1.10.0 -> 1.10.1 2022-04-25 14:14:54 -04:00
Loric Brevet
6f77ffd7f2
browserpass: 3.0.6 -> 3.0.10 2022-04-25 11:22:05 +02:00
github-actions[bot]
b258091866
Merge master into staging-next 2022-04-25 06:01:18 +00:00
Fabian Affolter
0f44841300 gitleaks: 8.8.1 -> 8.8.2 2022-04-24 22:50:22 +02:00
github-actions[bot]
6f66eac9d1
Merge master into staging-next 2022-04-24 18:01:04 +00:00
Fabian Affolter
486e183612
Merge pull request #169993 from fabaff/bump-exploitdb
exploitdb: 2022-04-20 -> 2022-04-23
2022-04-24 17:04:38 +02:00
Fabian Affolter
812ea29353
Merge pull request #169994 from fabaff/bump-metasploit
metasploit: 6.1.38 -> 6.1.39
2022-04-24 17:04:26 +02:00
ppom
215541667b fail2ban: add pyinotify support 2022-04-24 15:37:53 +02:00
github-actions[bot]
b9e4b22843
Merge master into staging-next 2022-04-24 12:01:14 +00:00
Lassulus
c5f30cfe04
Merge pull request #164142 from r-ryantm/auto-update/signify
signify: 30 -> 31
2022-04-24 12:13:08 +01:00
Pierre Bourdon
0f1bb1f41d
jadx: 1.3.4 -> 1.3.5 2022-04-24 06:53:11 +02:00
Fabian Affolter
3bd928c9b4 metasploit: 6.1.38 -> 6.1.39 2022-04-23 20:27:37 +02:00
Fabian Affolter
51ea542cd1 exploitdb: 2022-04-20 -> 2022-04-23 2022-04-23 20:24:00 +02:00