Commit Graph

3573 Commits

Author SHA1 Message Date
Sirio Balmelli dda50e7348
gopass: fix impurity which breaks gopass after 'nix-store --gc'
gopass maintains a ~/.cache/gopass/gpg-binary.loc file
which stores an absolute path to the gpg executable,
overriding (and ignoring) the environment $PATH.

This creates a situation where gopass will work for a period of time
after install, but after gpg is upgraded and a 'nix-store --gc' is
performed, the cached gpg path will throw an error.

A gopass maintainer has declared this a wont-fix in
https://github.com/gopasspw/gopass/issues/1662

As a workaround, add a --run clause in the wrapper script
that removes this cache file.

Once (if) upstream fixes this issue, this cruft can be removed.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-12-14 08:59:23 +01:00
Mario Rodas 5b81081415 kbs2: 0.2.2 -> 0.2.5 2020-12-12 04:20:00 +00:00
Sandro 9df5f33e72
Merge pull request #106426 from danieldk/1password-gui-0.9.7
_1password-gui: 0.9.6 -> 0.9.7
2020-12-11 08:03:19 +01:00
Daniël de Kok 2fcac5f9fa _1password-gui: 0.9.6 -> 0.9.7
Changes:
https://releases.1password.com/linux/0.9/#1password-for-linux-0.9.7
2020-12-09 09:11:08 +01:00
Maximilian Bosch 96d8d9411f
Merge pull request #105919 from Ma27/bump-pass-import
pass-import: 2.6 -> 3.1
2020-12-06 19:16:38 +01:00
Marin 3d629ef723
rage: fix macOS build (#106051)
Without the explicit Foundation dep, linker fails with this message:
```
  = note: ld: framework not found Foundation
          clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
          

error: aborting due to previous error

error: could not compile `i18n-embed-fl`
```

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-12-06 10:26:39 -05:00
Mario Rodas 359c54243c kbs2: 0.1.6 -> 0.2.2
https://github.com/woodruffw/kbs2/blob/v0.2.2/README.md
2020-12-06 04:20:00 +00:00
Sandro 662d2ff82f
Merge pull request #105074 from Mindavi/clamav/0.103.0 2020-12-08 04:30:24 +01:00
Sandro 47134948c8
Apply suggestions from code review 2020-12-08 03:13:01 +01:00
github-actions[bot] 0947539ec1
Merge master into staging-next 2020-12-05 12:18:17 +00:00
Sandro 4adfd81d9f
Merge pull request #105946 from r-ryantm/auto-update/thc-ipv6
thc-ipv6: 3.6 -> 3.8
2020-12-05 11:32:00 +01:00
github-actions[bot] 55b348fe1b
Merge master into staging-next 2020-12-05 06:16:24 +00:00
R. RyanTM 8a47655a10 thc-ipv6: 3.6 -> 3.8 2020-12-05 03:35:10 +00:00
Mario Rodas bec1a61357
Merge pull request #105887 from r-ryantm/auto-update/hcxdumptool
hcxdumptool: 6.1.3 -> 6.1.4
2020-12-04 22:31:41 -05:00
Maximilian Bosch 05348ed503
pass: support extensions with `$out/bin`
An example for that would be `passExtensions.pass-import` where
`pimport` is available in `$out/bin`. In that case, `$out/bin` in
`buildEnv` isn't a symlink anymore and doesn't need to be removed.

Co-authored-by: elseym <elseym@me.com>
2020-12-04 22:34:03 +01:00
Maximilian Bosch 2b674912b4
passExtensions.pass-import: 2.6 -> 3.1
ChangeLog: https://github.com/roddhjav/pass-import/blob/v3.1/CHANGELOG.rst#31---2020-10-25

* Make sure that all features are enabled by adding `pykeepass`,
  `filemagic` etc.

* Patch & use `setup.py` to make sure that everything gets installed
  properly into `$out`.

Co-authored-by: elseym <elseym@me.com>
2020-12-04 22:33:53 +01:00
github-actions[bot] cb36dd7449
Merge master into staging-next 2020-12-04 18:14:51 +00:00
Sandro a1d83d01f2
pass.audit: Disable tests on darwin 2020-12-04 15:04:21 +01:00
R. RyanTM bd9efc2dbb hcxdumptool: 6.1.3 -> 6.1.4 2020-12-04 14:02:30 +00:00
github-actions[bot] 4b8f5caddc
Merge master into staging-next 2020-12-04 12:20:02 +00:00
Robbert Gurdeep Singh 29e1b41301 pass: add find and grep as dependencies
When pass is called from passff it does not have grep and find in its
path.

PATH="" /home/beardhatcode/.nix-profile/bin/pass grep lol                                             ~
/nix/store/HASH-password-store-1.7.3/bin/.pass-wrapped: line 399: find: command not found

$ PATH="/nix/store/HASH-findutils-4.7.0/bin" /home/beardhatcode/.nix-profile/bin/pass grep lol
/nix/store/HASH-password-store-1.7.3/bin/.pass-wrapped: line 403: grep: command not found
/nix/store/HASH-password-store-1.7.3/bin/.pass-wrapped: line 403: grep: command not found
2020-12-04 11:56:11 +01:00
Maximilian Bosch f0c3cdfd86
Merge pull request #105509 from delroth/sudo-1.9.4
sudo: 1.9.3p1 -> 1.9.4
2020-12-04 11:12:46 +01:00
github-actions[bot] 58274c4f8d
Merge master into staging-next 2020-12-03 00:36:28 +00:00
Francesco Gazzetta 20eb5c38e1 bash-supergenpass: use unstableGitUpdater 2020-12-02 17:24:10 +01:00
github-actions[bot] 89e8bf0f2a
Merge master into staging-next 2020-12-02 12:30:55 +00:00
Mario Rodas 7630e4a1d6 rbw: 0.5.0 -> 0.5.2 2020-12-02 04:20:00 +00:00
R. RyanTM 934f621819
_1password-gui: 0.9.5-2 -> 0.9.6 2020-12-01 17:06:06 +01:00
Jan Tojnar 27b974d84b
Merge branch 'staging-next' into staging 2020-12-01 03:26:36 +01:00
Sandro acd8900a79
Merge pull request #100776 from Enteee/feature/volatility-2.6.1
volatility: 2.6 -> 2.6.1
2020-12-01 01:11:28 +01:00
Pierre Bourdon f0f712a0ea
sudo: 1.9.3p1 -> 1.9.4 2020-11-30 23:53:49 +01:00
Martin Weinelt e88bdd5f50
neopg: mark as broken
Fails to build with recent versions of botan2. The issue has been
reported upstream at https://github.com/das-labor/neopg/issues/98.
2020-11-30 19:57:30 +01:00
Silvan Mosberger 6df56e1cb8
Merge pull request #103866 from cole-h/doas
doas: 6.6.1 -> 6.8
2020-11-30 19:02:55 +01:00
Ente 82928271dc
volatility: 2.6 -> 2.6.1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-29 23:19:08 +01:00
Frederik Rietdijk 05d1c49209 Merge staging-next into staging 2020-11-29 13:51:33 +01:00
Fabian Möller b65a1ab2a4 jd-gui: use copyDesktopItems hook 2020-11-29 04:26:48 +01:00
John Ericson 73425f6c3b Merge remote-tracking branch 'upstream/master' into staging 2020-11-28 21:33:03 -05:00
Sandro bfe757c590
Merge pull request #91961 from SCOTT-HAMILTON/add-keysmith
keysmith: 0.1 → 0.2
2020-11-29 02:25:20 +01:00
Rick van Schijndel b7bdab77eb clamav: enable unit tests, add libjson-c, disable rar explicitly
- Add libjson-c dependency for --gen-json functionality.
- Disable rar functionality
  - Because it uses non-free software
  - Because it doesn't work properly without extra patches
  - This didn't work before either, but a warning was added about
    failing to load the rar library
- Enable unit tests and add check dependency for that
2020-11-27 19:22:43 +01:00
ranfdev 997098b8b5 onlykey-cli: init 1.2.2 2020-11-27 18:03:39 +01:00
Frederik Rietdijk ce9c513856 Merge staging-next into staging 2020-11-27 15:09:41 +01:00
Maximilian Bosch fcbedf65aa
Revert "nmap: 7.80 -> 7.90"
This reverts commit c426ccf116.

License has changed in 7.90 and we should decide first how to proceed.
See #105119 for further context.
2020-11-27 11:05:15 +01:00
Sandro 9808a1ccea
Merge pull request #105121 from r-ryantm/auto-update/1password
_1password-gui: 0.9.4-1 -> 0.9.5-2
2020-11-27 09:50:40 +01:00
R. RyanTM 1b14ab86c2 _1password-gui: 0.9.4-1 -> 0.9.5-2 2020-11-27 08:20:42 +00:00
Sandro 60a550e102
Merge pull request #101687 from makefu/pkgs/metasploit/6.0.12 2020-11-27 02:22:23 +01:00
Sandro bd1de18f6c
Merge pull request #101765 from siraben/ncrack-init
ncrack: init at 0.7
2020-11-27 01:17:12 +01:00
Sandro 80da379db7
Merge pull request #101831 from siraben/snow-init
snow: init at 20130616
2020-11-27 00:27:25 +01:00
Sandro 2cb7f952fe
Merge pull request #101391 from r-ryantm/auto-update/clamav
clamav: 0.102.4 -> 0.103.0
2020-11-26 21:14:29 +01:00
Sandro 2924683301
Merge pull request #104956 from r-ryantm/auto-update/doppler
doppler: 3.17.0 -> 3.19.0
2020-11-26 13:40:25 +01:00
Sandro 1c7bdc7db2
Merge pull request #104995 from r-ryantm/auto-update/ipscan
ipscan: 3.7.1 -> 3.7.3
2020-11-26 12:32:14 +01:00
R. RyanTM 1eece5da86 ipscan: 3.7.1 -> 3.7.3 2020-11-26 07:56:36 +00:00
R. RyanTM e9af64281d doppler: 3.17.0 -> 3.19.0 2020-11-26 02:14:37 +00:00
R. RyanTM 9979bc5b8a gnupg: 2.2.23 -> 2.2.24 2020-11-25 10:32:32 -08:00
Maximilian Bosch 6cd3c538c7
Merge pull request #104262 from Vonfry/fix/pass
pass: separate dmenu from x11Support
2020-11-25 14:32:02 +01:00
Vonfry 118695a350
pass: seperate dmenu from x11Support 2020-11-25 18:44:18 +08:00
Justin Humm 19036e0ca0
opensc: 0.20.0 -> 0.21.0 2020-11-24 23:32:03 +01:00
Graham Christensen d9c3f13df3
Merge pull request #104776 from grahamc/utillinux
utillinux: rename to util-linux
2020-11-24 15:14:36 -05:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
06kellyjac 6993bd0b56 rustscan: 1.10.1 -> 2.0.1 2020-11-24 16:43:44 +00:00
Ben Siraphob b6b2b2f864 aflplusplus: standardize description
- Remove package name from start
- Remove period from end
2020-11-24 15:58:37 +07:00
Sandro 37f04ecad7
Merge pull request #103863 from r-ryantm/auto-update/doppler
doppler: 3.16.1 -> 3.17.0
2020-11-24 00:00:40 +01:00
R. RyanTM 83352630d3 chrome-token-signing: 1.1.2 -> 1.1.2-1 2020-11-23 20:55:34 +01:00
Ryan Mulligan ee03fb80be
Merge pull request #103654 from ivan/b3sum-0.3.7
b3sum: 0.3.4 -> 0.3.7
2020-11-23 11:30:32 -08:00
Artur Cygan 6f6f2f2050 secp256k1: 2017-12-18 -> 2020-08-16 2020-11-23 06:49:05 -08:00
Pavol Rusnak 5b6b477ab4
Merge pull request #103750 from GovanifY/ghidra-bump
ghidra: 9.1.2 -> 9.2
2020-11-23 13:16:55 +01:00
Sandro 214cd89762
Merge pull request #104126 from mweinelt/snallygaster
snallygaster: init at 0.0.9
2020-11-23 12:27:30 +01:00
Raghav Sood 80cb81b294
Merge pull request #104128 from RaghavSood/creddump/src
creddump: fix src
2020-11-23 06:32:01 +00:00
Maximilian Bosch 3fd15cf597
Merge pull request #104525 from marsam/update-vault
vault: 1.5.5 -> 1.6.0
2020-11-23 00:32:20 +01:00
Ryan Mulligan 31c770d065 rage: 0.4.0 -> 0.5.0
* Upgrades to latest version
* Moves darwin security access into derivation,
  simplifying all-packages.nix
* Add RyanTM as maintainer
2020-11-22 13:18:38 -08:00
Dmitry Kalinkin a78bfde65e
Merge pull request #103835 from delroth/jadx-1.2.0
jadx: 1.1.0 -> 1.2.0
2020-11-21 21:27:56 -05:00
ajs124 c5692b64fd
Merge pull request #100796 from kf5grd/master
keybase,keybase-gui,kbfs: 5.5.1 -> 5.5.2
2020-11-22 03:09:00 +01:00
Mario Rodas 9a65981c2d vault-bin: remove passthru.tests
nixosTests.vault uses the `vault` package
2020-11-21 04:20:00 +00:00
Mario Rodas 4152fca69e vault-bin: 1.5.5 -> 1.6.0 2020-11-21 04:20:00 +00:00
Mario Rodas 91340f2aee vault: 1.5.5 -> 1.6.0 2020-11-21 04:20:00 +00:00
Frederik Rietdijk 553b7a8bf0 Merge master into staging-next 2020-11-20 08:12:06 +01:00
Martin Weinelt 661981e5af
Merge pull request #104076 from prusnak/tor
tor: 0.4.4.5 -> 0.4.4.6
2020-11-20 02:22:42 +01:00
Martin Weinelt 272dcd8f9a
snallygaster: init at 0.0.9 2020-11-20 02:06:30 +01:00
Frederik Rietdijk ea7b8978ef Merge master into staging-next 2020-11-19 20:08:15 +01:00
R. RyanTM f428c62679 passExtensions.pass-genphrase: 0.2 -> 0.3 2020-11-19 12:44:10 +00:00
Frederik Rietdijk da12fc6838 Merge staging-next into staging 2020-11-18 15:36:56 +01:00
Raghav Sood 4b6e4a6421
creddump: fix src 2020-11-18 04:16:39 +00:00
Ryan Mulligan ef20cdc5f0
Merge pull request #104025 from r-ryantm/auto-update/bitwarden
bitwarden: 1.22.2 -> 1.23.0
2020-11-17 16:13:04 -08:00
Pavol Rusnak 4c0678ca9a
tor: 0.4.4.5 -> 0.4.4.6 2020-11-17 19:43:19 +01:00
Daniël de Kok 4083611c7a
Merge pull request #104019 from r-ryantm/auto-update/1password
_1password-gui: 0.9.3 -> 0.9.4-1
2020-11-17 19:18:32 +01:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
R. RyanTM aa760bf5a5 bitwarden: 1.22.2 -> 1.23.0 2020-11-17 05:39:14 +00:00
R. RyanTM 48ca228bb3 _1password-gui: 0.9.3 -> 0.9.4-1 2020-11-17 03:43:56 +00:00
R. RyanTM 18005fbd58 doppler: 3.16.1 -> 3.17.0 2020-11-15 03:30:32 +00:00
Cole Helbling caad9aba5a
doas: 6.6.1 -> 6.8
https://github.com/duncaen/opendoas/compare/v6.6.1...v6.8
2020-11-14 19:14:54 -08:00
Pierre Bourdon 477a1763fc
jadx: 1.1.0 -> 1.2.0 2020-11-14 21:20:18 +01:00
Gauvain 'GovanifY' Roussel-Tarbouriech 80ceb60cb1
ghidra: 9.1.2 -> 9.2 2020-11-14 14:53:03 +01:00
Frederik Rietdijk 9fc4a4db5a Merge staging-next into staging 2020-11-13 20:59:08 +01:00
Ivan Kozik 0ace9e28fe b3sum: 0.3.4 -> 0.3.7 2020-11-13 02:40:00 +00:00
Mario Rodas d830cf02e9
Merge pull request #103553 from r-ryantm/auto-update/spectre-meltdown-checker
spectre-meltdown-checker: 0.43 -> 0.44
2020-11-12 20:38:19 -05:00
Jonas Chevalier a7cb88c3de
tree-wide: unify Bash completions outputs (#103421)
Use $out/share/bash-completion/completions to store the Bash completions
2020-11-12 21:22:18 +00:00
Daniël de Kok 281a7ba742 _1password-gui: 0.9.2-1 -> 0.9.3
Changelog:
https://releases.1password.com/linux/0.9/#1password-for-linux-0.9.3
2020-11-12 11:43:21 +01:00
R. RyanTM b44a26bd24 spectre-meltdown-checker: 0.43 -> 0.44 2020-11-12 04:32:14 +00:00
R. RyanTM 35d2564325 saml2aws: 2.27.0 -> 2.27.1 2020-11-12 01:52:15 +00:00
Mario Rodas 701528cd07
Merge pull request #103350 from r-ryantm/auto-update/aws-okta
aws-okta: 1.0.6 -> 1.0.8
2020-11-11 04:17:46 -05:00
R. RyanTM 14ed5891eb doppler: 3.16.0 -> 3.16.1 2020-11-11 03:10:18 +00:00
R. RyanTM 209bec5aca aws-okta: 1.0.6 -> 1.0.8 2020-11-10 21:39:39 +00:00