Commit graph

3515 commits

Author SHA1 Message Date
Martin Weinelt c426ccf116
nmap: 7.80 -> 7.90 2020-10-04 15:42:16 +02:00
Mario Rodas 06e4c82396
Merge pull request #99514 from marsam/fix-rbw-darwin
rbw: fix build on darwin
2020-10-03 22:24:00 -05:00
Pavol Rusnak c1ed88eaee
tor: 0.4.3.6 -> 0.4.4.5 2020-10-03 23:02:53 +02:00
Patrick Hilhorst eb013e679e pcsc-scm-scl: manually correct wrongly automatically changed url 2020-10-02 09:01:35 -07:00
Patrick Hilhorst b133532434 treewide: remove some trailing whitespace to please ofborg 2020-10-02 09:01:35 -07:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Mario Rodas 56f9e7571c rbw: fix build on darwin 2020-10-01 04:20:00 +00:00
Mario Rodas d3669570d2 pinentry: fix build on darwin 2020-10-01 04:20:00 +00:00
Daniël de Kok 9f7b7bf7d8 _1password-gui: 0.8.7 -> 0.8.8-1
Changes:

https://1password.community/discussion/116041/1password-development-preview-0-8-8
2020-09-30 10:26:08 +02:00
Jan Tojnar 32b4375f10
Merge branch 'staging-next' into staging 2020-09-29 00:12:29 +02:00
Mario Rodas ae90a6ea13 vault-bin: 1.5.3 -> 1.5.4 2020-09-27 04:20:00 +00:00
Mario Rodas 8176112c88 vault: 1.5.3 -> 1.5.4 2020-09-27 04:20:00 +00:00
Ryan Mulligan b97fa2ac57
Merge pull request #98727 from r-ryantm/auto-update/hcxdumptool
hcxdumptool: 6.1.1 -> 6.1.2
2020-09-25 17:36:20 -07:00
ajs124 e81c9b78ff thc-ipv6: init at 3.6 2020-09-25 18:17:36 +02:00
R. RyanTM 74ccbf7c1b hcxdumptool: 6.1.1 -> 6.1.2 2020-09-25 09:23:29 +00:00
R. RyanTM e19d18f04d
bitwarden_rs-vault: 2.15.1 -> 2.16.0b (#98675) 2020-09-24 21:43:51 +00:00
R. RyanTM fd7141afa3
bitwarden: 1.20.1 -> 1.22.1 (#98674) 2020-09-24 21:43:14 +00:00
Jan Tojnar d471c5d1f3
Merge branch 'staging-next' into staging 2020-09-24 23:09:00 +02:00
Daniël de Kok cf6075fc89
Merge pull request #98482 from danieldk/1password-0.8.7
_1password-gui: 0.8.6-2 -> 0.8.7
2020-09-24 08:20:01 +02:00
Robert Scott 1aa888ba53 fierce: fix build
because we're playing with its install requirements, add a
pythonImportsCheck to give us a chance to discover brokenness. technically
this isn't a realistic test of end user behaviour as this is really an
application, not a python module, but it seems to have a pretty stable
import name of `fierce`, so it works.
2020-09-22 23:24:59 -07:00
zowoq 2e30e228b7 bettercap: build on darwin 2020-09-23 07:29:07 +10:00
Daniël de Kok 0dac5a3c6a _1password-gui: 0.8.6-2 -> 0.8.7
Changes:

https://discussions.agilebits.com/discussion/115894/1password-development-preview-0-8-7
2020-09-22 19:31:50 +02:00
Frederik Rietdijk 7bff759fac Merge staging-next into staging 2020-09-22 18:31:56 +02:00
zowoq 647be9d0dd age: 1.0.0-beta4 -> 1.0.0-beta5
https://github.com/FiloSottile/age/releases/tag/v1.0.0-beta5
2020-09-22 08:03:40 +10:00
WORLDofPEACE 34aaac6d7c Merge branch 'staging-next' into staging 2020-09-20 18:41:15 -04:00
sternenseemann ac4d46972d scrypt: fix build of pkgsStatic.scrypt
The getconf input defaults to the glibc one if it is being used and uses
the netbsd version in all other cases. This fixes the build when
building with musl, since it doesn't ship a version of getconf.
2020-09-18 11:17:00 +02:00
Lassulus ba7bf293e1
Merge pull request #97090 from r-ryantm/auto-update/clevis
clevis: 13 -> 14
2020-09-17 21:04:51 +02:00
Robert Helgesson 9dfcba812a
jwt-cli: 3.1.0 -> 3.2.1 2020-09-16 23:25:52 +02:00
Jason Carr db0e901b56 lesspass-cli: 9.0.0 -> 9.1.9 2020-09-16 08:41:36 +02:00
sternenseemann c66aaf1995 scrypt: 1.3.0 → 1.3.1, build library, enable tests
* update scrypt
* enable running of tests
* build development library libscrypt-kdf,
  install to lib output, headers to dev
* default output remains untouched: contains binary plus man pages
2020-09-15 19:48:10 +02:00
Ryan Mulligan d7357d08d5
Merge pull request #98022 from marsam/update-sops
sops: 3.6.0 -> 3.6.1
2020-09-15 07:06:36 -07:00
Daniël de Kok 715790e27f _1password-gui: 0.8.5-1 -> 0.8.6-2
Changelog:
https://discussions.agilebits.com/discussion/115787/1password-development-preview-0-8-6
2020-09-15 08:19:50 +02:00
Mario Rodas b0b730de19 sops: 3.6.0 -> 3.6.1
https://github.com/mozilla/sops/releases/tag/v3.6.1
2020-09-14 23:32:01 -05:00
Daniël de Kok d2098f90e3
Merge pull request #97852 from danieldk/1password-gui-0.8.5
_1password-gui: 0.8.4 -> 0.8.5-1
2020-09-14 15:01:20 +02:00
Vladimír Čunát e78b52ede7
Merge #95089: glibc: 2.31 -> 2.32 (into staging) 2020-09-13 08:26:14 +02:00
Maximilian Bosch 5f5ff55623
super: fix build w/glibc-2.32 2020-09-12 23:04:44 +02:00
Daniël de Kok 28cd74522e _1password-gui: 0.8.4 -> 0.8.5-1
Changes:

https://discussions.agilebits.com/discussion/115658/1password-development-preview-0-8-5
2020-09-12 19:34:43 +02:00
Doron Behar bfebffbd9c
Merge pull request #96180 from doronbehar/pkg/sequoia 2020-09-12 14:47:53 +03:00
William Kral fb5a153c26 jwt-cli: fix build 2020-09-10 17:18:33 +10:00
luc65r 6917fda396 rbw: 0.4.4 -> 0.4.6 2020-09-09 20:49:52 +02:00
Maciej Krüger 9c11454182
Merge pull request #92714 from luc65r/pkg/rbw
rbw: init at 0.4.4
2020-09-09 20:25:06 +02:00
WORLDofPEACE 341eeebad6
Merge pull request #96871 from prusnak/electron
Electron updates
2020-09-09 11:12:13 -04:00
Pavol Rusnak 1c10ce66c5
1password-gui: move required electron version to package definition 2020-09-09 10:05:04 +02:00
zowoq abf3d29951 hologram: use upstream vendor 2020-09-08 16:32:39 +10:00
Vladimír Čunát c1c85b9bad
Merge #97146: 'staging-next' branch
This is the last planned iteration before forking 20.09.
2020-09-07 15:43:36 +02:00
Florian Klink d7046947e5
Merge pull request #91121 from m1cr0man/master
Restructure acme module
2020-09-06 18:26:22 +02:00
Doron Behar 9252369134 gnupg: 2.2.22 -> 2.2.23 2020-09-04 20:04:29 +02:00
Frederik Rietdijk af81d39b87 Merge staging-next into staging 2020-09-04 20:03:30 +02:00
R. RyanTM 145ebb7be9 clevis: 13 -> 14 2020-09-04 08:07:03 +00:00
Robert Scott c941a63cb0 honggfuzz: patch hfuzz-cc.c to fix path to buildtime-provided clang
i judged this slightly better than using a wrapper
2020-09-03 15:08:06 -07:00
R. RyanTM ea5d0dcd76 honggfuzz: 2.2 -> 2.3.1 2020-09-03 15:08:06 -07:00
Frederik Rietdijk 377242d587 Merge staging-next into staging 2020-09-03 19:21:10 +02:00
Lucas Savva 982c5a1f0e
nixos/acme: Restructure module
- Use an acme user and group, allow group override only
- Use hashes to determine when certs actually need to regenerate
- Avoid running lego more than necessary
- Harden permissions
- Support "systemctl clean" for cert regeneration
- Support reuse of keys between some configuration changes
- Permissions fix services solves for previously root owned certs
- Add a note about multiple account creation and emails
- Migrate extraDomains to a list
- Deprecate user option
- Use minica for self-signed certs
- Rewrite all tests

I thought of a few more cases where things may go wrong,
and added tests to cover them. In particular, the web server
reload services were depending on the target - which stays alive,
meaning that the renewal timer wouldn't be triggering a reload
and old certs would stay on the web servers.

I encountered some problems ensuring that the reload took place
without accidently triggering it as part of the test. The sync
commands I added ended up being essential and I'm not sure why,
it seems like either node.succeed ends too early or there's an
oddity of the vm's filesystem I'm not aware of.

- Fix duplicate systemd rules on reload services

Since useACMEHost is not unique to every vhost, if one cert
was reused many times it would create duplicate entries in
${server}-config-reload.service for wants, before and
ConditionPathExists
2020-09-02 19:22:43 +01:00
Daniël de Kok f1a29ad041
Merge pull request #96904 from danieldk/1password-0.8.4
_1password-gui: 0.8.3-1 -> 0.8.4
2020-09-02 07:51:12 +02:00
Mario Rodas 54eacc77f7
Merge pull request #96918 from lucperkins/doppler-3.10.3
doppler: 3.10.1 -> 3.10.3
2020-09-01 20:35:05 -05:00
Jan Tojnar 88bf62113b
fail2ban: drop unused gamin arg 2020-09-02 01:35:24 +02:00
Luc Perkins 9473cbef45
doppler: 3.10.1 -> 3.10.3 2020-09-01 10:47:33 -07:00
Daniël de Kok eb3a3c275f _1password-gui: 0.8.3-1 -> 0.8.4
Changes:

https://discussions.agilebits.com/discussion/115508/1password-development-preview-0-8-4
2020-09-01 15:04:34 +02:00
Doron Behar 7179b10f14 sequoia: 0.18.0 -> 0.19.0
Format inputs with newlines for easier future diffs.
Use pkg-config instead of pkgconfig.
Use llvmPackages_10 - the same version used by rustc.
Remove a substituteInPlace hook not doing anything since 0.11.0.
2020-09-01 13:08:54 +03:00
Mario Rodas 4d56a3f187
Merge pull request #96721 from marsam/update-vault
vault: 1.5.2 -> 1.5.3
2020-08-31 19:13:55 -05:00
Frederik Rietdijk e29c1e42e0 Merge staging-next into staging 2020-08-31 19:46:33 +02:00
Mario Rodas 94e47a2cab
Merge pull request #96729 from r-ryantm/auto-update/sshguard
sshguard: 2.4.0 -> 2.4.1
2020-08-31 12:41:58 -05:00
Mario Rodas 178cd70455
Merge pull request #96717 from r-ryantm/auto-update/saml2aws
saml2aws: 2.26.2 -> 2.27.0
2020-08-31 12:37:44 -05:00
R. RyanTM ce35829006 sshguard: 2.4.0 -> 2.4.1 2020-08-31 04:47:35 +00:00
R. RyanTM 30e1f5c470 saml2aws: 2.26.2 -> 2.27.0 2020-08-31 02:00:20 +00:00
Mario Rodas f6d71ecb8a kbs2: 0.1.3 -> 0.1.4 2020-08-30 11:14:15 -07:00
Mario Rodas d34954e442 vault: 1.5.2 -> 1.5.3 2020-08-30 04:20:00 -05:00
Mario Rodas a7263289d4 vault-bin: 1.5.2 -> 1.5.3 2020-08-30 04:20:00 -05:00
Jan Tojnar 136aa40a0f
Merge branch 'staging-next' into staging 2020-08-29 19:18:17 +02:00
Daniël de Kok d6d64dee97
Merge pull request #96576 from SuperSandro2000/rustscan
rustscan: init at 1.8.0
2020-08-29 19:03:42 +02:00
Sandro Jäckel 50f728ece3 rustscan: init at 1.8.0 2020-08-29 17:34:49 +02:00
Doron Behar 2131a1df39 gnupg: 2.2.21 -> 2.2.22 2020-08-29 13:36:15 +02:00
Frederik Rietdijk 7b56d26ae3 Merge master into staging-next 2020-08-29 13:30:25 +02:00
worldofpeace 77fd145f40
Merge pull request #96506 from equirosa/gopass
gopass: 1.9.2 -> 1.10.1
2020-08-28 05:30:50 -04:00
Frederik Rietdijk efb45f7638 Merge master into staging-next 2020-08-28 09:54:31 +02:00
Mario Rodas b3ae6aac42
Merge pull request #96224 from marsam/update-gopass
gopass: 1.9.2 -> 1.10.0
2020-08-27 18:28:57 -05:00
Eduardo Quiros 3416c08939
gopass: 1.9.2 -> 1.10.1 2020-08-27 17:16:07 -06:00
Daniël de Kok 5f8d0e4d75
Merge pull request #96301 from danieldk/1password-gui-0.8.3-1
_1password-gui: 0.8.2-1 -> 0.8.3-1
2020-08-27 14:21:05 +02:00
Frederik Rietdijk 081bd762e5 Merge staging-next into staging 2020-08-26 08:43:29 +02:00
Daniël de Kok d91d9494ff _1password-gui: 0.8.2-1 -> 0.8.3-1
Changes:
https://discussions.agilebits.com/discussion/115413/
2020-08-25 20:33:03 +02:00
Daniël de Kok 421572ac2e _1password-gui: add update script 2020-08-25 20:27:34 +02:00
Florian Klink 40d2968ebf
Merge pull request #94354 from flokli/systemd-246
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00
Frederik Rietdijk 0a874ff2a6 Merge master into staging-next 2020-08-24 11:50:58 +02:00
Mario Rodas 7b33e80238
vault-bin: 1.3.0 -> 1.5.2 2020-08-24 04:20:00 -05:00
Mario Rodas c2fe501594 vault: 1.5.0 -> 1.5.2 2020-08-24 04:20:00 -05:00
Mario Rodas 460161a99b
gopass: 1.9.2 -> 1.10.1
https://github.com/gopasspw/gopass/releases/tag/v1.10.0
https://github.com/gopasspw/gopass/releases/tag/v1.10.1
2020-08-24 04:20:00 +00:00
Silvan Mosberger ba1088c4cf
Merge pull request #78483 from fishi0x01/fishi0x01/creddump
creddump: init at 0.3
2020-08-23 22:10:38 +02:00
Silvan Mosberger 6be340c56e
Merge pull request #96061 from danieldk/1password-0.8.1-1
_1password-gui: 0.8.0 -> 0.8.2-1
2020-08-23 21:49:57 +02:00
Silvan Mosberger 4abb13c9b2
Merge pull request #94093 from r-ryantm/auto-update/ibm-sw-tpm2
ibm-sw-tpm2: 1628 -> 1637
2020-08-23 18:50:11 +02:00
Daniël de Kok 8623f35f79 _1password-gui: 0.8.0 -> 0.8.2-1 2020-08-23 08:50:06 +02:00
Jan Tojnar 91104b5417
Merge branch 'master' into staging-next 2020-08-23 02:00:50 +02:00
Lassulus dd2ecd0712
Merge pull request #89729 from JJJollyjim/bitwarden-rs-test
nixos/bitwarden_rs: add test
2020-08-22 23:23:55 +02:00
Jamie McClymont f5f2d89fb7 nixos/bitwarden_rs: add test 2020-08-23 07:29:42 +12:00
Mario Rodas 2dfcad8be4
Merge pull request #95962 from r-ryantm/auto-update/doppler
doppler: 3.9.1 -> 3.10.1
2020-08-22 13:11:53 -05:00
R. RyanTM 6c5ded0652 doppler: 3.9.1 -> 3.10.1 2020-08-22 05:50:45 +00:00
zowoq 7c93f85b7a genpass: fix darwin build 2020-08-19 11:17:49 +10:00
Frederik Rietdijk 4cf394ea3f Merge master into staging-next 2020-08-18 17:55:04 +02:00
Frederik Rietdijk 0ac85bc455 Merge master into staging-next 2020-08-17 14:54:39 +02:00
ajs124 44a8c33eba john: ship internal perl modules 2020-08-17 13:11:43 +02:00
leenaars 49f6cbaaa9
softhsm: 2.5.0 -> 2.6.1 (#95594) 2020-08-17 08:31:10 +00:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
zowoq a83a88db05 buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
zowoq 42313b92bc buildGoModule: remove platform.all from packages 2020-08-15 19:34:47 -07:00
Alvar Penning 0a53c6b565 maintainers: rename geistesk to oxzi
For reasons I have renamed my GitHub account and would like to include
this name change here.
2020-08-15 16:03:46 +02:00
Frederik Rietdijk cfe6081cee Merge staging-next into staging 2020-08-15 09:12:42 +02:00
R. RyanTM 47e499f7a4 rhash: 1.3.9 -> 1.4.0 2020-08-15 08:52:15 +02:00
Vladyslav M e155a01001
Merge pull request #95442 from doronbehar/pkg/sequoia
sequoia: 0.17.0 -> 0.18.0
2020-08-14 23:48:12 +03:00
Doron Behar 3862817d87 sequoia: 0.17.0 -> 0.18.0 2020-08-14 20:26:05 +03:00
Jan Tojnar afe22f645a
Merge branch 'staging-next' into staging 2020-08-13 21:59:15 +02:00
Florian Klink ee483145d0 keybase: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
Florian Klink cf55e8762e bitwarden: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
Florian Klink 135158c8c6 encryptr: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:41 +02:00
Martin Weinelt 7e2d70f449
Merge pull request #94694 from mweinelt/ssh-audit
ssh-audit: 1.7.0 -> 2.2.0
2020-08-13 14:45:55 +02:00
Martin Weinelt 4a966b35c1
ssh-audit: 1.7.0 -> 2.2.0
Fixes: #94618
2020-08-13 14:34:24 +02:00
Frederik Rietdijk 7e189c56a1 Merge staging-next into staging 2020-08-13 08:52:48 +02:00
Daniël de Kok f1b54d95bd
Merge pull request #95302 from r-ryantm/auto-update/bitwarden
bitwarden: 1.19.0 -> 1.20.1
2020-08-13 08:12:33 +02:00
R. RyanTM 06cc849acb bitwarden: 1.19.0 -> 1.20.1 2020-08-13 03:47:30 +00:00
Timothy Stott ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
Jan Tojnar 11da469fa5
Merge branch 'staging-next' into staging 2020-08-11 16:18:42 +02:00
Maximilian Bosch 605282fefa
Merge pull request #95028 from r-ryantm/auto-update/bitwarden_rs
bitwarden_rs: 1.16.1 -> 1.16.3
2020-08-11 11:47:46 +02:00
Frederik Rietdijk 46ee7ddcad Merge staging-next into staging 2020-08-11 10:26:59 +02:00
Ryan Mulligan 372735e88e
Merge pull request #95075 from r-ryantm/auto-update/hcxdumptool
hcxdumptool: 6.1.0 -> 6.1.1
2020-08-10 13:29:47 -07:00
Luc Perkins 8f00cb9f9e doppler: init at 3.9.1 2020-08-10 10:46:11 -07:00
R. RyanTM 9946596cc1 hcxdumptool: 6.1.0 -> 6.1.1 2020-08-10 12:44:36 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
R. RyanTM 3100da7409 bitwarden_rs: 1.16.1 -> 1.16.3 2020-08-10 02:35:42 +00:00
Daniël de Kok 19e6323478 _1password-gui: init at 0.8.0 2020-08-09 11:56:57 -07:00
Frederik Rietdijk cb634b2aa5 Merge staging-next into staging 2020-08-07 23:02:23 +02:00
John Wiegley ef3cb36ba4
torsocks: Fix the Darwin build 2020-08-06 15:52:54 -07:00
Pamplemousse 8fe906a8e1 doona: init at unstable-2019-03-08 2020-08-06 13:16:15 -07:00
Sarah Brofeldt f2be6bd91a
Merge pull request #93976 from prusnak/gnupg
gnupg22: 2.2.20 -> 2.2.21
2020-08-06 20:19:22 +02:00
Frederik Rietdijk 26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
Maximilian Bosch 869bf4f76c
Merge pull request #94327 from r-ryantm/auto-update/thc-hydra
thc-hydra: 9.0 -> 9.1
2020-08-03 20:14:04 +02:00
Ryan Mulligan edc0229672
Merge pull request #94503 from r-ryantm/auto-update/hcxdumptool
hcxdumptool: 6.0.7 -> 6.1.0
2020-08-02 17:05:04 -07:00
R. RyanTM 111221b93a aws-okta: 1.0.2 -> 1.0.4 2020-08-01 20:13:00 -07:00
R. RyanTM 78971f3faf hcxdumptool: 6.0.7 -> 6.1.0 2020-08-02 02:43:34 +00:00
Frederik Rietdijk 50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
R. RyanTM 988b64e5e9
hashcat: 6.0.0 -> 6.1.1 (#94449) 2020-08-01 15:37:09 +00:00
Oleksii Filonenko 3dada6952c
Merge pull request #94136 from kf5grd/master
keybase-gui: 5.4.2 -> 5.5.1
2020-07-31 15:51:35 +03:00
R. RyanTM f169fcf893 thc-hydra: 9.0 -> 9.1 2020-07-31 11:31:11 +00:00
Jan Tojnar 903f5dd519 Revert "pcsclite: Explicitly set ipcdir"
This reverts commit bc877d8bfc.

This is no longer necessary, since 1.9.0 finally uses /run by default.

562ef23bc7
2020-07-31 09:01:15 +02:00
R. RyanTM 8b8d7140ab pcsclite: 1.8.26 -> 1.9.0 2020-07-31 09:01:15 +02:00
Jörg Thalheim bccfcd358f
Merge pull request #94123 from xoe-labs/da-cfssl-update 2020-07-31 06:54:45 +01:00
David Arnold ab1f69b099
init: go-rice at 1.0.0 2020-07-31 00:46:52 -05:00
zowoq e703f3f34b
Merge pull request #89453 from c00w/vend
Add vend support to go-modules
2020-07-31 15:16:47 +10:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Colin L Rice 4561583acf saml2aws: use vend to simplify package 2020-07-29 19:07:59 -04:00
David Arnold c2618fc055
cfssl: 1.3.2 -> 1.4.1 2020-07-29 14:14:05 -05:00
Mario Rodas 1c9e8849e9
vault: 1.4.3 -> 1.5.0 2020-07-29 04:20:00 -05:00
Sam Hofius cfaa460267 keybase-gui: 5.4.2 -> 5.5.1 2020-07-29 00:50:37 -04:00
Mario Rodas e71c525eb7
Merge pull request #94077 from mweinelt/tor
tor: passthru tests
2020-07-28 16:53:48 -05:00
Ryan Mulligan fb140c7d36
Merge pull request #93709 from arcz/update-nsjail
nsjail: 2.9 -> 3.0
2020-07-28 11:28:25 -07:00
R. RyanTM deab7a957b ibm-sw-tpm2: 1628 -> 1637 2020-07-28 17:03:50 +00:00
Martin Weinelt d965a55db1
Merge pull request #93162 from r-ryantm/auto-update/tor
tor: 0.4.3.5 -> 0.4.3.6
2020-07-28 15:25:20 +02:00
Martin Weinelt a24694a90d
tor: passthru tests 2020-07-28 15:16:37 +02:00
Maximilian Bosch 861cf0a326
Merge pull request #93975 from r-ryantm/auto-update/bitwarden_rs
bitwarden_rs: 1.15.1 -> 1.16.1
2020-07-28 01:39:01 +02:00
Pavol Rusnak e296e89d75
gnupg22: 2.2.20 -> 2.2.21
Fix reproducibility by fixing SOURCE_DATE_EPOCH usage
2020-07-27 18:22:26 +02:00
R. RyanTM e464f252a9 bitwarden_rs: 1.15.1 -> 1.16.1 2020-07-27 13:20:58 +00:00
Florian Klink 12f4c3b357
Merge pull request #93850 from philandstuff/fix-darwin-yubikey-agent
yubikey-agent: fix on darwin
2020-07-26 09:57:11 +02:00
Philip Potter e01583a763 yubikey-agent: fix on darwin
Mea culpa: in #92936, I did originally test on macOS but I forgot to
retest after adding the piv-go patch.  Unfortunately, the piv-go patch
was broken on macOS.  This pulls in the latest version of
go-piv/piv-go#75 which works on macOS now.
2020-07-25 22:22:23 +01:00
Charlotte Van Petegem 194d749582 eid-mw: update description to mention pkcs11Modules in firefox wrapper 2020-07-25 16:57:47 +02:00
Vladimír Čunát 2b7c0dcdaa
Merge branch 'staging-next'
Rebuild on Hydra seems OK-ish.
mongodb.nix needed some conflict resolution (scons versions);
all four versions seem to build fine.
2020-07-25 16:18:40 +02:00
Artur Cygan 78dc3c6b00 nsjail: 2.9 -> 3.0 2020-07-23 18:08:37 +02:00
Florian Klink 8f7a623af6
Merge pull request #92936 from philandstuff/add-yubikey-agent
yubikey-agent: init at 0.1.3
2020-07-23 17:52:30 +02:00
Frederik Rietdijk 19be541fe7 Merge master into staging-next 2020-07-22 16:49:51 +02:00
Daniël de Kok 7aa79a7032
Merge pull request #93545 from helsinki-systems/drop/gnupg20
gnupg20: drop
2020-07-22 12:00:19 +02:00
Vladimír Čunát 7a5c6fee0f
Merge branch 'master' into staging-next
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
Mario Rodas 4a7bb7df61
Merge pull request #93573 from marsam/update-kbs2
kbs2: 0.1.2 -> 0.1.3
2020-07-21 19:51:51 -05:00
ajs124 7cce31c5e2 gnupg20: drop
has been EOL since 2017-12-31
2020-07-22 00:13:29 +02:00
Maximilian Bosch 6085bb28ce
Merge pull request #93559 from r-ryantm/auto-update/clamav
clamav: 0.102.3 -> 0.102.4
2020-07-21 17:52:21 +02:00
Mario Rodas 124e079632
kbs2: 0.1.2 -> 0.1.3 2020-07-20 22:52:49 -05:00
R. RyanTM cc6863867a clamav: 0.102.3 -> 0.102.4 2020-07-20 21:16:30 +00:00
Mario Rodas 6138e83fb1
sshuttle: 1.0.2 -> 1.0.3 2020-07-20 04:20:00 -05:00
Vladimír Čunát 4244b73917
Merge branch 'master' into staging 2020-07-18 17:50:23 +02:00
Philip Potter e4029c34fc yubikey-agent: init at 0.1.3
This adds yubikey-agent as a package and a nixos module.

On macOS, we use `wrapProgram` to set pinentry_mac as default in PATH;
on Linux we rely on the user to set their preferred pinentry in PATH.
In particular, we use a systemd override to prefix PATH to select a
chosen pinentry program if specified.

On Linux, we need libnotify to provide the notify-send utility for
desktop notifications (such as "Waiting for Yubikey touch...").

This might work on other flavors of unix, but I haven't tested.

We reuse the programs.gnupg.agent.pinentryFlavor option for
yubikey-agent, but in doing so I hit a problem: pinentryFlavour's
default value is specified in a mkDefault, but only conditionally.  We
ought to be able to pick up the pinentryFlavour whether or not gpg-agent
is running.  As a result, this commit moves the default value to the
definition of programs.gnupg.agent.enable.
2020-07-16 15:29:33 +01:00
R. RyanTM f5d5f92b7c sops: 3.5.0 -> 3.6.0 2020-07-16 12:10:45 +00:00
Jan Tojnar 821dba740e
Merge branch 'staging-next' into staging 2020-07-15 09:29:01 +02:00
R. RyanTM 90007b56e8 tor: 0.4.3.5 -> 0.4.3.6 2020-07-15 04:06:39 +00:00
Mario Rodas 709734c063
kbs2: 0.1.1 -> 0.1.2 2020-07-14 04:20:00 -05:00
Vladyslav M b51835d247
Merge pull request #92557 from dywedir/b3sum 2020-07-13 12:26:49 +03:00
Justin Humm c2bacafeb9
Merge pull request #90591 from puzzlewolf/sequoia_0.17
sequoia: 0.16.0 -> 0.17.0
2020-07-12 12:27:48 +02:00
Timo Kaufmann 16bfe5bc85
Merge pull request #88629 from wamserma/gen-oath-safe-fix-deps
gen-oath-safe: add dependency on file command
2020-07-11 10:34:41 +02:00
Frederik Rietdijk a3a40ac7cc Merge staging-next into staging 2020-07-11 09:00:18 +02:00
Daniël de Kok e4600a8dc8
Merge pull request #92824 from r-ryantm/auto-update/pcsc-tools
pcsctools: 1.5.6 -> 1.5.7
2020-07-10 14:33:53 +02:00
Daniël de Kok 8095d0b885 pcsctools: add missing dependencies for gscriptor 2020-07-10 14:08:14 +02:00
R. RyanTM 093e32757e pcsctools: 1.5.6 -> 1.5.7 2020-07-10 03:51:17 +00:00
Michael Weiss 813c691c21
signing-party: 2.10 -> 2.11
Note: The only change is a new gpgparticipants-filter command.
2020-07-09 20:48:30 +02:00
Maximilian Bosch e0499e489c
Merge pull request #92677 from r-ryantm/auto-update/bitwarden_rs-vault
bitwarden_rs-vault: 2.14.0 -> 2.15.1
2020-07-08 18:11:57 +02:00
luc65r 3483bf8b7b rbw: init at 0.4.4 2020-07-08 15:10:54 +02:00
Maximilian Bosch ed23a327b4
Merge pull request #92641 from r-ryantm/auto-update/vault
vault: 1.4.2 -> 1.4.3
2020-07-08 11:03:34 +02:00
Daniel McCarney 9da69bcf22 honggfuzz: init at 2.2
Honggfuzz is a security oriented, feedback-driven, evolutionary,
easy-to-use fuzzer with interesting analysis options. It is
multi-process and multi-threaded, blazingly fast when the persistent
fuzzing mode is used and has a solid track record of uncovered security
bugs.

See https://honggfuzz.dev for more information.
2020-07-07 23:01:08 -05:00
R. RyanTM 4b55db4a22 bitwarden_rs-vault: 2.14.0 -> 2.15.1 2020-07-08 03:28:04 +00:00
Mario Rodas 26dea04efc
Merge pull request #92620 from r-ryantm/auto-update/sshuttle
sshuttle: 0.78.5 -> 1.0.2
2020-07-07 20:35:07 -05:00
Mario Rodas aaf6cf74ce
sshuttle: fix build on darwin 2020-07-07 19:54:40 -05:00
R. RyanTM ac3fc55e82 vault: 1.4.2 -> 1.4.3 2020-07-07 20:26:13 +00:00
R. RyanTM 1ba6cedad1 sshuttle: 0.78.5 -> 1.0.2 2020-07-07 18:41:55 +00:00
Christian Kauhaus 711e47acfb vulnix: 1.9.4 -> 1.9.6 2020-07-07 10:12:17 -07:00
Mario Rodas a844cd87c0
minisign: 0.8 -> 0.9
Changelog: https://github.com/jedisct1/minisign/releases/tag/0.9
2020-07-07 04:20:00 -05:00
Vladyslav M f491313ff1
b3sum: 0.1.3 -> 0.3.4 2020-07-07 12:12:53 +03:00
Daniël de Kok a07576adfa
Merge pull request #92252 from charvp/pr/update-eid-mw
eid-mw: 4.4.16 -> 4.4.27
2020-07-06 20:39:35 +02:00
Charlotte Van Petegem 40e7f27563 eid-mw: 4.4.16 -> 4.4.27 2020-07-06 20:17:47 +02:00
Jan Tojnar 3d6fcff625
Merge branch 'staging-next' into staging 2020-07-05 00:00:14 +02:00
Ludovic Claude dc2dfe277f jd-gui: pin gradle to 5.X in build 2020-07-04 14:52:54 -07:00
Mario Rodas 2150d372a3
Merge pull request #92239 from r-ryantm/auto-update/bettercap
bettercap: 2.27.1 -> 2.28
2020-07-04 13:13:48 -05:00
Robert Scott f499144c32
Merge pull request #91987 from r-ryantm/auto-update/afl
afl: 2.56b -> 2.57b
2020-07-04 14:25:10 +01:00
R. RyanTM c0148726b2 bettercap: 2.27.1 -> 2.28 2020-07-04 00:04:01 +00:00
Mario Rodas 29c286d994
Merge pull request #92131 from r-ryantm/auto-update/ccid
ccid: 1.4.32 -> 1.4.33
2020-07-03 07:46:02 -05:00
R. RyanTM ada8a01fce ccid: 1.4.32 -> 1.4.33 2020-07-03 04:27:58 +00:00
Mario Rodas 7eaf79666a
Merge pull request #92083 from r-ryantm/auto-update/saml2aws
saml2aws: 2.26.1 -> 2.26.2
2020-07-02 18:41:24 -05:00
R. RyanTM 8223e99e83 saml2aws: 2.26.1 -> 2.26.2 2020-07-02 18:48:42 +00:00
Martin Milata b39c3a1a17 zmap: support json_c-0.14 2020-07-02 18:30:24 +02:00
R. RyanTM e9062ea238 afl: 2.56b -> 2.57b 2020-07-02 01:05:31 +00:00
SCOTT-HAMILTON ebb18acd82 keysmith: 0.1 → 0.2 2020-07-01 19:48:18 +02:00
Mario Rodas 480191df6f
kbs2: init at 0.1.1 (#91911) 2020-07-01 04:58:37 -05:00
Daniël de Kok 7110bf59e9
Merge pull request #91796 from r-ryantm/auto-update/bitwarden
bitwarden: 1.18.0 -> 1.19.0
2020-06-30 17:44:19 +02:00
R. RyanTM f1de63e173 bitwarden: 1.18.0 -> 1.19.0 2020-06-30 01:58:19 +00:00
Vincent Ambo c7f29765fe age: unstable-2020-03-25 -> v1.0.0-beta4
Bumping to upstream release from 2020-06-28. This skips 1.0.0-beta3,
which was released on the same day and contained a bug.

Upstream changelog:

189041b6 (tag: v1.0.0-beta4) age: move package from filippo.io/age/age to filippo.io/age 🤦♂
e6093596 (tag: v1.0.0-beta3) age,agessh,armor: unleash public API 💥🦑
33355dcc internal/age: unexport NewX25519Recipient and NewX25519Identity
9a08b7e6 internal/age,internal/armor: add examples
9b83d948 internal/age: surface format.Recipient as type Stanza
c9a35c07 internal/agessh: move EncryptedSSHIdentity out of cmd/age
7d608d12 .github/workflows: add rage interop tests trigger (#125)
6782356e internal/age: add some docs and polish API
08546656 internal/format: fix a nasty bufio.Reader nesting bug
292c3aae internal/agessh: new package
b32ea4c1 cmd/age: add a TODO about not dumping decrypted binary to the terminal
c7c7f187 internal/armor: new package
a7c4274d internal/age: remove EncryptWithArmor and armor support in Decrypt
7088a732 internal/age: unexport SSHFingerprint
2020-06-28 16:50:59 +01:00
Mario Rodas a5fc388887
Merge pull request #91385 from xrelkd/update/sn0int
sn0int: 0.18.2 -> 0.19.1
2020-06-27 20:00:08 -05:00
Mario Rodas 9dc5a152aa
Merge pull request #89332 from mmilata/verifpal-0.13.7
verifpal: 0.7.5 -> 0.13.7
2020-06-27 19:04:33 -05:00
Maximilian Bosch 1695258f31
Merge pull request #91659 from danieldk/lynis-shell-files
lynis: install man page and Bash shell completion
2020-06-27 15:06:55 +02:00
Ryan Mulligan f90be5f8c9
Merge pull request #91594 from r-ryantm/auto-update/hcxdumptool
hcxdumptool: 6.0.6 -> 6.0.7
2020-06-27 04:54:36 -07:00
Daniël de Kok 37375dabb3 lynis: install man page and Bash shell completion 2020-06-27 09:29:45 +02:00
Daniël de Kok c6e52f2fd3
Merge pull request #91622 from r-ryantm/auto-update/lynis
lynis: 2.7.5 -> 3.0.0
2020-06-27 09:14:27 +02:00
R. RyanTM e67449831b lynis: 2.7.5 -> 3.0.0 2020-06-26 17:14:03 +00:00
R. RyanTM 8f09f750da hcxtools: 6.0.2 -> 6.0.3 2020-06-26 11:32:49 +00:00
R. RyanTM 0377a8469d hcxdumptool: 6.0.6 -> 6.0.7 2020-06-26 11:28:32 +00:00
Mario Rodas 643fa9a1ae
Merge pull request #91400 from timstott/update-aws-okta
aws-okta: 0.26.3 -> 1.0.2
2020-06-25 06:08:17 -05:00
Timothy Stott 52bdd452c7 aws-okta: remove obselete goDeps dependencies
All dependencies are vendored in the repository.
2020-06-24 11:32:45 +01:00
xrelkd 5f763c7c4a sn0int: 0.18.2 -> 0.19.1 2020-06-24 08:39:06 +08:00
Timothy Stott fa8a324ae8 aws-okta: embed version in build 2020-06-23 22:17:07 +01:00
Timothy Stott d60d8e6b5b aws-okta: 0.26.3 -> 1.0.2 2020-06-23 22:10:22 +01:00
Daiderd Jordan 70084e80a0
Merge pull request #90463 from mroi/patch-clamav
clamav: enable build on darwin
2020-06-23 22:11:52 +02:00
Martin Weinelt 48faedc336 python3Packages.diceware: expose as library 2020-06-22 11:44:53 -07:00
Karl Fischer d33c39cd87
creddump: init at 0.3 2020-06-19 14:06:50 +02:00
Pavol Rusnak 09e64cf96b
hashcat: 5.1.0 -> 6.0.0 (#91063) 2020-06-19 10:36:08 +00:00
Leon Schuermann a7aab1fff3 tpm2-abrmd: separate checkPhase dependencies into checkInputs 2020-06-17 16:46:18 +02:00
Leon Schuermann 1a1ab9474e tpm2-abrmd: build from source instead of release tarball 2020-06-17 16:46:18 +02:00
Leon Schuermann 3cc29166a7 tpm2-abrmd: enable parallel building 2020-06-17 16:46:18 +02:00
Leon Schuermann fb667c1beb tpm2-abrmd: 2.2.0 -> 2.3.2 2020-06-17 16:46:18 +02:00
puzzlewolf c26c77b5a3 sequoia: exclude tests for 'sequoia-store'
Tests for 'sequoia-store' often error with 'Too many open filehandles'
on ofBorg and Hydra. Exclude them until a better solution
can be found.
2020-06-17 13:17:10 +02:00
Mario Rodas 2cdc05763f chipsec: disable on non-Linux 2020-06-17 04:20:00 +00:00
Maximilian Bosch d2a166c525
Merge pull request #90308 from r-ryantm/auto-update/bitwarden_rs
bitwarden_rs: 1.15.0 -> 1.15.1
2020-06-17 01:47:40 +02:00
puzzlewolf 5c4f17c50e sequoia: 0.16.0 -> 0.17.0 2020-06-16 10:27:30 +02:00
Michael Roitzsch 8cd8da2c88 clamav: enable build on darwin 2020-06-15 12:20:53 +02:00
Mario Rodas f49eb2cc35
rage: install manpages and completions 2020-06-15 04:20:00 -05:00
R. RyanTM 0aa73fdf13 certstrap: 1.1.1 -> 1.2.0 2020-06-15 18:03:21 -07:00
Daniel Schaefer f37456a046
Merge pull request #86535 from r-ryantm/auto-update/chipsec
linuxPackages_hardened.chipsec: 1.4.9 -> 1.5.1
2020-06-15 19:11:26 +02:00
R. RyanTM b4ea1062bc linuxPackages_hardened.chipsec: 1.4.9 -> 1.5.1 2020-06-15 19:10:20 +02:00
R. RyanTM 6a4e1419a5
keycard-cli: 0.0.12 -> 0.4.0 (#90390) 2020-06-15 08:15:12 +00:00
Frederik Rietdijk 59dda0a42a Merge master into staging-next 2020-06-15 08:07:00 +02:00