Jörg Thalheim
b16f32acd4
Merge pull request #57822 from illegalprime/nmap-optional-lua
...
nmap: lua scripting support is optional
2019-03-18 10:10:31 +00:00
Peter Hoeg
31e4f1dbf6
mpw: point upgrade and minor cleanups
2019-03-18 11:56:58 +08:00
Michael Eden
e532d292d7
nmap: lua scripting support is optional
2019-03-16 16:35:12 -04:00
Michael Eden
268f15915b
gnupg: use config flags to find lib prefix instead of their binary tools
2019-03-16 16:29:38 -04:00
Vladyslav M
92f96b51d1
Merge pull request #57516 from r-ryantm/auto-update/yara
...
yara: 3.8.1 -> 3.9.0
2019-03-15 23:49:05 +02:00
Pierre Bourdon
abe667ce06
tpm2-tools: 3.1.3 -> 3.1.4
2019-03-15 01:34:24 +01:00
Jörg Thalheim
8f9e283f92
Merge pull request #56959 from ck3d/ghidra
...
initial ghidra-9.0
2019-03-14 15:54:30 +00:00
Ryan Mulligan
8c0abe74f0
Merge pull request #57366 from r-ryantm/auto-update/pius
...
pius: 2.2.6 -> 2.2.7
2019-03-14 07:41:32 -07:00
Ryan Mulligan
e20ee8a710
Merge pull request #57386 from kierdavis/pius-fix-dependencies
...
pius: fix dependencies
2019-03-13 19:44:26 -07:00
Christian Kögler
2385d153ba
ghidra: use autoPatchelfHook
2019-03-13 22:49:43 +01:00
Christian Kögler
631faad148
initial ghidra-9.0
...
I tested basic usage of tool CodeBrowser.
The tool VersionTracking raises an error.
2019-03-13 22:49:32 +01:00
worldofpeace
128d96e3c3
gopass: 1.8.4 -> 1.8.5
...
https://github.com/gopasspw/gopass/releases/tag/v1.8.5
2019-03-13 01:33:59 -04:00
R. RyanTM
457d188338
yara: 3.8.1 -> 3.9.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-03-12 05:48:33 -07:00
Wael M. Nasreddine
7cb4e4b343
vault: export GOCACHE in the preBuild phase
...
TMPDIR, in `GOCACHE = "$TMPDIR";`, will not be intepreted when it's set
outside of a phase.
2019-03-11 09:59:20 -07:00
Kier Davis
d700803323
pius: fix dependencies
...
`perl` needs to be a native build input to ensure that it is
present in `PATH` during the build, allowing `patchShebangs` to
correctly fix the shebang in `pius-party-worksheet`. Previously,
the shebang was left as `/usr/bin/perl` because `perl` could not
be found by `patchShebangs`.
`six` is a required dependency of `pius` and likely should have
been included in the derivation a long time ago, since the `pius`,
`pius-report` and `pius-keyring-mgr` commands are broken without it.
Annoyingly, `pius` still uses `distutils` rather than `setuptools`
which seems to happily install the package without checking that
its dependencies have been installed.
2019-03-11 13:43:49 +00:00
R. RyanTM
a8ef518785
pius: 2.2.6 -> 2.2.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/pius/versions
2019-03-11 03:59:32 -07:00
R. RyanTM
41a5459661
modsecurity_standalone: 2.9.2 -> 2.9.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/modsecurity/versions
2019-03-10 17:50:38 -07:00
Vladyslav M
ad2cbb8029
Merge pull request #57110 from volth/gtkdoc
...
gnome2.gtkdoc -> gtk-doc
2019-03-10 11:31:41 +02:00
Christian Kauhaus
2172f4bd07
vulnix: 1.7.1 -> 1.8.0
2019-03-09 18:37:42 +01:00
Pascal Wittmann
2e1217fb48
aide: 0.16 -> 0.16.1
2019-03-09 13:33:11 +01:00
volth
4e2c477cf8
gnome2.gtkdoc -> gtk-doc
...
fix evaluation when `config.allowAliases` == false
(regression after https://github.com/NixOS/nixpkgs/pull/56791 )
2019-03-09 11:24:01 +00:00
Carlos D
5bcf9e29ca
sshuttle: 0.78.4 -> 0.78.5
2019-03-06 11:37:33 +11:00
Jörg Thalheim
27cb0669c6
Merge pull request #56500 from kalbasit/nixpkgs_add-support-go-1-12
...
go_1_12: init at go 1.12
2019-03-04 14:22:27 +00:00
Wael M. Nasreddine
6ef04cabd4
go_1_12: init at go 1.12
2019-03-02 14:24:17 -08:00
Michael Weiss
f1e72eff33
signing-party: 2.8 -> 2.9
2019-03-02 10:20:12 +01:00
Frederik Rietdijk
2fcb11a244
Merge staging-next into master
2019-03-01 09:06:20 +01:00
John Ericson
8293ab8461
Merge pull request #56408 from Mic92/runtime-shell
...
treewide: use runtimeShell instead of stdenv.shell whenever possible
2019-02-26 18:04:27 -05:00
John Ericson
f07097902c
pinentry: Use lib.string.{enable,with}Feature to avoid duplication
2019-02-26 13:22:08 -05:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Sarah Brofeldt
fe2a2b3ed5
Merge pull request #56356 from johanot/certmgr-1.6.4
...
certmgr: 1.6.1 -> 1.6.4
2019-02-25 20:09:03 +01:00
Johan Thomsen
b5c81d0154
certmgr: 1.6.1 -> 1.6.4
2019-02-25 17:26:00 +01:00
Ryan Mulligan
d97724e9ff
Merge pull request #53849 from guillaumekoenig/master
...
enpass: 5.6.5 -> 6.0.1
2019-02-24 13:55:18 -08:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
Vladimír Čunát
4ba49d3d6c
Merge #55988 : treewide meta.platforms: linux -> unix
2019-02-22 07:59:34 +01:00
Frederik Rietdijk
5871da418f
Merge staging into python-unstable
2019-02-21 08:02:10 +01:00
Frederik Rietdijk
e2cd07b997
Merge staging-next into staging
2019-02-21 07:54:33 +01:00
Vladimír Čunát
32767d139f
Merge branch 'staging-next'
...
This round is without the systemd CVE,
as we don't have binaries for that yet.
BTW, I just ignore darwin binaries these days,
as I'd have to wait for weeks for them.
2019-02-20 09:38:45 +01:00
Pierre Bourdon
d21e4f1ab4
tpm2-tools: init at 3.1.3
2019-02-19 20:02:31 +01:00
Pierre Bourdon
67d912af0a
ibm-sw-tpm2: init at 1332
2019-02-19 20:02:31 +01:00
Matthew Bauer
b1bbd94bb6
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-18 20:36:48 -05:00
Frederik Rietdijk
815b77cbe6
Merge master into staging-next
2019-02-18 14:18:04 +01:00
Freezeboy
8f87a61de2
Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
2019-02-18 10:56:58 +01:00
Ryan Mulligan
b75eab88bd
Merge pull request #53876 from thefloweringash/bitwarden-cli
...
bitwarden-cli: init at 1.7.0
2019-02-17 21:41:45 -08:00
worldofpeace
0faa6bab50
Merge pull request #55248 from r-ryantm/auto-update/lynis
...
lynis: 2.7.0 -> 2.7.1
2019-02-17 15:44:19 +00:00
Frederik Rietdijk
d2c3fd5af0
Python: fix outfall after setting strictDeps = true;
2019-02-17 14:40:54 +01:00
Frederik Rietdijk
d40bd10e68
vulnix: ronn is a native build input
2019-02-17 14:40:51 +01:00
Vladimír Čunát
f7f1a2f54e
Merge branch 'master' into staging-next
...
A mass darwin rebuild from master (#55784 ).
2019-02-17 08:05:24 +01:00
Jaka Hudoklin
fa6e25da50
Merge pull request #55827 from r-ryantm/auto-update/rofi-pass
...
rofi-pass: 2.0.1 -> 2.0.2
2019-02-16 13:13:31 +01:00
Frederik Rietdijk
fd48a94b62
Merge staging-next into staging
2019-02-16 09:30:46 +01:00
Frederik Rietdijk
6fe10d2779
Merge master into staging-next
2019-02-16 09:29:54 +01:00
Jaka Hudoklin
7e09befcea
Merge pull request #55813 from r-ryantm/auto-update/vault
...
vault: 1.0.2 -> 1.0.3
2019-02-15 19:48:59 +01:00
R. RyanTM
3e4eb0aed6
rofi-pass: 2.0.1 -> 2.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/rofi-pass/versions
2019-02-15 04:54:24 -08:00
volth
293ca25fea
mkp224o: init at 1.2.0 ( #55104 )
...
* mkp224o: init at 1.2.0
* mkp224o: remove unwanted spaces
2019-02-15 11:52:46 +01:00
R. RyanTM
59641ac201
vault: 1.0.2 -> 1.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/vault/versions
2019-02-15 00:55:29 -08:00
Jan Tojnar
606ceda352
gnome3: stop using aliases
2019-02-14 02:31:15 +01:00
Robert Scott
d3414f4132
libdislocator: init at 2.52b
2019-02-13 22:06:33 +00:00
Will Dietz
a3db3e5d12
gnupg: 2.2.12 -> 2.2.13
...
https://dev.gnupg.org/T4290
2019-02-12 12:55:11 -06:00
Matthew Bauer
5c09d977c7
Merge remote-tracking branch 'origin/master' into staging
2019-02-09 12:14:06 -05:00
Vladimír Čunát
7f9e3b8206
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1504357
2019-02-09 10:15:17 +01:00
worldofpeace
ce8c243699
keybase-gui: drop gnome2.GConf
2019-02-08 03:35:27 +00:00
worldofpeace
6d9c5259cf
keybase-gui: 2.13.1 -> 3.0.0
2019-02-08 03:35:27 +00:00
worldofpeace
1f332e7b54
keybase: 2.13.1 -> 3.0.0
2019-02-08 03:35:27 +00:00
Vladimír Čunát
ff101946a8
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1503899
2019-02-06 14:24:46 +01:00
R. RyanTM
75b3e6753e
lynis: 2.7.0 -> 2.7.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/lynis/versions
2019-02-04 19:25:56 -08:00
Will Dietz
994c3eaec8
rhash: run functional tests not consistency of source dist :)
2019-02-04 01:49:02 -06:00
Will Dietz
bffabe5de1
rhash: 1.3.6 -> 1.3.8
...
https://github.com/rhash/RHash/releases/tag/v1.3.8
https://github.com/rhash/RHash/releases/tag/v1.3.7
2019-02-04 01:49:02 -06:00
Michael Weiss
5b8a861c44
signing-party: Update meta.homepage
...
The current repository (debian/signing-party) was actually the old one
(last activity 4 months ago) and signing-party-team/signing-party is the
new upstream repository.
2019-02-03 14:59:41 +01:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging
2019-02-01 09:42:53 +01:00
Vladimír Čunát
5effa4e0f9
Merge branch 'master' into staging-next
...
Comments on conflicts:
- llvm: d6f401e1
vs. 469ecc70
- docs for 6 and 7 say the default is
to build all targets, so we should be fine
- some pypi hashes: they were equivalent, just base16 vs. base32
2019-02-01 09:22:29 +01:00
Franz Pletz
72f324dbc7
Merge pull request #45567 from johanot/certmgr-rootca-patch
...
certmgr: Add patch for optional trust of self-signed certificates at remote cfssl apiserver
2019-01-30 17:37:42 +00:00
Michael Weiss
e53065a7fa
Merge pull request #54768 from r-ryantm/auto-update/monkeysphere
...
monkeysphere: 0.42 -> 0.43
2019-01-28 16:26:35 +01:00
Michael Weiss
829d105b58
monkeysphere: Fix the Ed25519 tests
...
The Ed25519 test was failing inside of the sandbox because /dev/tty is
not available:
### generating ed25519 key for testuser...
gpg: cannot open '/dev/tty': No such device or address
FAILED!
2019-01-28 16:18:39 +01:00
Michael Weiss
2a051165d5
signing-party: 2.7 -> 2.8
2019-01-28 15:07:25 +01:00
R. RyanTM
719b7dcfb1
monkeysphere: 0.42 -> 0.43
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/monkeysphere/versions
2019-01-28 00:00:02 -08:00
Matthew Bauer
92f0f8dd68
Merge remote-tracking branch 'NixOS/master' into staging
2019-01-27 00:01:13 -05:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Alyssa Ross
f483563b79
pgpdump: broaden platforms
...
Builds fine on Darwin.
2019-01-25 15:08:44 +00:00
Franz Pletz
016128dd93
certmgr: move selfsigned patch into a separate attribute
2019-01-24 12:10:33 +01:00
Johan Thomsen
72eb82b687
certmgr: Add patch for optional trust of self-signed certificates at remote cfssl apiserver
2019-01-24 11:55:49 +01:00
Graham Christensen
2707a6d481
efitools: init at 1.9.2
2019-01-22 10:23:50 -05:00
Vladimír Čunát
3fe32b675e
Merge branch 'master' into staging
2019-01-22 15:59:42 +01:00
Wael M. Nasreddine
f466c9f961
keybase: switch to fetchurl for sha256 consistency on Darwin
...
fetchFromGitHub and thus fetchzip hashes the contents of the archive and
not the archive itself. Unicode file names lead to different checksums
on HFS+ vs. other file systems because of Unicode normalisation
2019-01-20 16:59:41 -08:00
Emmanuel Rosa
66d844ba59
keybase-gui: 2.13.0 -> 2.13.1
2019-01-20 16:59:41 -08:00
Emmanuel Rosa
239dc141bd
keybase: 2.11.0 -> 2.13.1
2019-01-20 16:59:41 -08:00
Frederik Rietdijk
d531da6f8a
Merge pull request #54094 from rnhmjoj/shell
...
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-19 14:15:51 +01:00
Frederik Rietdijk
f8b45e2d84
Merge staging-next into staging
2019-01-19 09:24:01 +01:00
Will Dietz
e7f86448c5
Merge pull request #53908 from dtzWill/update/sudo-1.8.27
...
sudo: 1.8.26 -> 1.8.27
2019-01-18 21:32:04 -06:00
R. RyanTM
4ae30e299b
clamav: 0.101.0 -> 0.101.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/clamav/versions
2019-01-17 17:40:28 -08:00
rnhmjoj
bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-16 20:37:15 +01:00
worldofpeace
3fb653a482
Merge pull request #54032 from r-ryantm/auto-update/vault
...
vault: 1.0.1 -> 1.0.2
2019-01-16 03:25:08 -05:00
R. RyanTM
7d5db9fbcb
vault: 1.0.1 -> 1.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/vault/versions
2019-01-15 23:19:48 -08:00
Will Dietz
fcb4d11757
torsocks: 2.2.0 -> 2.3.0
...
https://github.com/dgoulet/torsocks/blob/v2.3.0/ChangeLog
2019-01-15 15:24:55 -06:00
nyanloutre
fb20a29e72
wpscan: 3.4.0 -> 3.4.3
2019-01-14 10:36:14 +01:00
Will Dietz
0b0284867b
sudo: 1.8.26 -> 1.8.27
...
https://www.sudo.ws/stable.html#1.8.27
2019-01-13 17:38:40 -06:00
Andrew Childs
844331dd18
bitwarden-cli: init at 1.7.0
2019-01-13 21:49:41 +09:00
Guillaume Koenig
f6a3be1f44
enpass: 5.6.5 -> 6.0.1
2019-01-12 16:13:08 +01:00
Joachim F
988ca691c4
Merge pull request #53683 from dtzWill/update/tor-3.5.7
...
tor: 0.3.4.9 -> 0.3.5.7, add few deps
2019-01-10 17:12:57 +00:00
Andreas Rammhold
4aa8a81092
Merge pull request #53711 from andir/ecdsautils
...
ecdsautils: updated source to new location
2019-01-09 22:49:55 +01:00
Andreas Rammhold
ff01f0ae19
ecdsautils: updated source to new location
2019-01-09 22:20:19 +01:00
Andreas Rammhold
84e1e62730
gopass: 1.8.3 -> 1.8.4
2019-01-09 22:08:58 +01:00
Will Dietz
6b3943d07d
tor: 0.3.4.10 -> 0.3.5.7
...
(thank you, update script!)
2019-01-08 21:31:28 -06:00
Will Dietz
5db46cf3f1
tor: lzma, zstd, scrypt deps
2019-01-08 21:31:27 -06:00
Will Dietz
91859c0504
tor: 0.3.4.9 -> 0.3.4.10
...
https://lists.torproject.org/pipermail/tor-announce/2019-January/000171.html
FWIW, in the ChangeLog (in the source, sorry) it mentions:
As a reminder, the Tor 0.3.4 series will be supported until 10 June
2019. Some time between now and then, users should switch to the Tor
0.3.5 series, which will receive long-term support until at least 1
Feb 2022.
So we should consider moving to 0.3.5 "soon" :).
2019-01-08 21:31:25 -06:00
Roman Volosatovs
3bc3772677
keybase-gui: 2.11.0 -> 2.13.0
2019-01-08 14:21:57 -05:00
Roman Volosatovs
563d4e2a77
keybase: 2.10.1 -> 2.11.0
2019-01-08 14:21:57 -05:00
Roman Volosatovs
a3a0742919
kbfs: 2.10.1 -> 2.11.0
2019-01-08 14:21:57 -05:00
Peter Hoeg
b7053e7500
Merge pull request #53617 from r-ryantm/auto-update/kwalletcli
...
kwalletcli: 3.01 -> 3.02
2019-01-08 13:21:54 +08:00
R. RyanTM
f312f66b4d
kwalletcli: 3.01 -> 3.02
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kwalletcli/versions
2019-01-07 19:12:54 -08:00
Jan Tojnar
76d8df7b32
hashcat: clean up with placeholder
2019-01-08 03:51:22 +01:00
Jan Tojnar
153c0bdb6a
Merge pull request #52075 from kisonecat/master
...
hashcash: init at 1.22
2019-01-08 03:45:24 +01:00
Jim Fowler
6b8c09bffc
more idiomatic nix
2019-01-07 21:06:09 -05:00
R. RyanTM
96ea9e8917
sshguard: 2.3.0 -> 2.3.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/sshguard/versions
2019-01-06 19:06:16 -05:00
Frederik Rietdijk
e5381cdece
Merge master into staging-next
2019-01-06 09:36:23 +01:00
Jörg Thalheim
9d8ccfe00f
Merge pull request #51398 from risicle/ris-afl-qemu-fix
...
afl-qemu: update to qemu 2.10.0, as specified by afl 2.52b
2019-01-06 01:50:55 +01:00
Jörg Thalheim
e2b79b10b5
afl: various cleanups
2019-01-05 17:22:24 +01:00
Jörg Thalheim
5da3d039d4
qemu-afl: various cleanups
2019-01-05 17:22:06 +01:00
Frederik Rietdijk
9618abe87c
Merge master into staging-next
2019-01-04 21:13:19 +01:00
R. RyanTM
d278db3cdf
eid-mw: 4.4.11 -> 4.4.13
...
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
2019-01-03 15:07:10 -08:00
Frederik Rietdijk
092e3b50a8
Merge master into staging-next
2019-01-02 21:08:27 +01:00
Jan Tojnar
c5c2ac4f45
qrencode: merge with libqrencode
2019-01-01 17:19:07 +01:00
Frederik Rietdijk
070290bda7
Merge master into staging-next
2018-12-31 12:00:36 +01:00
Franz Pletz
8cec0f0fc9
bettercap: 2.4 -> 2.11
2018-12-31 02:44:01 +01:00
R. RyanTM
c31c0558dd
sshguard: 2.2.0 -> 2.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/sshguard/versions
2018-12-30 18:27:05 -05:00
R. RyanTM
ae0f5d2705
diceware: 0.9.5 -> 0.9.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/diceware/versions
2018-12-26 10:34:06 +01:00
Jan Tojnar
ef935fa101
Merge branch 'master' into staging
2018-12-24 15:02:29 +01:00
Justin Humm
35b6b892f7
Revert "neopg: 0.0.4 -> 0.0.5"
...
This broke the build, as the bump introduced test failures. Revert to a
working version.
This reverts commit 031737126c
.
2018-12-23 22:42:38 +01:00
Robert Scott
5a09820a13
afl-qemu: update to qemu 2.10.0, as specified by afl 2.52b
...
refresh patches & configure options directly from afl 2.52b to make
installation as vanilla as possible
2018-12-22 21:07:26 +00:00
R. RyanTM
76e7572a1f
vault: 1.0.0 -> 1.0.1 ( #52664 )
...
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
2018-12-22 11:09:02 +01:00
Samuel Dionne-Riel
3c38cc8058
Merge pull request #51813 from samueldr/aarch64/disable-non-arm-builds-part-1
...
aarch64: ZHF for aarch64 (1/??)
2018-12-20 21:06:52 -05:00
Michael Weiss
ca0c253a80
monkeysphere: Patch OpenSSH to run the tests in the sandbox
2018-12-20 16:50:20 +01:00
Will Dietz
19f303a144
gnupg: 2.2.11 -> 2.2.12
...
https://dev.gnupg.org/T4289
2018-12-19 09:14:43 +01:00
Frederik Rietdijk
9ab61ab8e2
Merge staging-next into staging
2018-12-19 09:00:36 +01:00
volth
fed7914539
Merge branch 'staging' into make-perl-pathd
2018-12-18 17:13:27 +00:00
Jörg Thalheim
1148ce1b60
Merge pull request #52062 from volth/perl526-drop
...
perl526: drop
2018-12-18 17:02:01 +00:00
Renaud
52ea0af297
Merge pull request #52092 from gnidorah/fprint
...
fprint: update packages
2018-12-18 14:06:22 +01:00
gnidorah
26f6c15a42
fprintd: 0.8.0 -> 0.8.1
2018-12-17 20:54:06 +03:00
Renaud
ee82749bdb
Merge pull request #52314 from r-ryantm/auto-update/eid-mw
...
eid-mw: 4.4.9 -> 4.4.11
2018-12-17 18:50:07 +01:00
Mario Rodas
c32752fb12
gopass: 1.8.2 -> 1.8.3
2018-12-16 19:09:43 -05:00
Jörg Thalheim
fe8b5be61d
Merge pull request #52007 from r-ryantm/auto-update/shc
...
shc: 4.0.0 -> 4.0.1
2018-12-16 17:37:00 +00:00
R. RyanTM
3f4dbf5b41
clamav: 0.100.2 -> 0.101.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/clamav/versions
2018-12-16 16:42:02 +00:00
R. RyanTM
155e78514f
duo-unix: 1.11.0 -> 1.11.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/duo-unix/versions
2018-12-16 17:11:22 +01:00
R. RyanTM
08e45895a5
eid-mw: 4.4.9 -> 4.4.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/eid-mw/versions
2018-12-15 22:16:51 -08:00
R. RyanTM
ded61975cc
pcsctools: 1.5.3 -> 1.5.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/pcsc-tools/versions
2018-12-14 21:51:30 -08:00
volth
bb9557eb7c
lib.makePerlPath -> perlPackages.makePerlPath
2018-12-15 03:50:31 +00:00
Jörg Thalheim
6206a783d5
hashcash: simplify installation
2018-12-14 18:07:36 +00:00
gnidorah
6b77a7f8bf
fprint_demo: drop package
...
https://fprint.freedesktop.org/
fprint_demo is obsolete. Most features are integrated into fprintd’s helpers, and libfprint has an examples section
2018-12-14 21:03:18 +03:00
volth
6d2edfb0b8
treewide: remove aliases evaluated to null
2018-12-14 16:27:53 +00:00
Jim Fowler
e66d307497
hashcash: init at 1.22
2018-12-14 11:11:07 -05:00
Jim Fowler
ad0d03283b
hashcash from http://hashcash.org
2018-12-14 11:04:17 -05:00
R. RyanTM
4bc630aa65
shc: 4.0.0 -> 4.0.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/shc/versions
2018-12-14 00:17:55 -08:00
Samuel Dionne-Riel
448302d8e9
b2sum: Disable for aarch64-linux
2018-12-10 14:55:20 -05:00
Frederik Rietdijk
5f554279ec
Merge master into staging-next
2018-12-07 15:22:35 +01:00
Gürkan Gür
007e177f90
passExtensions.pass-genphrase: init at 0.1
2018-12-06 21:40:52 +01:00
zimbatm
7faa6723d6
Merge pull request #51524 from zimbatm/vault-1.0.0
...
vault: 0.11.5 -> 1.0.0
2018-12-05 21:13:07 +01:00
zimbatm
c8091a8995
vault: 0.11.5 -> 1.0.0
2018-12-05 14:52:04 +01:00
Renaud
b38dd07eaa
nsjail: fix path to new{u|g}idmap ( #51523 )
2018-12-04 22:47:48 +01:00
Jörg Thalheim
bf90c317ec
Merge pull request #51417 from jvassev/vault
...
vault: 0.11.2 -> 0.11.5
2018-12-04 10:58:34 +00:00
Domen Kožar
4cf1d88d12
chrome-token-signing: fix path to opensc-pkcs11
2018-12-03 17:18:21 +00:00
Frederik Rietdijk
a510aa2672
Merge master into staging-next
2018-12-03 12:18:43 +01:00
Julian Vassev
15383e8403
vault: 0.11.2 -> 0.11.5
...
Update bash completion method as described in
https://www.vaultproject.io/docs/commands/#autocompletion
2018-12-02 15:37:56 -08:00
c0bw3b
0498ccd076
Treewide: use HTTPS on GNU domains
...
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
c0bw3b
a04a512f34
Treewide: use HTTPS on NonGNU domains
2018-12-02 15:21:04 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Michael Weiss
bdb007ddce
monkeysphere: Update the comment why the tests don't run
2018-11-30 21:33:30 +01:00
Frederik Rietdijk
9db2421d1f
Merge master into staging-next
2018-11-29 08:12:56 +01:00
Benno Fünfstück
468d1595f8
mkpasswd: fix cross compilation
2018-11-27 17:04:40 +01:00
Vladimír Čunát
a5de78b7d7
Merge branch 'master' into staging-next
2018-11-26 10:28:00 +01:00
worldofpeace
b49ed49c68
kbfs: 2.6.0 -> 2.10.1
2018-11-25 16:44:34 -05:00
worldofpeace
3fdbd985d9
keybase: 2.7.3 -> 2.10.1
2018-11-25 16:44:34 -05:00
worldofpeace
02e9d06e5e
keybase-gui: 2.7.0 -> 2.11.0
...
- Use `autoPatchelfHook`
- Don't explicitly set phases - Part of #28910
- Correct `version` by hoisting out the suffix
2018-11-25 16:44:34 -05:00
c0bw3b
6b4433cfe6
super: get patch from salsa.debian.org
...
http://anonscm.debian.org/cgit is not available anymore
2018-11-25 00:35:26 +01:00
c0bw3b
adea16b86c
Treewide: use https for launchpad.net
2018-11-24 23:47:52 +01:00
Paul TREHIOU
04c038e219
wpscan: init at 3.4.0
...
* wpscan: init at 3.4.0 (#50958 )
* wpscan: fix typo in description
Co-Authored-By: nyanloutre <paul@nyanlout.re>
* wpscan: missing indentation
Co-Authored-By: nyanloutre <paul@nyanlout.re>
* wpscan: wrap executable with curl
2018-11-24 11:48:32 +01:00
Frederik Rietdijk
e41154d1ab
Merge master into staging-next
2018-11-24 10:43:33 +01:00
Michael Raskin
f79bf0a924
Merge pull request #50973 from c0bw3b/pkg/nsjail
...
nsjail: 2.7 -> 2.8
2018-11-24 08:01:47 +00:00
Franz Pletz
5ea22c49f1
browserpass: 2.0.18 -> 2.0.22
2018-11-24 01:35:47 +01:00
c0bw3b
9e5b98c81a
nsjail: 2.7 -> 2.8
...
Changelog: https://github.com/google/nsjail/releases/tag/2.8
2018-11-24 00:26:40 +01:00
Frederik Rietdijk
c31cb577ae
Merge master into staging-next
2018-11-22 09:57:08 +01:00
R. RyanTM
5aa34d934d
duo-unix: 1.10.5 -> 1.11.0 ( #50793 )
...
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-11-22 02:55:52 -05:00
Frederik Rietdijk
701375662b
Merge master into staging-next
2018-11-21 12:39:20 +01:00
Pierre Bourdon
2f11166f43
kpcli: fix wrong program name in prompt ( #50845 )
2018-11-20 18:46:19 +01:00
Matthew Bauer
2c1d3a9a82
Merge remote-tracking branch 'upstream/master' into staging
2018-11-18 19:02:09 -06:00
Jörg Thalheim
f6fd7f44c7
Merge pull request #50523 from kierdavis/hashcat-5.0.0
...
hashcat: 4.2.1 -> 5.0.0
2018-11-18 12:11:58 +00:00
Jörg Thalheim
61686e4957
Merge pull request #50565 from r-ryantm/auto-update/shc
...
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
2018-11-18 11:05:09 +00:00
Jörg Thalheim
60ee032c39
shc: update homepage
2018-11-18 11:04:03 +00:00
Frederik Rietdijk
0d0d7dcd06
Merge staging-next into staging
2018-11-18 10:41:34 +01:00
R. RyanTM
3bfc2d29cd
shc: 3.9.6 -> 4.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/shc/versions
2018-11-18 00:59:14 -08:00
Kier Davis
df462d09e4
hashcat: 4.2.1 -> 5.0.0
...
This introduces a dependency on xxHash. Unfortunately, hashcat's
build system wants to rebuild xxHash from the source code located
in `<hashcat source root>/deps/git/xxHash`, a Git submodule whose
contents are not included in the source tarball we currently
download.
This could be fixed by either using a recursive git clone instead
a tarball download, or patching the build files to use an existing
installation of xxHash (i.e. the one already provided by Nix). I
believe the latter is preferable since it avoids the situation in
which the xxHash version used by hashcat is different to the xxHash
version used by all other Nix packages.
Fortunately, this situation has been greatly improved [1] since
release 5.0.0; the next release of hashcat should drop usage of
git submodules and provide better support for using existing
installations of dependencies.
[1] 4177e1ee28
2018-11-17 20:10:52 +00:00
Linus Heckemann
ff15da0b06
Merge pull request #50478 from Vskilet/fprintd-fix
...
nixos/fprintd : use correct path for read/write configuration
2018-11-17 08:19:10 +01:00
Will Dietz
0a085d508a
sudo: 1.8.25p1 -> 1.8.26 ( #50422 )
...
https://www.sudo.ws/stable.html#1.8.26
2018-11-16 23:54:46 +01:00
Victor SENE
a70779458a
use correct path for read/write configuration
2018-11-16 16:05:02 +01:00
Vladyslav M
361d04b376
Merge pull request #49831 from lsix/update_gnupg22
...
gnupg22: 2.2.10 -> 2.2.11
2018-11-15 23:22:20 +02:00
Martin Lu
fb6f21a0f0
sops: 3.1.0 -> 3.2.0
2018-11-15 16:02:52 +01:00
Renaud
cde945a165
Merge pull request #48044 from schneefux/pkg/fetchfromgithub
...
treewide: Use fetchFromGitHub instead of fetchurl
2018-11-14 09:48:22 +01:00
R. RyanTM
70ef844c4d
eid-mw: 4.4.8 -> 4.4.9 ( #50123 )
...
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-11-10 15:20:02 +01:00
Daiderd Jordan
8d603be22d
Merge pull request #49880 from LnL7/darwin-cfprivate-fixes
...
darwin cf-private fixes
2018-11-10 15:03:21 +01:00
R. RyanTM
b5179c6d1a
lynis: 2.6.9 -> 2.7.0 ( #50045 )
...
* lynis: 2.6.9 -> 2.7.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/lynis/versions
* lynis: remove perl and create plugins subdir
2018-11-10 14:48:26 +01:00
Jörg Thalheim
2f97911566
Merge pull request #49817 from alyssais/rack_cve
...
rack: 1.6.* -> 1.6.11, 2.0.* -> 2.0.6 (CVE-2018-16470, CVE-2018-16471)
2018-11-09 19:30:43 +00:00
Domen Kožar
068374c0ae
Add chrome-token-signing
2018-11-08 18:05:01 +00:00
Domen Kožar
e854a7a72f
qdigidoc: 3.13.6 -> 4.1.0
2018-11-08 11:42:01 +00:00
Domen Kožar
544778d231
qesteidutil: 3.12.10 -> 2018-08-21
2018-11-08 11:17:24 +00:00
Robert Hensing
cd80aee989
acsccid: init at 1.1.6
2018-11-08 10:44:50 +00:00
Daiderd Jordan
be9fc0d669
keybase: add cf-private on darwin
...
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_NSData", referenced from:
objc-class-ref in _x002.o
"_OBJC_CLASS_$_NSDictionary", referenced from:
objc-class-ref in _x002.o
"_OBJC_CLASS_$_NSURL", referenced from:
objc-class-ref in _x002.o
ld: symbol(s) not found for architecture x86_64
2018-11-07 23:47:24 +01:00
R. RyanTM
51251b446c
pcsclite: 1.8.23 -> 1.8.24
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pcsclite/versions
(cherry picked from commit f174ae0f4f
)
Signed-off-by: Domen Kožar <domen@dev.si>
(cherry picked from commit 7cf572d87a
)
Signed-off-by: Domen Kožar <domen@dev.si>
2018-11-07 18:46:21 +00:00
Daiderd Jordan
b6dcb9e641
Merge pull request #49768 from LnL7/darwin-no-cfprivate
...
darwin: don't include cf-private in framework dependencies
2018-11-06 20:15:27 +01:00
Lancelot SIX
ace631b616
gnupg22: 2.2.10 -> 2.2.11
...
See http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00003.html for
release information
2018-11-06 15:59:38 +01:00
Alyssa Ross
e2d72ed954
metasploit: rack: 1.6.8 -> 1.6.11
...
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:26 +00:00
Daiderd Jordan
7fd359f2f9
pinentry_mac: add cf-private
...
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_NSArray", referenced from:
objc-class-ref in GPGDefaults.o
"_OBJC_CLASS_$_NSDictionary", referenced from:
objc-class-ref in PinentryController.o
objc-class-ref in GPGDefaults.o
objc-class-ref in KeychainSupport.o
"_OBJC_CLASS_$_NSMutableDictionary", referenced from:
objc-class-ref in GPGDefaults.o
"_OBJC_CLASS_$_NSSet", referenced from:
objc-class-ref in GPGDefaults.o
"_OBJC_CLASS_$_NSUserDefaults", referenced from:
objc-class-ref in GPGDefaults.o
ld: symbol(s) not found for architecture x86_64
2018-11-05 19:57:12 +01:00
Will Dietz
c78761b5bd
tor: 0.3.4.8 -> 0.3.4.9
...
https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.3.4.9
Please confirm the sha256 is correct for a verified tarball,
I'm not setup (or know how offhand but docs look promising)
to do this myself.
2018-11-02 13:21:25 -05:00
Tristan Helmich (omniIT)
41880aea09
saml2aws: 2.6.1 -> 2.10.0
2018-10-31 18:59:32 +01:00
Renaud
5e9d66e125
Merge pull request #49133 from r-ryantm/auto-update/truffleHog
...
trufflehog: 2.0.91 -> 2.0.97
2018-10-27 13:55:59 +02:00
Silvan Mosberger
657d50b762
Merge pull request #49190 from r-ryantm/auto-update/paperkey
...
paperkey: 1.5 -> 1.6
2018-10-27 01:09:12 +02:00
R. RyanTM
170797f234
paperkey: 1.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/paperkey/versions
2018-10-26 13:35:52 -07:00
Andreas Rammhold
5f75f72497
yara: 3.7.1 -> 3.8.1
...
This fixes issues CVE-2018-12034 & CVE-2018-12035. They are OOB read &
write issues of the internal VM. Details can be retrieved at [1] & [2].
[1] https://github.com/VirusTotal/yara/issues/891
[2] https://bnbdr.github.io/posts/swisscheese/
2018-10-26 12:17:58 +02:00
R. RyanTM
ff4fdc8cb3
trufflehog: 2.0.91 -> 2.0.97
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/trufflehog/versions
2018-10-25 23:54:28 -07:00
Richard Lupton
b28552d58f
signify: init at 24 ( #48927 )
2018-10-25 19:08:49 +00:00
Renaud
9b2059f077
Merge pull request #48843 from JohnAZoidberg/rng-tools-6.6
...
rng-tools: 5 -> 6.6, jitterentropy: init at 2.1.2
2018-10-24 20:11:10 +02:00
R. RyanTM
b9b82e371f
sslscan: 1.11.11 -> 1.11.12
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sslscan/versions
2018-10-24 15:21:50 +02:00
Ignat Loskutov
d2c53295f4
opensc: 0.18.0 -> 0.19.0
2018-10-24 03:46:09 +03:00
Daniel Schaefer
8ada6f6c46
jitterentropy: init at 2.1.2
2018-10-23 23:36:57 +02:00
Daniel Schaefer
5c249a3245
rng-tools: 5 -> 6.6
2018-10-23 23:36:31 +02:00
Joachim F
b326148231
Merge pull request #48541 from r-ryantm/auto-update/clamav
...
clamav: 0.100.1 -> 0.100.2
2018-10-23 14:39:40 +00:00
Michael Weiss
58a36edd20
monkeysphere: Replace a hardcoded path and fix more tests
2018-10-19 10:31:49 +02:00
volth
f90009cbd7
nmap: fix cross-build ( #48264 )
2018-10-19 09:30:36 +01:00
Michael Weiss
3759341420
monkeysphere: 0.41 -> 0.42
2018-10-17 19:59:52 +02:00
R. RyanTM
b249bcc7b4
clamav: 0.100.1 -> 0.100.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/clamav/versions
2018-10-16 00:31:09 -07:00
Tim Steinbach
562866e64f
fail2ban: 0.10.3.1 -> 0.10.4
2018-10-14 10:27:04 -04:00
R. RyanTM
4ca9524e98
spectre-meltdown-checker: 0.39 -> 0.40
...
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-10-14 09:48:08 +02:00
Jörg Thalheim
b27d39e044
Merge pull request #48232 from jonafato/keybase-2.7.3
...
keybase: 2.5.0 -> 2.7.3
2018-10-13 00:18:47 +01:00
Jörg Thalheim
f665998867
Merge pull request #48233 from jonafato/kbfs-2.6.0
...
kbfs: 2.5.0 -> 2.6.0
2018-10-13 00:15:52 +01:00
Jörg Thalheim
ce5da3b1e9
Merge pull request #48234 from jonafato/keybase-gui-2.7.0
...
keybase-gui: 2.5.0 -> 2.7.0
2018-10-13 00:03:56 +01:00
R. RyanTM
c43e752dcb
duo-unix: 1.10.4 -> 1.10.5 ( #47819 )
...
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-10-12 22:50:47 +02:00
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 b4308beb16
)
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