Nick Cao
2961883989
Merge pull request #277624 from NickCao/yubihsm-connector
...
yubihsm-connector: fix cross compilation
2023-12-30 10:30:40 -05:00
R. Ryantm
92531c3d37
sequoia-sq: 0.31.0 -> 0.32.0
2023-12-30 14:31:30 +00:00
Nick Cao
de9dba61f9
yubihsm-connector: fix cross compilation
2023-12-29 17:17:39 -05:00
Bobby Rong
bfb57a9eba
Merge pull request #277434 from trofi/gnupg22-fix-tests-eval
...
gnupg22: fix `tests` eval
2023-12-29 21:31:20 +08:00
Fabian Affolter
26ccb580ae
Merge pull request #277283 from fabaff/flare-floss-bump
...
flare-floss: 2.3.0 -> 3.0.1, python311Packages.binary2strings: init at 0.1.13
2023-12-29 10:36:30 +01:00
Sergei Trofimovich
2941ce1993
gnupg22: fix tests
eval
...
Without the change `tests` attribute fails to resolve testsuite:
$ nix build --no-link -f. gnupg22.tests
error: attribute 'nixosTests' missing
2023-12-28 23:12:55 +00:00
Nick Cao
d36d1d0ef6
Merge pull request #277223 from r-ryantm/auto-update/cnquery
...
cnquery: 9.12.0 -> 9.12.1
2023-12-28 12:23:45 -05:00
Michael Weiss
e2b40f6834
Merge pull request #276757 from trofi/fwknop-autoconf-2.72-fix
...
fwknop: pull fix for `autoconf-2.72` build pending upstream inclusion
2023-12-28 16:49:18 +01:00
Fabian Affolter
e175d18339
Merge pull request #276715 from doronbehar/pkg/goverview
...
goverview: install shell completion files
2023-12-28 16:25:08 +01:00
Fabian Affolter
77f3d8f33b
Merge pull request #275843 from aaronjheng/ssb
...
ssb: remove
2023-12-28 10:04:18 +01:00
Fabian Affolter
ad7472b5c3
flare-floss: 2.3.0 -> 3.0.1
...
Diff: https://github.com/mandiant/flare-floss/compare/refs/tags/v2.3.0...v3.0.1
Changelog: https://github.com/mandiant/flare-floss/releases/tag/v3.0.1
2023-12-28 09:56:29 +01:00
markuskowa
6157681864
Merge pull request #276824 from r-ryantm/auto-update/sbctl
...
sbctl: 0.12 -> 0.13
2023-12-28 09:18:59 +01:00
Fabian Affolter
4c43a272ef
Merge pull request #277225 from r-ryantm/auto-update/cloudfox
...
cloudfox: 1.12.3 -> 1.13.0
2023-12-28 08:54:56 +01:00
Fabian Affolter
c06645023a
Merge pull request #277229 from r-ryantm/auto-update/kubeclarity
...
kubeclarity: 2.22.1 -> 2.23.0
2023-12-28 08:54:33 +01:00
Fabian Affolter
ba8f557aed
Merge pull request #276607 from r-ryantm/auto-update/webanalyze
...
webanalyze: 0.3.9 -> 0.4.1
2023-12-28 08:51:58 +01:00
OTABI Tomoya
55b8e90b5f
Merge pull request #276709 from r-ryantm/auto-update/cdxgen
...
cdxgen: 6.0.14 -> 9.10.1
2023-12-28 14:37:58 +09:00
R. Ryantm
4c3c8d6041
kubeclarity: 2.22.1 -> 2.23.0
2023-12-28 02:16:35 +00:00
R. Ryantm
04d91e6804
cloudfox: 1.12.3 -> 1.13.0
2023-12-28 02:04:47 +00:00
R. Ryantm
272a5d1468
cnquery: 9.12.0 -> 9.12.1
2023-12-28 01:48:59 +00:00
Nick Cao
274e7f3978
Merge pull request #276981 from ereslibre/bump-otpauth
...
otpauth: 0.5.1 -> 0.5.2
2023-12-27 10:29:41 -05:00
R. Ryantm
6a9bfbfa10
spire: 1.8.3 -> 1.8.7
2023-12-26 16:27:46 -08:00
Maximilian Bosch
98e04ab172
Merge pull request #276704 from Ma27/passage-deps
...
passage: add additional deps to wrapper
2023-12-26 23:47:42 +01:00
Rafael Fernández López
afbe64c470
otpauth: 0.5.1 -> 0.5.2
2023-12-26 23:15:26 +01:00
Mario Rodas
c66061f4b1
Merge pull request #275754 from SuperSandro2000/ssh-audit
...
ssh-audit: 3.0.0 -> 3.1.0
2023-12-26 16:07:36 -05:00
Nick Cao
3ede4f2d81
Merge pull request #276852 from r-ryantm/auto-update/buttercup-desktop
...
buttercup-desktop: 2.24.3 -> 2.24.4
2023-12-26 11:20:21 -05:00
Maximilian Bosch
e663cbe65d
passage: add ma27 as maintainer
...
I've been a long-time `pass(1)` user, but I'm trying to get rid of GPG
personally, so this seems to be the way to go.
2023-12-26 12:47:34 +01:00
Maximilian Bosch
f6dcece2d0
passage: add additional deps to wrapper
...
I realized that passage won't work properly in e.g. systemd units as
these don't have `/run/current-system/sw/bin` inside their `PATH` and
thus globally installed things like `coreutils` are not available there.
Added the following tools now:
* `coreutils` for `base64` & `shred` (most notably `passage show`).
* `wl-clipboard` for copying things to the clipboard on Wayland (most
notable `passage show -c`).
* `gnused` for `sed` (most notably `passage show`).
* `gnugrep` for `grep` (for `passage grep`).
* `findutils` for `find` (most notably `mv`/`cp` - used in
`reencrypt_path()`).
Decided against adding stuff like `feh`/`gm` for showing a QR code.
These are optional and the script falls back to printing the QR code on
CLI.
2023-12-26 12:47:34 +01:00
Fabian Affolter
8f2c55c38e
Merge pull request #276838 from r-ryantm/auto-update/fingerprintx
...
fingerprintx: 1.1.12 -> 1.1.13
2023-12-26 11:14:12 +01:00
Matthias Beyer
16d611487a
Merge pull request #276614 from r-ryantm/auto-update/wofi-pass
...
wofi-pass: 23.1.2 -> 23.1.4
2023-12-26 09:54:21 +01:00
R. Ryantm
7215f205cd
buttercup-desktop: 2.24.3 -> 2.24.4
2023-12-26 05:08:55 +00:00
OTABI Tomoya
bc2c8e8ed1
Merge pull request #276581 from r-ryantm/auto-update/vals
...
vals: 0.30.0 -> 0.32.0
2023-12-26 13:20:32 +09:00
R. Ryantm
b7ffddbce3
fingerprintx: 1.1.12 -> 1.1.13
2023-12-26 03:35:31 +00:00
R. Ryantm
361628d8f9
sbctl: 0.12 -> 0.13
2023-12-26 01:36:28 +00:00
Fabian Affolter
b0ea079fb4
Merge pull request #276632 from r-ryantm/auto-update/xsubfind3r
...
xsubfind3r: 0.4.0 -> 0.7.0
2023-12-25 20:40:41 +01:00
Sergei Trofimovich
793994bac1
fwknop: pull fix for autoconf-2.72
build pending upstream inclusion
...
Without the change the build against `autoconf-2.72` fails as:
fwknop> ./configure: line 18863: syntax error near unexpected token `;;'
fwknop> ./configure: line 18863: ` ;;'
2023-12-25 18:42:41 +00:00
Nick Cao
9bf18ed62a
Merge pull request #276676 from r-ryantm/auto-update/aws-iam-authenticator
...
aws-iam-authenticator: 0.6.14 -> 0.6.16
2023-12-25 10:41:18 -05:00
Doron Behar
1b807b609b
goverview: install shell completion files
2023-12-25 16:11:38 +02:00
R. Ryantm
22a2ee4748
cdxgen: 6.0.14 -> 9.10.1
2023-12-25 13:27:25 +00:00
R. Ryantm
5fa3201105
aws-iam-authenticator: 0.6.14 -> 0.6.16
2023-12-25 09:52:17 +00:00
Fabian Affolter
08980ad3f3
Merge pull request #276372 from fabaff/trufflehog-bump
...
trufflehog: 3.63.5 -> 3.63.7
2023-12-25 08:59:27 +01:00
R. Ryantm
a53336ae53
xsubfind3r: 0.4.0 -> 0.7.0
2023-12-25 06:00:23 +00:00
R. Ryantm
ad9f4cc5ec
wofi-pass: 23.1.2 -> 23.1.4
2023-12-25 03:54:58 +00:00
R. Ryantm
3c40377b98
webanalyze: 0.3.9 -> 0.4.1
2023-12-25 03:20:00 +00:00
R. Ryantm
5044b022f6
vals: 0.30.0 -> 0.32.0
2023-12-25 00:47:23 +00:00
Rick van Schijndel
2691decb87
Merge pull request #274653 from r-ryantm/auto-update/aflplusplus
...
aflplusplus: 4.08c -> 4.09c
2023-12-24 23:59:33 +01:00
Mario Rodas
5522bc5740
Merge pull request #276272 from aaronjheng/earlybird
...
earlybird: 3.16.0 -> 4.0.0
2023-12-24 17:29:58 -05:00
Nick Cao
c4ee12b2f8
Merge pull request #276470 from r-ryantm/auto-update/threatest
...
threatest: 1.2.4 -> 1.2.5
2023-12-24 11:12:09 -05:00
R. Ryantm
86555b7f73
threatest: 1.2.4 -> 1.2.5
2023-12-24 13:41:33 +00:00
Aaron Jheng
9b99a22585
mbox: remove
2023-12-24 08:48:59 +00:00
Fabian Affolter
3e632f05d9
terrascan: 1.18.9 -> 1.18.11
...
Diff: https://github.com/accurics/terrascan/compare/refs/tags/v1.18.9...v1.18.11
Changelog: https://github.com/tenable/terrascan/blob/v1.18.11/CHANGELOG.md
2023-12-23 21:40:28 +01:00