Commit graph

2037 commits

Author SHA1 Message Date
Timo Kaufmann 76f974f1bd
Merge pull request #48235 from dtzWill/update/pcsctools-1.5.3
pcsctools: 1.4.25 -> 1.5.3
2018-10-12 18:41:54 +02:00
Michael Francis 6ab21f4486 cfssl: allow building on all platforms (#48093) 2018-10-12 06:16:58 +00:00
Will Dietz 8b6248a823 pcsctools: 1.4.25 -> 1.5.3 2018-10-11 15:59:35 -05:00
Jon Banafato 68ad1f8774 keybase-gui: 2.5.0 -> 2.7.0 2018-10-11 16:46:12 -04:00
Jon Banafato 254c5a0100 kbfs: 2.5.0 -> 2.6.0 2018-10-11 16:45:43 -04:00
Jon Banafato 468d41db46 keybase: 2.5.0 -> 2.7.3 2018-10-11 16:44:43 -04:00
Renaud a5d839f874 nsjail: 2.2 -> 2.7 (#48024) 2018-10-10 23:33:43 +02:00
Lancelot SIX 20249caf14
Merge pull request #47977 from charles-dyfis-net/gnupg20-1compat-fix
gnupg1compat: fix compatibility with gnupg20
2018-10-10 15:04:27 +02:00
schneefux 3831ed4ad2 nitrokey-app: 1.3.1 -> 1.3.2 2018-10-08 14:28:51 +02:00
schneefux 031737126c neopg: 0.0.4 -> 0.0.5 2018-10-08 14:28:14 +02:00
schneefux eb5eacb0e9 nitrokey-app: use fetchFromGitHub instead of fetchgit 2018-10-08 14:23:03 +02:00
schneefux 15e23e5d92 neopg: use fetchFromGitHub instead of fetchgit 2018-10-08 14:04:21 +02:00
Charles Duffy 1e23714296
gnupg1compat: reintroduce symlinks, only when actually needed 2018-10-06 14:38:36 -05:00
Charles Duffy f7cd362ae4
gnupg20: set version variable to fix gnupg1compat
Presently, gnupg1compat only works with gnupg22. Without this change, the error

```
error: attribute 'version' missing, at .../nixpkgs/pkgs/tools/security/gnupg/1compat.nix:4:26
```

is emitted when evaluating

```
pkgs.gnupg1compat.override { gnupg = pkgs.gnupg20; }'
```
2018-10-06 12:21:05 -05:00
zimbatm 0bcbb97879
vault: 0.11.1 -> 0.11.2
changelog: https://github.com/hashicorp/vault/blob/v0.11.2/CHANGELOG.md
2018-10-06 16:59:40 +02:00
Matthew Bauer 70faf056b2
Merge pull request #47349 from charles-dyfis-net/sbsigntool-0.9.1
sbsigntool: 0.5 -> 0.9.1
2018-10-05 22:35:46 -05:00
R. RyanTM b49c4d2b2e eid-mw: 4.4.7 -> 4.4.8 (#47816)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eid-mw/versions
2018-10-05 15:14:31 +02:00
R. RyanTM 7cab295095 softhsm: 2.4.0 -> 2.5.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/softhsm/versions
2018-10-03 02:14:57 -07:00
Frederik Rietdijk 4d1abc4419
Merge pull request #47604 from NixOS/staging-next
Staging next
2018-10-02 18:22:18 +02:00
Felix Richter ee3c0cf534 gen-oath-safe: 2017-06-30 -> 0.11.0 (#47633) 2018-10-02 12:47:56 +02:00
Felix Richter 46e284aedd ifdnfc: init at 2016-03-01 (#47625) 2018-10-02 00:39:48 +02:00
Daiderd Jordan 1383c08f2c
Merge branch 'master' into staging-next 2018-10-01 19:42:07 +02:00
R. RyanTM 608b5b10de lynis: 2.6.8 -> 2.6.9 (#47015)
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
2018-09-28 22:41:04 +02:00
R. RyanTM 90ee5cbeb2 ccid: 1.4.29 -> 1.4.30 (#47332)
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
2018-09-28 22:29:19 +02:00
Will Dietz eb91037e7b tree-wide: patchelf used during build -> nativeBuildInputs
In a few cases it wasn't clear so I left them as-is.

While visiting these moved other things to nativeBuildInputs
when it was clear they were one of these cases:

* makeWrapper
* archive utilities (in order to unpack src)
  * a few of these might no longer be needed but leaving for another day
2018-09-28 11:43:16 -05:00
zimbatm 82cafa41cb vault: add completion deprecation notice 2018-09-28 15:42:18 +01:00
aszlig a70d3bab72
pcsc-cyberjack: Also install cjflash tool
This tool is necessary in order to update the firmware of the secoder.

The reason I've added this to a separate output "tools" is because it
clearly is not relevant for the PCSC driver itself and it's also very
rarely needed.

I've also verified wether the closure of the PCSC plugin env still only
contains the main output and that's the case.

There are also other tools - cjBingoTest and cjgeldkarte, where the
former doesn't compile due to cjeca32.h not being found and cjgeldkarte,
which does compile but tries to dlopen() the library and subsequently
fails.

Both of these tools however look like they're just performing tests and
are not very useful outside of development, so I opted to not include
them.

Signed-off-by: aszlig <aszlig@nix.build>
2018-09-27 04:30:21 +02:00
aszlig f37f34e3dc
pcsc-cyberjack: 3.99.5_SP09 -> 3.99.5_SP12
3.99.5_SP12:

  * Add support for cyberJack one MF

3.99.5_SP11:

  * Add support for cyberJack one

3.99.5_SP10:

  * Add support for SHUReader and SISReader
  * Update to the Reiner-SCT repository rev cyberJack@1305

Signed-off-by: aszlig <aszlig@nix.build>
2018-09-27 04:30:19 +02:00
Roman Volosatovs eb7b217182 go-2fa: Init at 1.1.0 2018-09-26 11:36:02 +02:00
John Ericson c701d6cb21 Merge remote-tracking branch 'upstream/master' into staging 2018-09-25 14:20:27 -04:00
Charles Duffy 5b30ab770e
sbsigntool: 0.5 -> 0.9.1 2018-09-25 12:15:46 -05:00
Vladimír Čunát 3a09a4b579
Merge branch 'master' into staging
Hydra: ?compare=1480463
2018-09-24 21:18:23 +02:00
R. RyanTM cb4eb106e4 eid-mw: 4.4.3 -> 4.4.7 (#47076)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eid-mw/versions
2018-09-24 17:20:55 +02:00
Samuel Dionne-Riel ef2b217812 qesteidutil: Fixes build from Qt upgrade. (#46083) 2018-09-23 10:14:48 +02:00
Frederik Rietdijk 14673d61ed Merge master into staging 2018-09-23 09:33:09 +02:00
Frederik Rietdijk 56853dc6d8
Merge pull request #45941 from NixOS/staging-next
Staging next
2018-09-23 09:31:28 +02:00
R. RyanTM cb212f78e0 nwipe: 0.24 -> 0.25 (#46996)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nwipe/versions
2018-09-21 17:56:11 +02:00
Uli Baum 5a9c916222 Revert "sudo: 1.8.24 -> 1.8.25 (#46057)"
This reverts commit d93aa1c50f.

Moved to master, no mass rebuild.
2018-09-19 08:50:25 +02:00
Will Dietz 2608649de7 sudo: 1.8.25 -> 1.8.25p1 (bugfix for systems w/o ppoll)
(cherry picked from commit b4308beb164c1e7e93bbed95697c734ef66e2da5)
2018-09-19 08:48:05 +02:00
Will Dietz b026786e77 sudo: 1.8.24 -> 1.8.25 (#46057)
https://www.sudo.ws/stable.html

(may need to scroll to the 1.8.25 notes
afternewer versions are released)

(cherry picked from commit d93aa1c50f)
2018-09-19 08:47:19 +02:00
Will Dietz 134929d9ac rhash: 2018-02-05 -> 1.3.6
Move to official release now that one exists
beyond the pinned git revision.
2018-09-18 16:56:47 -05:00
John Ericson 7319013ea1 Merge remote-tracking branch 'upstream/master' into staging 2018-09-18 16:55:42 -04:00
Frederik Rietdijk de419917a3 Merge master into staging-next 2018-09-18 18:44:48 +02:00
Mario Rodas 8dfd97a8b6 sops: 3.0.2 -> 3.1.0 2018-09-15 14:51:27 -05:00
Uli Baum 1df2560dde Merge branch 'master' into staging-next 2018-09-13 10:08:53 +02:00
Daiderd Jordan 89e52157c8
Merge pull request #46584 from LnL7/darwin-broken-a
broken darwin packages (a)
2018-09-13 00:05:42 +02:00
Daiderd Jordan b814881394
aws-okta: mark broken on darwin
Could be caused by our older 10.10.5 CoreFoundation.

    # github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain
    go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:35:33: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFDataCreate
    go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:61: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
    go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:98:41: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFStringCreateWithBytes
    go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:133: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal

/cc ZHF #45961
2018-09-12 23:14:41 +02:00
Daiderd Jordan 6e90c2e0bd
Merge pull request #46580 from zimbatm/vault-0.11.1
vault: 0.10.4 -> 0.11.1
2018-09-12 23:10:33 +02:00
R. RyanTM 14e7afdd95 lynis: 2.6.7 -> 2.6.8 (#46247)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
lynis
2018-09-12 22:58:07 +02:00
zimbatm 7880cd6752 vault: 0.10.4 -> 0.11.1
changelog: https://github.com/hashicorp/vault/blob/v0.11.1/CHANGELOG.md
2018-09-12 20:22:38 +01:00
Joachim Fasting 48abf865bc
tor: 0.3.3.9 -> 0.3.4.8 2018-09-11 14:44:10 +02:00
R. RyanTM 6682d04142 duo-unix: 1.9.20 -> 1.10.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/duo-unix/versions
2018-09-09 23:32:36 -05:00
Jan Malakhovski b7bd0561be Merge branch 'master' into staging 2018-09-08 22:08:32 +00:00
Michael Weiss 6d81d8254c monkeysphere: Correctly wrap the keytrans aliases (subcommands) 2018-09-07 15:20:50 +02:00
Michael Weiss 52d3fc4780 monkeysphere: Wrap all relevant programs 2018-09-07 12:24:41 +02:00
Michael Weiss 656b59e3db monkeysphere: 0.37 -> 0.41
TODO(WIP): This needs more testing and a module.
2018-09-06 15:13:13 +02:00
John Ericson 2dda26c9d4
Merge pull request #46079 from oxij/docheck/in-parallel
stdenv: implement enableParallelChecking option
2018-09-05 11:32:27 -04:00
Jan Malakhovski e48f2d0226 tor: disable parallel checking 2018-09-05 01:14:40 +00:00
Will Dietz d93aa1c50f sudo: 1.8.24 -> 1.8.25 (#46057)
https://www.sudo.ws/stable.html

(may need to scroll to the 1.8.25 notes
afternewer versions are released)
2018-09-04 23:25:51 +02:00
Vladimír Čunát 1428d00aa4
Merge branch 'master' into staging-next
Hydra: ?compare=1477053
2018-09-04 13:06:45 +02:00
rnhmjoj efef4acc7e
masscan: 1.0.4 -> 1.0.5 2018-09-04 00:25:23 +02:00
Kenny Shen 1c95066639 gnu-pw-mgr: 2.3.3 -> 2.4.2 (#45951) 2018-09-02 21:05:05 +02:00
Vladimír Čunát 2d6179d1e8
Merge branch 'master' into staging
A few trivial conflicts due to *Platforms mass replace.
2018-09-01 17:38:18 +02:00
Lancelot SIX e2d8e06a9f gnupg22: 2.2.9 -> 2.2.10 (#45809)
See https://lists.gnu.org/archive/html/info-gnu/2018-08/msg00010.html
for release information
2018-08-31 08:34:55 +02:00
John Ericson 2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
markuskowa b0401fa044 sshuttle: 0.78.3 -> 0.78.4 (#44895) 2018-08-30 11:11:33 +02:00
Frederik Rietdijk 8fbe3a484a Merge master into staging 2018-08-25 07:37:14 +02:00
Daniël de Kok c9c3663d3e pass: Fix dependencies on Darwin
password-store on Darwin does not pass unit tests in sandboxed
builds:

- 'openssl base64' is used on Darwin to compute base64. Add openssl
  to the environment of pass.
- t0200-edit-tests.sh tests 'pass edit', which uses hdid on Darwin.
  However hdid is not available in the sandbox.
2018-08-23 10:59:29 +02:00
Will Dietz 7c62994271 sudo: 1.8.23 -> 1.8.24 (#45476) 2018-08-22 23:33:46 +02:00
Cole Mickens 6d64024734 keybase: 2.1.0 -> 2.5.0 (#44698) 2018-08-22 22:57:22 +02:00
Vladimír Čunát 153a19df05
Merge branch 'master' into staging-next
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
Jörg Thalheim 96b9d77dd8
Merge pull request #45282 from markuskowa/lics-2
Add licenses
2018-08-19 09:03:31 +01:00
lewo e83d1ec2d3
Merge pull request #45188 from r-ryantm/auto-update/lynis
lynis: 2.6.6 -> 2.6.7
2018-08-19 09:48:04 +02:00
Markus Kowalewski 4920d7adb0
mktemp: update meta data 2018-08-17 23:44:13 +02:00
Vladimír Čunát 14aa936ec5
Merge branch 'staging-next' into staging 2018-08-17 20:53:27 +02:00
Vladimír Čunát 209730208a
Merge branch 'staging-next' 2018-08-17 20:51:31 +02:00
Vladimír Čunát cbabebcc2e
Merge branch 'master' into staging-next
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Johan Thomsen 85488545d8 cfssl: Add patch for stripping authkey whitespaces 2018-08-17 13:00:09 +02:00
R. RyanTM 55ae037abf lynis: 2.6.6 -> 2.6.7
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.
2018-08-16 21:55:44 -07:00
Will Dietz 4cea1c16d1 ssdeep: 2.13 -> 2.14.1 (#45114)
"New" project maintainer, move to github.
2018-08-16 21:45:52 +02:00
Peter Hoeg cd951e39f2 spectre-meltdown-checker: minor cleanup 2018-08-16 10:53:31 +08:00
Peter Hoeg 1d07d8ec4c spectre-meltdown-checker: 0.38 -> 0.39 2018-08-16 10:32:23 +08:00
Sarah Brofeldt 9f234788e4 aws-iam-authenticator: init at 2018-07-29 (#44863) 2018-08-14 01:03:56 +02:00
Vladimír Čunát ded9a4b1aa
Merge branch 'staging-next' into staging
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Vladimír Čunát 5b0398dc36
Merge branch 'master' into staging-next
Conflicts: gobby and libinfinity - I took the hand-edited versions
instead of those resuting from the mass-replacement.

Hydra: ?compare=1473190
2018-08-13 20:43:59 +02:00
Vladimír Čunát 00df25ee57
Merge branch 'master' into staging-next
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Tor Hedin Brønner 580cab57e4
wget, fwknop: fixup after configureFlags refactoring 2018-08-12 10:08:46 +02:00
Sarah Brofeldt 0e7076ecc7
Merge pull request #44898 from LnL7/vault-0.10.4
vault: 0.10.3 -> 0.10.4
2018-08-12 09:40:30 +02:00
Timo Kaufmann 921e5ceef3
Merge pull request #44894 from markuskowa/sqlite-lic
Fix licenses (#43716)
2018-08-11 15:31:29 +02:00
Daiderd Jordan bf2d73ca84
vault: 0.10.3 -> 0.10.4 2018-08-11 14:47:54 +02:00
Markus Kowalewski 6aa7ef1133
sshuttle: add license 2018-08-11 14:36:01 +02:00
Yegor Timoshenko 501607e0ee
Merge pull request #43068 from yegortimoshenko/qdigidoc
libdigidoc, libdigidocpp, qdigidoc updates
2018-08-11 13:13:22 +03:00
Jan Malakhovski c2d335fb07 pass: convert check to installcheck, fix tests 2018-08-11 09:35:29 +00:00
Jan Malakhovski 15bf17a3f8 paperkey: fix tests 2018-08-11 09:35:21 +00:00
Pascal Wittmann c53c9986bd
Merge pull request #44358 from NixOS/add-missing-licenses
Add missing licenses
2018-08-11 11:32:58 +02:00
Sarah Brofeldt b92956d4c6
Merge pull request #44819 from imalsogreg/okta-aws-init
aws-okta: init at 0.19.0
2018-08-11 10:48:28 +02:00
Pascal Wittmann a34579e01e
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/tools/networking/network-manager/fortisslvpn.nix
2018-08-11 09:36:34 +02:00
Greg Hale 24fa3c20c5 aws-okta: init at 0.19.0 2018-08-10 10:42:39 -04:00
Yegor Timoshenko 4b61b7814e qdigidoc: fetch TSL info 2018-08-10 14:02:25 +03:00
Jörg Thalheim 781986d1b6
Merge pull request #44862 from jfrankenau/update-pass
pass: 1.7.2 -> 1.7.3
2018-08-10 11:15:49 +01:00
Yegor Timoshenko 02644780d2 qdigidoc: enableParallelBuilding = false 2018-08-10 13:02:23 +03:00
Yegor Timoshenko c47995a4e3 qdigidoc: 3.12.0.1442 -> 3.13.6 2018-08-10 13:02:23 +03:00
Johannes Frankenau 3a18a03f0a pass: 1.7.2 -> 1.7.3 2018-08-10 09:56:27 +02:00
Frederik Rietdijk d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +02:00
Pascal Wittmann af8cd3c74e
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
Cole Mickens ca79107a79 keybase-gui: 2.3.0 -> 2.5.0 (#44705) 2018-08-09 11:00:30 +02:00
Cole Mickens 1611d1d158 kbfs: 2.1.1 -> 2.5.0 (#44697) 2018-08-09 10:46:36 +02:00
Jörg Thalheim 3dbc44b00c
Merge pull request #44794 from r-ryantm/auto-update/ccrypt
ccrypt: 1.10 -> 1.11
2018-08-09 07:07:55 +01:00
adisbladis 8ab945be1c
Merge pull request #44775 from r-ryantm/auto-update/hashcat
hashcat: 4.1.0 -> 4.2.1
2018-08-09 13:55:12 +08:00
R. RyanTM 5c173bd880 ccrypt: 1.10 -> 1.11
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ccrypt/versions.
2018-08-08 18:59:31 -07:00
R. RyanTM 500319c4b6 hashcat: 4.1.0 -> 4.2.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/hashcat/versions.
2018-08-08 16:15:05 -07:00
R. RyanTM 542b8ed589 spectre-meltdown-checker: 0.37 -> 0.38 (#44688)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/spectre-meltdown-checker/versions.
2018-08-08 10:49:37 +02:00
Michael Weiss 1c14829a67 fwknop: 2.6.9 -> 2.6.10 2018-08-07 11:19:52 +02:00
Yegor Timoshenko 0d7170cb85
Merge pull request #44459 from kirelagin/b2sum
b2sum: init at 20160619
2018-08-06 15:03:53 +03:00
Yegor Timoshenko dbdbdaf1c6
b2sum: use fetchzip, clean up 2018-08-06 14:47:29 +03:00
Pascal Wittmann f7be21f4c9
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/development/libraries/exiv2/default.nix
        Set license to gpl2Plus
2018-08-06 12:04:52 +02:00
jpathy 8a9733361e ccid: 1.4.27 -> 1.4.29 (#44503)
Also update the non-existent homepage and download link.
2018-08-05 16:32:15 +02:00
Pascal Wittmann 31b8aebded
dirmngr: add license
see issue #43716
2018-08-05 16:27:34 +02:00
Pascal Wittmann 2bc6257cfd
sbsigntool: add license
see issue #43716
2018-08-04 18:54:35 +02:00
Pascal Wittmann 6482d5c3d1
seccure: add license
see issue #43716
2018-08-04 18:42:30 +02:00
Kirill Elagin 121c264c7b b2sum: Update to master 2018-08-04 18:54:22 +03:00
Pascal Wittmann 49a39aac3e
ssss: add license
see issue #43716
2018-08-04 17:00:58 +02:00
Kirill Elagin 74732ec298
b2sum: init at 20160619 2018-08-04 17:59:20 +03:00
Tuomas Tynkkynen 008fd5fcf5 Merge remote-tracking branch 'upstream/master' into staging 2018-08-04 15:17:42 +03:00
John Ericson 7a337cde31
Merge pull request #44423 from obsidiansystems/configureFlags-cleanup
treewide: All configureFlags are lists
2018-08-03 17:49:01 -04:00
John Ericson db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
John Ericson 85a9913edd treewide: Make more complicated configureFlags lists 2018-08-03 17:06:03 -04:00
Justin Humm b8da5fc4bd pius: introduce perl as buildInput (#44415)
Otherwise, pius-party-worksheet would be unusable.

(cherry picked from commit 4dbf327d924d454a931c93da3eb4c6e8a13935a2)
2018-08-03 20:36:08 +02:00
Johan Thomsen 505007471d certmgr: init at 1.6.1 2018-08-03 17:35:46 +02:00
Lancelot SIX b9fbcfb487 gnupg: 2.2.8 -> 2.2.9 (#43431)
See https://lists.gnu.org/archive/html/info-gnu/2018-07/msg00003.html
for release information.
2018-08-02 21:39:13 +02:00
Lluís Batlle i Rossell f54b387b63 Merge remote-tracking branch 'central/master' into viric_clean 2018-07-28 19:25:14 +02:00
Johan Thomsen 75e71ad216 cfssl: 20170527 -> 1.3.2 2018-07-26 11:20:36 +02:00
Matthew Bauer 444857b15c
Merge pull request #43048 from Nadrieril/passff-host
passff-host: init at 1.0.2
2018-07-25 13:27:02 -04:00
Jörg Thalheim b80c56ed90
Merge pull request #44011 from mkaito/fix-tor
tor: fix failing Hydra build
2018-07-23 15:01:00 +01:00
Michishige Kaito f66ad737a4 tor: fix failing Hydra build 2018-07-23 14:54:32 +01:00
Christian Kauhaus 881ea26382 vulnix: 1.7 -> 1.7.1
Closes NixOS/nixpkgs#43999
2018-07-23 15:39:37 +02:00
Lluís Batlle i Rossell 66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Frederik Rietdijk cc071ece30
Merge pull request #43918 from r-ryantm/auto-update/pass-import
passExtensions.pass-import: 2.2 -> 2.3
2018-07-22 08:41:46 +02:00
volth cc55a3ebcb treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
R. RyanTM 420a813b93 passExtensions.pass-import: 2.2 -> 2.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/pass-import/versions.
2018-07-21 13:02:09 -07:00
Jörg Thalheim 44aca430c3
Merge pull request #43869 from volth/unused5
pkgs/*: remove unreferenced function arguments
2018-07-21 15:57:57 +01:00
Michishige Kaito 8cf22dea82 gopass: 1.8.1 -> 1.8.2 2018-07-21 13:59:50 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Christian Kauhaus 69454943b7 vulnix: 1.6.3 -> 1.7
The updated version brings selective whitelisting, i.e. when some CVEs
of a package are whitelisted and others are not, only the new CVEs are
reported.

Also correct license to match upstream BSD-3-Clause and clean up source.
2018-07-20 15:24:40 +02:00
Pascal Wittmann a5ade790b4 gencfsm: fix build 2018-07-20 14:05:22 +02:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Márton Boros b3c3df4007 keybase-gui: fix kbfs mount path check (#40080) 2018-07-17 11:47:55 -04:00
Frederik Rietdijk 3c09808160 Merge master into staging-next 2018-07-16 07:43:37 +02:00
Franz Pletz 86e27e29c4
clamav: 0.99.4 -> 0.100.1 2018-07-16 00:04:44 +02:00
Franz Pletz 472ab64e0f
nitrokey-app: 1.2 -> 1.3.1 2018-07-15 21:41:46 +02:00