Commit graph

2663 commits

Author SHA1 Message Date
Daniel Schaefer 908ecd5cb7 chipsec: 1.3.7 -> 1.4.0 2019-08-25 00:41:02 +02:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Andrew Childs de1e3c9aee nmap: update clang specific patch
The upstream PR had two parts: adding a missing include and resolving
an ambiguous reference. The upstream project fixed the first but not
the second. We still need the second part, so extract it by filtering
the patch.
2019-08-24 13:57:35 +09:00
Vladyslav M 9a2b01ad8c
hcxtools: 5.1.6 -> 5.2.0 2019-08-23 23:14:23 +03:00
Linus Heckemann d1d602f559 Merge remote-tracking branch 'origin/master' into openssl-1.1 2019-08-23 17:27:39 +02:00
Robin Gloster 47a219d8e7
clamav: 0.101.3 -> 0.101.4 2019-08-23 15:53:07 +02:00
Robin Gloster c7e75df21f
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-23 02:00:31 +02:00
worldofpeace 1f3b789ebe
Merge pull request #63753 from jasoncarr0/lesspass
lesspass-cli: init at 9.0.0
2019-08-22 18:47:14 -04:00
Jason Carr 4e4a4461d8 lesspass-cli: init at 9.0.0 2019-08-22 18:31:26 -04:00
Marek Mahut 6f4ab8702f
Merge pull request #67018 from jonafato/keybase-4.3.1
keybase: 4.1.0 -> 4.3.1
2019-08-22 23:24:36 +02:00
Will Dietz 65f5e4512c
tor: 0.4.0.5 -> 0.4.1.5
https://blog.torproject.org/new-release-tor-0415
2019-08-22 13:21:58 -05:00
Robin Gloster f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-21 14:25:13 +02:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
Jon Banafato 35022fcd24 keybase-gui: 4.1.0 -> 4.3.1 2019-08-20 00:25:17 -04:00
Jon Banafato 95cc6bb641 keybase: 4.1.0 -> 4.3.1 2019-08-20 00:24:39 -04:00
WilliButz 3a0d0b9a0b
Merge pull request #66997 from r-ryantm/auto-update/nmap
nmap: 7.70 -> 7.80
2019-08-20 03:26:53 +02:00
R. RyanTM d15de57f66 nmap: 7.70 -> 7.80
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmap/versions
2019-08-19 16:56:10 -07:00
Marek Mahut c03dee386f
Merge pull request #66946 from r-ryantm/auto-update/kpcli
kpcli: 3.2 -> 3.3
2019-08-19 20:49:53 +02:00
R. RyanTM fb15876d24 kpcli: 3.2 -> 3.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kpcli/versions
2019-08-19 09:26:01 -07:00
Marek Mahut 8b7821604d
Merge pull request #66863 from r-ryantm/auto-update/clamav
clamav: 0.101.2 -> 0.101.3
2019-08-19 09:14:49 +02:00
R. RyanTM 5b97999823 clamav: 0.101.2 -> 0.101.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clamav/versions
2019-08-18 21:38:13 -07:00
Marek Mahut 44ba72b546
Merge pull request #66776 from toonn/pass-otp-bump
pass-otp: 1.1.1 -> 1.2.0
2019-08-18 21:56:58 +02:00
toonn 5a035ec45f pass-otp: 1.1.1 -> 1.2.0
Had to specify `BASHCOMPDIR` in `$out` to keep things pure.
2019-08-18 16:34:16 +02:00
Frederik Rietdijk f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
R. RyanTM b30e62409e ccid: 1.4.30 -> 1.4.31
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ccid/versions
2019-08-17 15:42:03 -07:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
worldofpeace a5b77b8cae
Merge pull request #65724 from doronbehar/improve-sequoia
Improve sequoia package expression
2019-08-13 14:44:35 -04:00
Doron Behar 701c788c3f sequoia: improve expression, rename from sequoia-tool
- Add the package to the pythonPackages' attribute set.

- Make the python support overrideable
  We use the pythonSupport argument.

- Rename sequoia-tool -> sequoia
  We provide the whole ecosystem which includes:
    * ffi bindings to Python and C
    * zsh and bash completion for `sq` and `sqv` executables.

- Meta:
  * Use a string as the homepage URL (plain URLs are deprecated).
  * Change description of package to fit upstream and the files we
    actually install.
  * Add @doronbehar as maintainer.
