Commit graph

3527 commits

Author SHA1 Message Date
Tim Steinbach f0bce04b99
sudo: 1.9.4p1 -> 1.9.4p2 2020-12-22 13:27:08 -05:00
Michael Raskin 67e7d1170b
Merge pull request #105461 from mweinelt/botan
botan2: 2.9.0 -> 2.17.2
2020-12-21 11:25:53 +00:00
Tim Steinbach 9ff582afd6
Merge pull request #107166 from mohe2015/update-sudo
sudo: 1.9.4 -> 1.9.4p1
2020-12-20 17:24:01 -05:00
mohe2015 ef562bfe84
sudo: 1.9.4 -> 1.9.4p1 2020-12-18 21:54:23 +01:00
Stig Palmquist 7d8d8c1bcb sequoia: 0.20.0 -> 1.0.0 2020-12-17 13:07:57 +01:00
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
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