1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00
Commit graph

2213 commits

Author SHA1 Message Date
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