2019-08-13 14:42:27 -04:00
Marek Mahut 86ac9f55b9
Merge pull request #63600 from steadmon/fail2ban-dovecot-service
fail2ban: fix dovecot filter's journalmatch
2019-08-12 18:51:32 +02:00
worldofpeace 347a5d9275
Merge pull request #65764 from Kiwi/bitwarden
bitwarden: init at 1.15.2
2019-08-07 15:01:44 -04:00
Robert Djubek 2372dc2673
bitwarden: init at 1.15.2 2019-08-07 17:41:34 +00:00
Hugo 83cfaaccf4 gopass: fix build on darwin (#66244) 2019-08-07 10:33:07 +01:00
Jaka Hudoklin e2cd85d9b4
Merge pull request #65166 from PsyanticY/vault-with-ui
vault-bin: init at 1.1.3
2019-08-04 13:06:28 +02:00
Jaka Hudoklin 558cdf0e11
vault-bin: use sourceRoot instead of custom unpackPhase 2019-08-04 12:20:16 +02:00
Frederik Rietdijk d20a59d2e5 Merge master into staging-next 2019-08-02 23:27:18 +02:00
worldofpeace 7fb44be46b
Merge pull request #65756 from Kiwi/update-bitwarden-cli
bitwarden-cli: fix build
2019-08-02 17:11:20 -04:00
Robert Djubek 4253edd1fe
bitwarden-cli: fix build
Updated with./generate.sh so that it builds. Fixes #63158
2019-08-02 20:57:25 +00:00
Frederik Rietdijk 6f723b9bad Merge master into staging-next 2019-08-02 09:18:37 +02:00
Robin Gloster 30969073f0
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-02 03:01:30 +02:00
Robin Gloster 841e20e583
Merge pull request #64336 from adisbladis/nodejs-8x-drop
Drop nodejs-8_x
2019-08-02 00:53:46 +00:00
Robin Gloster 1ac2c6b054
Merge pull request #65732 from addict3d/bump-ghidra-version
ghidra: 9.0.2 -> 9.0.4
2019-08-02 00:47:39 +00:00
adisbladis 9e9c6de50c
nodejs-8_x: Drop package
It will be EOL within the support period of 19.09
2019-08-02 02:34:47 +02:00
adisbladis 1a46901c4e
Merge pull request #65617 from gcv/gnupg1-all-platforms
Allow GnuPG1 to build on all platforms.
2019-08-01 17:48:34 +01:00
Nick Bathum bad033aaa7 ghidra 9.0.2 -> 9.0.4 2019-08-01 12:07:47 -04:00
Frederik Rietdijk 55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
worldofpeace ba4e5a3f64
Merge pull request #65488 from arcnmx/pr-passff-manifest
passff-host: fix native messaging manifest path
2019-07-31 21:10:45 -04:00
gcv 2a2fcbb274 gnupg: Allow GnuPG1 to build on all platforms. 2019-07-31 09:57:02 -07:00
arcnmx c73ff37cd5 passff-host: fix native messaging manifest path
Match other native messaging applications
and the firefox wrapper's expectations.
2019-07-31 07:26:30 -07:00
Mario Rodas 4f6bd58866
Merge pull request #65615 from arcnmx/pr-bitwarden_rs-update
bitwarden_rs: 1.9.0 -> 1.9.1
2019-07-31 08:01:57 -05:00
Peter Hoeg f46b8a9ef2
Merge pull request #65618 from peterhoeg/p/spwgen
pwgen-secure: init at 0.9.1
2019-07-31 15:18:14 +08:00
Peter Hoeg db5aa011b8 pwgen-secure: init at 0.9.1 2019-07-31 15:16:18 +08:00
arcnmx fef48df3a1 bitwarden_rs: 1.9.0 -> 1.9.1 2019-07-30 15:03:15 -07:00
arcnmx 242350554c bitwarden_rs-vault: 2.10.1 -> 2.11.0 2019-07-30 14:37:37 -07:00
Andreas Rammhold 78be12d315
tpm-luks: add openssl1.1 patch 2019-07-29 21:25:15 +02:00
Andreas Rammhold b689d71b9c
tpm-tools: apply openssl1.1 patch 2019-07-29 21:25:15 +02:00
Franz Pletz c7ffe1778a
chaps: mark as broken due to openssl 1.1 2019-07-29 21:25:12 +02:00
worldofpeace 872b55a8c1
Merge pull request #63655 from minijackson/init-sequoia-tool
sequoia-tool: init at 0.9.0
2019-07-29 03:32:04 -04:00
Frederik Rietdijk cca5ee9c07 Merge staging-next into staging 2019-07-28 09:10:03 +02:00
Cole Mickens f0950fa3f6 gopass: v1.8.5 -> v1.8.6; support wayland 2019-07-26 12:01:25 +02:00
PsyanticY f403684eee vault-bin: init at 1.1.3
This binray contain the UI part of HashiCorp Vault that we were not able to build it due to the need to generate a very big yarn file. #49082
2019-07-25 15:55:14 +01:00
Orivej Desh 32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
Thomas Tuegel b40550232f
pinentry: Use qt5.wrapQtApps as needed 2019-07-24 11:30:47 -05:00
Rene de la Garza f882547372 ghidra: 9.0 -> 9.0.2 (#65177) 2019-07-24 17:02:03 +01:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Nick Novitski 7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
R. RyanTM abc4ccdd2d shc: 4.0.2 -> 4.0.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shc/versions
2019-07-17 09:37:34 +02:00
Ryan Mulligan ef26020fff
Merge pull request #64870 from r-ryantm/auto-update/pius
pius: 2.2.7 -> 3.0.0
2019-07-16 18:21:19 -07:00
Kier Davis 5e54487080
pius: perl should be a runtime dependency, not a build-time one
Since 61bc03c017, patch-shebangs
now distinguishes between build-time and runtime dependencies.

Prior to this commit, perl was not being placed in patch-shebangs'
search path when it is run during the fixup phase.
2019-07-16 14:28:49 +01:00
Kier Davis 97ef23794b
pius: use pname+version instead of name 2019-07-16 13:59:38 +01:00
Kier Davis d914be56a2
pius: dependency on package 'six' is no longer needed 2019-07-16 13:52:41 +01:00
Kier Davis 680ee0a45a
pius: switch to Python 3
pius 3.0.0 requires Python 3.
2019-07-16 13:51:26 +01:00
R. RyanTM 06f3c7a1a3 pius: 2.2.7 -> 3.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pius/versions
2019-07-15 23:47:59 -07:00
Frederik Rietdijk 54065ae20d Merge master into staging-next 2019-07-13 09:45:40 +02:00
Peter Simons 84e3370358
Merge pull request #64538 from dtzWill/update/gnupg-2.2.17
gnupg: 2.2.16 -> 2.2.17
2019-07-11 19:21:58 +02:00
Paul Myjavec 95395fbf54 saml2aws: 2.10.0 -> 2.15.0 2019-07-11 10:39:42 +02:00
Frederik Rietdijk 22cb7f25f2 Merge master into staging-next 2019-07-11 09:40:10 +02:00
Ryan Mulligan 508ae42a0f treewide: fix redirect URLs 2019-07-10 12:52:51 -07:00
Frederik Rietdijk 6049c39bdb keybase: fix eval after merge mistake 2019-07-10 10:30:43 +02:00
Will Dietz c793a1d422
gnupg: 2.2.16 -> 2.2.17
https://lists.gnupg.org/pipermail/gnupg-announce/2019q3/000439.html
2019-07-09 13:18:34 -05:00
Frederik Rietdijk 79a03641d5 Merge staging-next into staging 2019-07-09 15:46:26 +02:00
Frederik Rietdijk 7cf5909fad Merge staging-next into staging 2019-07-09 15:44:08 +02:00
Minijackson c9fe80a67f
sequoia-tool: init at 0.9.0 2019-07-08 23:46:51 +02:00
worldofpeace d8bbbeb38a kbfs: update homepage and description 2019-07-06 16:51:00 -04:00
worldofpeace bfe270bc54 kbfs: 2.11.0 -> 4.1.0
The kbfs code has been moved to the same
repo as the keybase package.
2019-07-06 16:51:00 -04:00
Thomas Tuegel 56d5963382
Merge pull request #54525 from ttuegel/feature/qt-5/wrap-qt-apps
Wrap Qt applications
2019-07-05 14:38:10 -05:00
Thomas Tuegel 51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
Jonathan Ringer c5273fae16 keybase-gui: 4.0.0 -> 4.1.0 2019-07-05 14:21:29 +02:00
Jonathan Ringer 62ea7ba41b keybase: 4.0.0 -> 4.1.0 2019-07-05 14:21:29 +02:00
adisbladis d614edeb32
Revert Nodejs-8_x deprecation
This was supposed to go through a pull request

Revert "nodePackages: Regenerate node packages for nodejs 10 & 12"
This reverts commit 6a17bdf397.

Revert "nodejs-8_x: Drop package"
This reverts commit e06c97b71d.
2019-07-05 12:23:27 +01:00
adisbladis e06c97b71d
nodejs-8_x: Drop package
It will be EOL within the support period of 19.09
2019-07-05 12:21:42 +01:00
Daiderd Jordan e7765ba8e5
pinentry-mac: remove cf-private 2019-07-03 22:20:12 +02:00
Daiderd Jordan 41d1294eab
keybase: remove cf-private 2019-07-03 22:20:12 +02:00
Alyssa Ross 4cab72953c
gnupg: vendor SKS patch
This quickly became a 404 upstream.

Fixes https://github.com/NixOS/nixpkgs/64256.
2019-07-03 16:39:28 +00:00
Rok Garbas 65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
R. RyanTM d546e77e54 sshguard: 2.3.1 -> 2.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sshguard/versions
2019-07-03 09:32:08 +02:00
Ryan Mulligan f1d56f67f9
Merge pull request #64218 from r-ryantm/auto-update/tpm2-tools
tpm2-tools: 3.1.4 -> 3.2.0
2019-07-02 21:06:06 -07:00
R. RyanTM 9e85956c0d tpm2-tools: 3.1.4 -> 3.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tpm2-tools/versions
2019-07-02 18:53:01 -07:00
Ryan Mulligan bb25197a00
Merge pull request #64076 from r-ryantm/auto-update/lynis
lynis: 2.7.4 -> 2.7.5
2019-07-01 18:21:58 -07:00
R. RyanTM 767de54938 lynis: 2.7.4 -> 2.7.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lynis/versions
2019-07-01 16:52:26 -07:00
Alyssa Ross ba23c14b84
gnupg: apply default server CA verification patch
See discussion at
https://github.com/NixOS/nixpkgs/pull/63952#issuecomment-507048690.

Upstream commit:

commit 1c9cc97e9d47d73763810dcb4a36b6cdf31a2254
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date:   Sun Jun 30 11:54:35 2019 -0400

    dirmngr: Only use SKS pool CA for SKS pool

    * dirmngr/http.c (http_session_new): when checking whether the
    keyserver is the HKPS pool, check specifically against the pool name,
    as ./configure might have been used to select a different default
    keyserver.  It makes no sense to apply Kristian's certificate
    authority to anything other than the literal host
    hkps.pool.sks-keyservers.net.

    Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
    GnuPG-Bug-Id: 4593
2019-06-30 19:06:17 +00:00
Alyssa Ross c727083e65
gnupg: change default keyserver to non-SKS
See https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f.

The SKS network is vulnerable to certificate poisoning, which can
destroy GnuPG installations. keys.openpgp.org is a new non-SKS keyserver
that is resistant to this type of attack.

With such an attack being possible, it is unsafe to use SKS keyservers
for almost anything, and so we should protect our users from a now
unsafe default. keys.openpgp.org offers some (but not all) functionality
of SKS, and is better than nothing.

This default is only present in gnupg22. gnupg20 and gnupg1orig are not
affected.
2019-06-30 14:09:02 +00:00
Frederik Rietdijk d843e16cb8 Merge master into staging-next 2019-06-26 13:22:30 +02:00
Jan Tojnar 07d1d3ed68
Merge branch 'master' into staging 2019-06-25 18:06:43 +02:00
Sarah Brofeldt 8f56d3eb04
Merge pull request #63310 from ckauhaus/vulnix-1.8.2
vulnix: 1.8.1 -> 1.8.2
2019-06-25 17:08:43 +02:00
Frederik Rietdijk dafee3d91a Merge master into staging-next 2019-06-23 15:38:41 +02:00
R. RyanTM b51c87b9df duo-unix: 1.11.1 -> 1.11.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/duo-unix/versions
2019-06-23 14:58:06 +02:00
Frederik Rietdijk 72d647f3d8 Merge master into staging-next 2019-06-21 08:20:26 +02:00
Josh Steadmon 90aa42b683 fail2ban: fix dovecot filter's journalmatch
The dovecot filter config distributed with fail2ban watches for log
entries with a journalmatch filter of "_SYSTEMD_UNIT=dovecot.service",
but NixOS's Dovecot runs as dovecot2.service. Fix the journalmatch
config to match NixOS's Dovecot.
2019-06-20 19:09:04 -07:00
Mario Rodas fe0d86317c
Merge pull request #63453 from r-ryantm/auto-update/vault
vault: 1.1.2 -> 1.1.3
2019-06-19 19:28:17 -05:00
R. RyanTM f7908ef57e vault: 1.1.2 -> 1.1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vault/versions
2019-06-18 09:24:55 -07:00
Vladyslav M abf2c876d6
hcxtools: 5.1.4 -> 5.1.6 (#63264)
hcxtools: 5.1.4 -> 5.1.6
2019-06-18 12:46:57 +03:00
Frederik Rietdijk f120248daf Merge staging-next into staging 2019-06-18 11:07:56 +02:00
Matthew Bauer 4d6f65b81f
Merge pull request #62167 from matthewbauer/alias-libgl
Add libGL* aliases
2019-06-17 15:18:29 -04:00
Matthew Bauer 263f5891b6 treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
R. RyanTM 7b2b0187cc bitwarden_rs-vault: 2.10.0 -> 2.10.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bitwarden_rs-vault/versions
2019-06-17 15:29:56 +02:00
Christian Kauhaus 99bade5fdb vulnix: 1.8.1 -> 1.8.2 2019-06-17 10:57:35 +02:00
Franz Pletz 059bbd041a
chaps: fix build with gcc8 2019-06-17 07:26:00 +02:00
R. RyanTM 7295e0122a hcxtools: 5.1.4 -> 5.1.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hcxtools/versions
2019-06-16 18:52:59 -07:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Frederik Rietdijk 7184efb40a Merge master into staging-next 2019-06-12 09:22:07 +02:00
Mario Rodas 9edf8f73f7 sops: 3.3.0 -> 3.3.1 2019-06-12 09:17:45 +02:00
Frederik Rietdijk e58f0f6c99 Merge master into staging-next 2019-06-10 10:35:50 +02:00
Ryan Mulligan 621c8f6b9b
Merge pull request #62568 from r-ryantm/auto-update/shc
shc: 4.0.1 -> 4.0.2
2019-06-09 13:29:05 -07:00
Frederik Rietdijk d3afcac771 Merge master into staging-next 2019-06-09 12:28:52 +02:00
Pascal Wittmann b48110889e
Merge pull request #62696 from dtzWill/update/radamsa-0.6
radamsa: 0.5 -> 0.6
2019-06-07 12:12:42 +02:00
Vladimír Čunát c0ccf42c69
Merge branch 'staging-next' into staging 2019-06-05 11:12:34 +02:00
Will Dietz e3b8fcc310
radamsa: 0.5 -> 0.6
* new home (github -> gitlab)
* "modernize" a bit
* run tests!
2019-06-04 15:28:15 -05:00
Will Dietz 0e3a443f58
john: 1.8.0-jumbo-1 -> 1.9.0-jumbo-1
https://www.openwall.com/lists/announce/2019/05/14/1
2019-06-04 15:02:28 -05:00
Georges Dubus 537d213df5
Merge pull request #62220 from madjar/keybase-4.0.0
keybase,keybase-gui: 3.2.2 -> 4.0.0
2019-06-04 17:01:11 +02:00
Vladyslav M b36bf7e2e2
hashcat: 5.0.0 -> 5.1.0 (#62142)
hashcat: 5.0.0 -> 5.1.0
2019-06-04 01:46:26 +03:00
Vladimír Čunát ee86a325dd
Merge branch 'staging-next' into staging
Conflicts (simple):
	nixos/doc/manual/release-notes/rl-1909.xml
2019-06-03 22:34:49 +02:00
Lorenzo Manacorda 43a65d7b7a paperkey: use HTTPS 2019-06-03 13:51:02 +02:00
R. RyanTM 03be5e7ac3 shc: 4.0.1 -> 4.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shc/versions
2019-06-02 20:37:13 -07:00
markuskowa 633d181f04
Merge pull request #62364 from r-ryantm/auto-update/bruteforce-luks
bruteforce-luks: 1.3.1 -> 1.3.2
2019-06-01 13:22:43 +02:00
markuskowa ab421c0dc7
Merge pull request #62343 from r-ryantm/auto-update/aide
aide: 0.16.1 -> 0.16.2
2019-06-01 11:35:42 +02:00
R. RyanTM 6bb054cd62 bruteforce-luks: 1.3.1 -> 1.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bruteforce-luks/versions
2019-06-01 00:56:49 -07:00
R. RyanTM b6dd281f54 aide: 0.16.1 -> 0.16.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aide/versions
2019-05-31 20:29:11 -07:00
Maximilian Bosch 479d161f00
Merge pull request #62218 from costrouc/rofi-pass-new-dependency
rofi-pass: refactor add new optional dependency pass-otp
2019-05-30 10:57:12 +02:00
Vladyslav M f71eeb3735
Merge pull request #62149 from dywedir/hcxtools
hcxtools: init at 5.1.4
2019-05-30 10:13:50 +03:00
Georges Dubus 67406e2869 keybase,keybase-gui: 3.2.2 -> 4.0.0 2019-05-29 17:24:27 +02:00
Chris Ostrouchov 2623df3b09
rofi-pass: refactor add new optional dependency pass-otp
Rofi-pass as of a year ago added support for OTP passwords. This
dependency is "optional" but extremely nice to have as a default.

https://github.com/carnager/rofi-pass#requirements
2019-05-29 10:06:37 -04:00
Will Dietz 3f7657d7fb
gnupg: 2.2.15 -> 2.2.16
https://dev.gnupg.org/T4509
2019-05-28 21:06:20 -05:00
Vladyslav M 8c3dfab331
hcxtools: init at 5.1.4 2019-05-28 14:29:51 +03:00
Vladyslav M b39e516708
hashcat: 5.0.0 -> 5.1.0 2019-05-28 11:51:43 +03:00
Frederik Rietdijk 36a6746f21 Merge master into staging-next 2019-05-28 08:32:03 +02:00
Silvan Mosberger 254cccd22d
Merge pull request #62085 from michaelpj/fix/fprintd-sysconfdir
fprintd: set sysconfdir
2019-05-27 18:05:35 +02:00
Robert Schütz 6bed56dafc spectre-meltdown-checker: 0.41 -> 0.42 2019-05-27 15:46:23 +02:00
Tristan Helmich (omniIT) c5be0e5f05 hashcat-utils: init at 1.9 2019-05-27 11:02:56 +00:00
Michael Peyton Jones 1bb51a3a86
fprintd: set sysconfdir 2019-05-26 14:05:11 +01:00
Frederik Rietdijk b2ab860db3 Merge master into staging-next 2019-05-25 12:38:00 +02:00
Justin Humm ad6a5824ee opensc: add patch for CVE-2019-6502
Closes #61957
2019-05-25 08:29:04 +02:00
Frederik Rietdijk 6e4e7c5dc6 Merge master into staging-next 2019-05-24 12:39:37 +02:00
Yegor Timoshenko 1b7ebf191e
Merge pull request #61687 from erictapen/opensc-cross-fix
opensc: fix cross compilation
2019-05-22 12:51:49 +03:00
Renaud 4c860fd5f0
Merge pull request #61825 from Izorkin/libmodsecurity
libmodsecurity: 3.0.2 -> 3.0.3
2019-05-22 10:27:40 +02:00
Izorkin 95dd3768f8 libmodsecurity: 3.0.2 -> 3.0.3 2019-05-22 08:01:44 +03:00
Renaud 2e3295d65f
Merge pull request #61735 from evax/passff-host-1.2.1
passff-host: 1.0.2 -> 1.2.1
2019-05-21 17:43:13 +02:00
Matthieu Coudron cef246e014
Merge pull request #61714 from c0bw3b/pkg/sec-dns-tools
Package some DNS security tools
2019-05-21 15:44:24 +09:00
Mario Rodas f9bda36188
Merge pull request #61733 from thefloweringash/nmap-new-stdenv
nmap: fix build with new Darwin stdenv
2019-05-20 21:58:19 -05:00
Andrew Childs 652045176c nmap: fix build with new Darwin stdenv 2019-05-21 11:24:26 +09:00
Michael Weiss ea7052b17f
monkeysphere: 0.43 -> 0.44 2019-05-20 21:56:45 +02:00
c0bw3b 17815ba47e theharvester: 2.7.1 -> 3.0.6 2019-05-20 20:49:37 +02:00
c0bw3b 78d09f168a fierce: init at 1.3.0
Co-authored-by: Robin Gloster <mail@glob.in>
2019-05-20 20:49:28 +02:00
c0bw3b 092791c8b1 dnsrecon: init at 0.9.1
Co-authored-by: Robin Gloster <mail@glob.in>
2019-05-20 20:48:26 +02:00
c0bw3b c29a529618 dnsenum: init at 1.2.4.2
Co-authored-by: Robin Gloster <mail@glob.in>
2019-05-20 20:46:27 +02:00
worldofpeace 6543e794a6
Merge pull request #61546 from cizra/libfprint-vfs0090
libfprint: added a fork for Lenovo ThinkPad
2019-05-20 14:16:34 -04:00
Elmo Todurov 432944cdb3 fprintd: added option to use fork for Lenovo ThinkPad 2019-05-20 20:48:30 +03:00
Evax Software af29de6cf2 passff-host: 1.0.2 -> 1.2.1 2019-05-20 08:56:59 +02:00
Justin Humm 9310d09dae
opensc: fix cross compilation
Apparently, the location of xsltproc needs to be manually speciefied
when cross compiling.

Also autoreconfHook needs to be in nativeBuildInputs.
2019-05-18 22:54:22 +02:00
Justin Humm f47e545578
opensc: add erictapen as maintainer 2019-05-18 22:54:20 +02:00
Robin Gloster 6cf583cf2f
Merge pull request #60406 from JohnAZoidberg/remove-isnull
treewide: Remove usage of isNull
2019-05-18 09:36:24 +00:00
Frederik Rietdijk 840e530934 Merge staging into staging-next 2019-05-18 08:17:48 +02:00
Will Dietz a9110315fe bettercap: 2.11 -> 2.24 (#61215)
* bettercap: 2.11 -> 2.24

* bettercap: use current libusb1
and not the old v0.1 compat-API
2019-05-17 16:05:41 +02:00
Will Dietz f5b400b875
spectre-meltdown-checker: 0.40 -> 0.41
https://github.com/speed47/spectre-meltdown-checker/releases/tag/v0.41
2019-05-17 03:54:10 -05:00
Mario Rodas 61bad5b84c
Merge pull request #61425 from r-ryantm/auto-update/signify
signify: 24 -> 25
2019-05-14 22:41:39 -05:00
Frederik Rietdijk f0a4305e0a Merge staging-next into staging 2019-05-14 10:24:46 +02:00
Renaud 3db7214ec4
Merge pull request #61454 from r-ryantm/auto-update/yara
yara: 3.9.0 -> 3.10.0
2019-05-13 23:31:15 +02:00
R. RyanTM e69a698237 vault: 1.1.0 -> 1.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vault/versions
2019-05-13 21:50:19 +02:00
R. RyanTM c46ad20420 tboot: 1.9.6 -> 1.9.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tboot/versions
2019-05-13 21:47:47 +02:00
R. RyanTM 6cedb914d8 yara: 3.9.0 -> 3.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yara/versions
2019-05-13 06:00:16 -07:00
Daniel Schaefer 06fad89bd6 treewide: Update meta of packages hosted on gnome
- Update homepage URLs
- Add missing meta entries
2019-05-13 03:01:25 -04:00
R. RyanTM a7928fc731 signify: 24 -> 25
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/signify/versions
2019-05-12 21:32:52 -07:00
Daniel Schaefer b85ccbac54 treewide: Add passthru.updateScript to gnome pkgs
`updateScript` lets us update packages automatically.
For packages that are hosted on the gnome mirror it's very easy to add
that. Inspired by https://github.com/NixOS/nixpkgs/issues/36150
2019-05-12 22:23:48 +02:00
Spencer Baugh 4b8803dae6 switch users of "gnupg1" to plain "gnupg"
gnupg is gnupg 2.2. gnupg1 is also gnupg 2.2, just with a few extra
symlinks in the bin directory. None of these packages need those
symlinks, and it's confusing for them to say they're depending on
"gnupg1", so switch their dep to plain "gnupg".
2019-05-12 20:08:50 +02:00
Mario Rodas 1e9ad86cd3
bitwarden_rs: fix darwin build 2019-05-12 09:54:30 -05:00
Renaud a2e69f1b06 bitwarden_rs: 1.8.0 -> 1.9.0
Changelog: https://github.com/dani-garcia/bitwarden_rs/releases/tag/1.9.0
2019-05-12 15:55:35 +02:00
worldofpeace 6c8bb26331
Merge pull request #61048 from Ma27/zmap-package
zmap: init at 2.1.1
2019-05-10 15:19:43 -04:00
Renaud 11fe4f3be0
Merge pull request #60852 from thefloweringash/opensc-darwin
opensc: use built-in PCSC provider on darwin
2019-05-10 18:46:38 +02:00
Mario Rodas 36782c1d0b
Merge pull request #60959 from r-ryantm/auto-update/bitwarden_rs-vault
bitwarden_rs-vault: 2.9.0 -> 2.10.0
2019-05-10 08:39:05 -05:00
Maximilian Bosch ecafe8a7af
zmap: init at 2.1.1
zmap[1] is a fast network scanner for the IPv4 address space. This is
the main package of the ZMap projects, there are further one that will
be packaged soon.

[1] https://zmap.io/
2019-05-10 07:50:25 +02:00
Renaud 2fb1b3156f
Merge pull request #60932 from c0bw3b/patches-cleanup
[treewide] delete (some) unused patches
2019-05-07 23:34:04 +02:00
Frederik Rietdijk 0196d8f11c Merge master into staging-next 2019-05-07 09:00:06 +02:00
R. RyanTM b5e4b3879c phrasendrescher: 1.0 -> 1.2.2c (#46215)
* phrasendrescher: 1.0 -> 1.2.2b

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
phrasendrescher

* phrasendrescher: 1.2.2b -> 1.2.2c
and refactor
2019-05-05 22:55:11 +02:00
Adam Oliver Zsigmond 79d08d64c6
aws-iam-authenticator 2018-07-29 -> 0.4.0 2019-05-05 12:14:54 -05:00
R. RyanTM d2d4383b28 bitwarden_rs-vault: 2.9.0 -> 2.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bitwarden_rs-vault/versions
2019-05-04 19:23:10 -07:00
Renaud d0c509fc31
Merge pull request #60940 from manveru/wpscan-update
wpscan: 3.4.3 -> 3.5.3, use bundlerApp
2019-05-05 00:16:32 +02:00
Michael Fellinger e0dbf2c3f1 wpscan: 3.4.3 -> 3.5.3, use bundlerApp 2019-05-04 21:55:52 +02:00
c0bw3b 9cb260d091 [treewide] delete unused patches 2019-05-04 19:52:24 +02:00
Frederik Rietdijk 193b899af2 Merge master into staging-next 2019-05-04 17:34:04 +02:00
Vladimír Čunát 0b9c477719
pinentry: update patch url
I verified the hash did NOT change as suggested in #60699.
2019-05-04 00:20:54 +02:00
Renaud 75c98a83ab
Merge pull request #60872 from cinemast/master
Update keybase to 3.2.2
2019-05-03 23:54:54 +02:00
Frederik Rietdijk 0f10b72b5f Merge master into staging-next 2019-05-03 19:56:31 +02:00
Andrew Childs ed81e9eba8 ccid: set platforms to unix (#60871)
Upstream supports Linux, macOS and various Unixes.
2019-05-03 13:19:50 -04:00
Peter Spiess-Knafl 59b235d793 keybase,keybase-gui: 3.0.0 -> 3.2.2 2019-05-03 18:28:25 +02:00
Andrew Childs 4ad50e2cdc opensc: use built-in PCSC provider on darwin 2019-05-04 00:46:12 +09:00
Joachim F a8ad94a231
Merge pull request #60847 from dtzWill/update/tor-4.0.5
tor: 0.3.5.7 -> 0.4.0.5
2019-05-03 09:46:59 +00:00
Peter Hoeg 4c56c1ce9e
Merge pull request #60829 from peterhoeg/f/krunner_pass
krunner-pass: fix the build
2019-05-03 15:49:36 +08:00
Peter Hoeg bcff2e14e1 krunner-pass: fix the build 2019-05-03 15:48:54 +08:00
Will Dietz 0d5e0da42d tor: 0.3.5.7 -> 0.4.0.5
https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.4.0.5
2019-05-03 02:02:31 -05:00
Frederik Rietdijk 155c9d8e18 Merge master into staging-next 2019-05-02 08:43:14 +02:00
Renaud 0579411453
Merge pull request #60691 from r-ryantm/auto-update/pdfcrack
pdfcrack: 0.16 -> 0.17
2019-05-02 08:00:52 +02:00
R. RyanTM eace7cac75 pdfcrack: 0.16 -> 0.17
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pdfcrack/versions
2019-05-01 17:11:54 -07:00
Ryan Mulligan 5f368c4e07
Merge pull request #60633 from r-ryantm/auto-update/mkp224o
mkp224o: 1.2.0 -> 1.3.0
2019-05-01 13:49:16 -07:00
tv 38b1f6197c ssh-audit: init at 1.7.0 2019-05-02 04:35:06 +09:00
Michael Weiss 3b3a6367c8
signing-party: 2.9 -> 2.10 (security, CVE-2019-11627)
I switched to fetchFromGitLab for more transparency and because 2.10 is
not yet available on any Debian mirrors.
A drawback is that any dates in the man pages will now always be
set to 1970-01-01, because fetchFromGitLab removes the timestamps from
$src (not manually but by unpacking the archive).
2019-05-01 16:45:33 +02:00
Renaud 9812d85eff
Merge pull request #60612 from r-ryantm/auto-update/lynis
lynis: 2.7.3 -> 2.7.4
2019-05-01 16:03:21 +02:00
R. RyanTM f29eddfda1 mkp224o: 1.2.0 -> 1.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mkp224o/versions
2019-05-01 05:11:34 -07:00
R. RyanTM 4f42e75c0a lynis: 2.7.3 -> 2.7.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lynis/versions
2019-05-01 02:25:24 -07:00
elseym 93e14c5718
bitwarden_rs: fix cargoSha256 2019-04-30 21:01:36 +02:00
Frederik Rietdijk 3462fe27d9 Merge staging-next into staging 2019-04-30 15:52:19 +02:00
Daniel Schaefer 786f02f7a4 treewide: Remove usage of isNull
isNull "is deprecated; just write e == null instead" says the Nix manual
2019-04-29 14:05:50 +02:00
Frederik Rietdijk 2f936f85d8 Merge master into staging-next 2019-04-29 13:46:20 +02:00
Silvan Mosberger da4f6a2a09 browserpass: Remove v2 and switch to buildGoModule (#60282) 2019-04-28 11:05:24 -07:00
Renaud 32780dc7ac
Merge pull request #60378 from c0bw3b/pkg/mfoc
mfoc: 0.10.6 -> 0.10.7
2019-04-28 19:35:01 +02:00
c0bw3b 38c2e0b9d2 mfoc: 0.10.6 -> 0.10.7 2019-04-28 17:32:00 +02:00
Peter Hoeg 2a48354da3
Merge pull request #60311 from peterhoeg/f/kwalletcli
kwalletcli: fix pinentry-kwallet
2019-04-28 21:51:18 +08:00
Peter Hoeg 899e95582e kwalletcli: fix pinentry-kwallet 2019-04-27 17:20:34 +08:00
Frederik Rietdijk 883232c00d Merge master into staging-next 2019-04-27 07:01:38 +02:00
Matthew Bauer 87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer f988cf4b86 tcpcrypt: darwin needs libpcap 2019-04-26 21:55:08 -04:00
Matthew Bauer 724e833ea2 treewide: disable -Werror for llvm 7
Some of these have errors on newest llvm. It’s easiest to just add
-Wno-error in these cases.
2019-04-26 21:55:04 -04:00
Jan Tojnar 89a150355b
Merge branch 'master' into staging 2019-04-26 16:35:54 +02:00
Peter Hoeg d06cc58dab rng-tools: fix missing opensc reference 2019-04-26 15:55:37 +08:00
Peter Hoeg 1011fae581
Merge pull request #60142 from peterhoeg/u/rng
rng-tools: 6.6 -> 6.7 and libp11: 0.4.9 -> 0.4.10
2019-04-25 13:19:24 +08:00
Peter Hoeg c9b0c68dc0 rng-tools: 6.6 -> 6.7
A few other changes:

 - use autoreconfHook instead of doing it manually
 - clean up with/enable flags
 - add support for PKCS11 entropy sources

PKCS11 is not fully tested yet as my hardware hasn't arrived.
2019-04-24 11:54:57 +08:00
Matthew Bauer 84d00355e8 Merge remote-tracking branch 'NixOS/master' into staging 2019-04-23 22:00:42 -04:00
Silvan Mosberger 508fd8f133
Merge pull request #55413 from msteen/bitwarden_rs
bitwarden_rs: init at 1.8.0
2019-04-24 00:25:08 +02:00
Matthijs Steen 8a0a9710b0 bitwarden_rs: init at 1.8.0 2019-04-23 21:25:46 +02:00
Silvan Mosberger a73f3c801f
Merge pull request #59942 from erictapen/neopg-0.0.5
neopg: 0.0.4 -> 0.0.6
2019-04-22 23:45:58 +02:00
Justin Humm 81176f4314
neopg: 0.0.4 -> 0.0.6 2019-04-22 17:57:17 +02:00
Daniel Schaefer bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Joachim F 0109c84f71
Merge pull request #52988 from JohnAZoidberg/chipsec
chipsec: init at 1.3.7
2019-04-22 08:09:27 +00:00
Daniel Schaefer 1636f11f12 chipsec: Kernel driver only works on x86_64-linux
See: https://github.com/chipsec/chipsec/issues/461

Noticed that when ofBorg failed to build the kernel driver on ARM.
2019-04-22 01:32:13 +02:00
Renaud 9bf85fc595
Merge pull request #59790 from vaibhavsagar/bump-aws-okta
aws-okta: 0.19.0 -> 0.20.1
2019-04-21 18:55:46 +02:00
Vaibhav Sagar 3e8f2062a6 aws-okta: 0.19.0 -> 0.20.1 2019-04-21 10:29:22 -04:00
Daniel Schaefer 18a71fbdd4 chipsec: 1.3.6 -> 1.3.7 2019-04-20 22:39:48 +02:00
Daniel Schaefer 75e08f26f1 chipsec: init at 1.3.6 2019-04-20 22:39:48 +02:00
Jan Tojnar d3259ed673
Merge branch 'master' into staging 2019-04-20 12:49:01 +02:00
Mario Rodas f6b2c345e3
sops: 3.2.0 -> 3.3.0 2019-04-18 08:08:36 -05:00
Frederik Rietdijk 2346182c2c Merge staging-next into staging 2019-04-18 08:26:30 +02:00