Commit graph

2914 commits

Author SHA1 Message Date
Franz Pletz 37f35dc779
clevis: init at 12 2020-02-17 15:14:28 +01:00
Benjamin Hipple 131a32a5af rust: update docs on legacyCargoFetcher; remove unnecessary defaults
As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified
is now `false`.
2020-02-15 22:07:47 -08:00
Benjamin Hipple 993719b88a sequoia: fix build by migrating off legacy fetchCargo implementation
Currently broken; see #79975 for details. Would also be fixed by #80153
eventually, but since we want to upgrade either way we might as well do so now.
2020-02-15 16:33:10 -05:00
R. RyanTM 97303641ca clamav: 0.102.1 -> 0.102.2 2020-02-15 17:52:24 +01:00
Daniel Schaefer 6befabd559
Merge pull request #74458 from r-ryantm/auto-update/mkp224o
mkp224o: 1.3.0 -> 1.4.0
2020-02-15 15:34:46 +01:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
worldofpeace 3565f1782d
Merge pull request #79758 from doronbehar/update-sequoia
sequoia: 0.13.0 -> 0.14.0
2020-02-12 16:06:45 -05:00
Frederik Rietdijk 424697d512 Merge master into staging-next 2020-02-12 09:55:31 +01:00
lewo 2a773b1506
Merge pull request #79325 from eonpatapon/safe
safe: init at 1.5.1
2020-02-11 16:27:00 +01:00
Jean-Philippe Braun dd759b3b67 safe: init at 1.5.1 2020-02-11 16:09:54 +01:00
Frederik Rietdijk 1a6c3cb06b Merge staging into staging-next 2020-02-11 07:59:53 +01:00
Oleksii Filonenko 0ea4e9940b keybase,keybase-gui: 5.1.0 -> 5.1.1 2020-02-10 20:41:28 +01:00
Oleksii Filonenko 85b93ef20e keybase,keybase-gui: add filalex77 to maintainers 2020-02-10 20:41:28 +01:00
Oleksii Filonenko 0aa6230b58 keybase,keybase-gui: 5.0.0 -> 5.1.0 2020-02-10 20:41:28 +01:00
Daniel Schaefer 8a24d3f892 chipsec: 1.4.1 -> 1.4.7 2020-02-10 19:50:25 +01:00
R. RyanTM 6a64f267a0 tor: 0.4.2.5 -> 0.4.2.6 2020-02-10 19:43:58 +01:00
Doron Behar 4f6d905d1c sequoia: 0.13.0 -> 0.14.0 2020-02-10 19:54:04 +02:00
Benjamin Hipple 2115a2037c fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dir
This has several advantages:

1. It takes up less space on disk in-between builds in the nix store.
2. It uses less space in the binary cache for vendor derivation packages.
3. It uses less network traffic downloading from the binary cache.
4. It plays nicely with hashed mirrors like tarballs.nixos.org, which only
   substitute --flat hashes on single files (not recursive directory hashes).
5. It's consistent with how simple `fetchurl` src derivations work.
6. It provides a stronger abstraction between input src-package and output
   package, e.g., it's harder to accidentally depend on the src derivation at
   runtime by referencing something like `${src}/etc/index.html`. Likewise, in
   the store it's harder to get confused with something that is just there as a
   build-time dependency vs. a runtime dependency, since the build-time
   src dependencies are tarred up.

Disadvantages are:
1. It takes slightly longer to untar at the start of a build.

As currently implemented, this attaches the compacted vendor.tar.gz feature as a
rider on `verifyCargoDeps`, since both of them are relatively newly implemented
behavior that change the `cargoSha256`.

If this PR is accepted, I will push forward the remaining rust packages with a
series of treewide PRs to update the `cargoSha256`s.
2020-02-10 10:17:29 -05:00
Mario Rodas b153b71523
rage: 0.2.0 -> 0.3.0
Changelog: https://github.com/str4d/rage/releases/tag/v0.3.0
2020-02-09 16:20:00 -05:00
Robert Helgesson d084221b36
jwt-cli: 2.5.1 -> 2.5.2 2020-02-09 17:33:08 +01:00
Frederik Rietdijk 30f0909e3a Merge master into staging-next 2020-02-07 19:27:52 +01:00
Marek Mahut 58ce5a3f47
Merge pull request #79419 from r-ryantm/auto-update/chrome-token-signing
chrome-token-signing: 1.1.0 -> 1.1.1
2020-02-07 14:26:59 +01:00
R. RyanTM 3f5e8c2d08 chrome-token-signing: 1.1.0 -> 1.1.1 2020-02-07 07:04:05 +00:00
R. RyanTM 346e552feb tpm2-tools: 4.1 -> 4.1.1 2020-02-06 20:08:49 +01:00
Frederik Rietdijk 292fd97f67 Merge staging-next into staging 2020-02-05 20:48:28 +01:00
Frederik Rietdijk 419bc0a4cd Revert "Revert "Merge master into staging-next""
In 87a19e9048 I merged staging-next into master using the GitHub gui as intended.
In ac241fb7a5 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master.
Thinking this may cause trouble, I reverted it in 0be87c7979. This was however wrong, as it "removed" master.

This reverts commit 0be87c7979.
2020-02-05 19:41:25 +01:00
Frederik Rietdijk 0be87c7979 Revert "Merge master into staging-next"
I merged master into staging-next but accidentally pushed it to master.
This should get us back to 87a19e9048.

This reverts commit ac241fb7a5, reversing
changes made to 76a439239e.
2020-02-05 19:18:35 +01:00
Vladimír Čunát 48a997cd76
Merge #66528: glibc: 2.27 -> 2.30 (into staging)
Includes update of stdenv bootstap tools (for three main platforms)
and many package fixes with new glibc.
2020-02-05 13:41:09 +01:00
tilpner f58c90fa8d
sudo: 1.8.30 -> 1.8.31 2020-02-05 13:39:07 +01:00
Marek Mahut 5485b44d94 sequoia: 0.11.0 -> 0.13.0 2020-02-04 15:22:06 +01:00
Marek Mahut 58c0bd3076 qesteidutil: remove 2020-02-03 11:17:36 +01:00
Robert Hensing 6e62b01105
Merge pull request #78776 from mmahut/acsccid
acsccid: 1.1.6 -> 1.1.8
2020-02-01 22:02:47 +01:00
Maximilian Bosch ea8ae88f04
Merge branch 'staging' into glibc230 2020-02-01 17:42:03 +01:00
Franz Pletz 41483340c4
b3sum: init at 0.1.3 2020-02-01 14:20:51 +01:00
Jörg Thalheim c23f10da6a
fail2ban: 0.10.5 -> 0.11.1 (#67931)
fail2ban: 0.10.5 -> 0.11.1
2020-01-31 08:58:58 +00:00
Marek Mahut 9e85d5c50c
Merge pull request #78756 from mmahut/chrome-token-signing
chrome-token-signing: 1.0.7 -> 1.1.0
2020-01-31 08:28:16 +01:00
Ryan Mulligan 1972c34097
Merge pull request #77865 from r-ryantm/auto-update/bitwarden_rs-vault
bitwarden_rs-vault: 2.12.0 -> 2.12.0b
2020-01-30 06:56:37 -08:00
Jörg Thalheim d72905c58b
Merge pull request #78615 from msteen/bitwarden_rs
bitwarden_rs: 1.9.1 -> 1.13.1
2020-01-30 11:02:48 +00:00
Marek Mahut c2d7587758 acsccid: 1.1.6 -> 1.1.8 2020-01-30 10:17:20 +01:00
Marek Mahut 84eb0bee4b qdigidoc: adding mmahut as maintainer 2020-01-30 09:55:18 +01:00
Marek Mahut c4594f8c2c qdigidoc: 4.1.0 -> 4.2.3
using mkDerivation
2020-01-30 09:55:18 +01:00
Stig Palmquist 2778f0273a
ripasso-cursive: 0.3.0 -> 0.4.0 2020-01-30 08:04:30 +01:00
Izorkin 15b0ae6156 fail2ban: 0.10.5 -> 0.11.1 2020-01-29 23:15:56 +03:00
Martin Potier ed45fe1ccf saml2aws: 2.15.0 -> 2.19.0
Current version is broken, at least for use with Okta and AWS. New
version fixes this problem.

Packaging has changed a bit too, deps.nix was removed, and the top-level
`buildGoModule` is used insead, since the upstream project now exposes a
go.mod file.
2020-01-29 16:44:25 +01:00
Marek Mahut 4b1097dd99 chrome-token-signing: adding meta 2020-01-29 10:33:58 +01:00
Marek Mahut 0cc1f3e697 chrome-token-signing: 1.0.7 -> 1.1.0 2020-01-29 10:29:56 +01:00
Matthijs Steen 44dff89215 bitwarden_rs: 1.9.1 -> 1.13.1 2020-01-28 17:26:49 +01:00
Maximilian Bosch 6b0cd9ad47
Merge branch 'staging' into glibc230
Conflicts:
	pkgs/applications/misc/vit/default.nix
2020-01-28 14:54:51 +01:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Mario Rodas ded3116b3b
ecdsatool: add to all-packages.nix 2020-01-28 04:20:00 -05:00
Mario Rodas deedf24c88
Merge pull request #75922 from tadfisher/kbfs-fixes
kbfs, nixos/keybase, nixos/kbfs: fix KBFS, add enableRedirector option
2020-01-28 19:13:40 -05:00
Marek Mahut 61dbbe4121
Merge pull request #77826 from mmahut/fido2luks
FIDO2 luks support
2020-01-27 08:27:30 +01:00
worldofpeace a7ffeaae61
Merge pull request #78480 from gnidorah/libfprint
libfprint: 1.90 -> 1.0
2020-01-26 18:01:52 -05:00
Karl Fischer 6e83d1687e
enum4linux: init at 0.8.9 2020-01-25 21:27:35 +01:00
gnidorah ea77cad569 Revert "Added support for libfprint 1.90"
This reverts commit b60d5692bf.
2020-01-25 22:56:12 +03:00
Maximilian Bosch eddfcc32b4
Merge branch 'staging' into glibc230 2020-01-23 11:31:13 +01:00
Mario Rodas bce8f64c78
vault: 1.3.1 -> 1.3.2 2020-01-22 18:18:18 -05:00
Marek Mahut 860a3114f7 fido2luks: 0.2.2 -> 0.2.3 2020-01-22 16:00:40 +01:00
Ryan Mulligan b3764d585c
Merge pull request #78232 from r-ryantm/auto-update/munge
munge: 0.5.13 -> 0.5.14
2020-01-22 06:10:00 -08:00
R. RyanTM 8ea2027f65 munge: 0.5.13 -> 0.5.14 2020-01-22 03:24:53 +00:00
Renaud 11294261bb
Merge pull request #77489 from dtzWill/update/fail2ban-0.10.5
fail2ban: 0.10.4 -> 0.10.5
2020-01-20 22:47:27 +01:00
Mario Rodas 2d0a6808d7
rage: init at 0.2.0 2020-01-18 04:20:00 -05:00
Frederik Rietdijk bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
R. RyanTM 73eb46726c bitwarden_rs-vault: 2.12.0 -> 2.12.0b 2020-01-17 04:58:13 +00:00
Domen Kožar acadaa800b
chrome-token-signing: fix qt runtime error 2020-01-15 21:32:13 +01:00
Jörg Thalheim c08aa3c2a8
nmap: fix zenmap, reduce vendored libraries 2020-01-15 13:20:25 +00:00
Jörg Thalheim 4d7da1d72d
nmapsi4: fix startup by adding wrapQtAppsHook 2020-01-15 10:58:54 +00:00
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
R. RyanTM 478fd057df pcsclite: 1.8.25 -> 1.8.26 2020-01-15 09:41:28 +01:00
Luka Blaskovic ff135a3243 oathToolkit: fix build with glibc>=2.28 2020-01-14 23:00:25 +00:00
John Wiegley ff3f9d83e2
Disable further pass tests that end up relying on gpg-agent on… (#77634)
Disable further pass tests that end up relying on gpg-agent on Darwin
2020-01-14 13:54:44 -08:00
Pass Automated Testing Suite 669318bd02
Disable further pass tests that end up relying on gpg-agent on Darwin
Fixes #58975
2020-01-13 09:39:54 -08:00
Marek Mahut 48b537e127
Merge pull request #74780 from prusnak/fido2luks
fido2luks: init at 0.2.2
2020-01-12 16:47:46 +01:00
Robert Helgesson b108fd5843
jwt-cli: fix build on Darwin 2020-01-12 15:11:17 +01:00
Graham Christensen 85bb15a662
Merge pull request #77530 from grahamc/python3/diceware
diceware: pythonPackages -> python3Packages
2020-01-11 18:03:19 -05:00
Graham Christensen 062615d96a
diceware: pythonPackages -> python3Packages 2020-01-11 17:10:51 -05:00
Pavol Rusnak 865fc6c97b
fido2luks: init at 0.2.2 2020-01-11 17:23:00 +01:00
Robert Helgesson a8d1f3233b
jwt-cli: init at 2.5.1 2020-01-11 12:34:35 +01:00
Will Dietz f4f3213b57
fail2ban: 0.10.4 -> 0.10.5
https://github.com/fail2ban/fail2ban/blob/0.10.5/ChangeLog

Drop included patch.
2020-01-10 23:58:41 -06:00
Milan Pässler eac1713781 jd-gui: 1.6.5 -> 1.6.6 2020-01-10 04:21:18 +01:00
Milan Pässler 2e6053dade jd-gui: use gradle from nixpkgs
It builds just fine with the packaged gradle, no reason to pull in
another impure dependency.
2020-01-10 04:21:18 +01:00
Joachim F f301375d88
Merge pull request #77342 from dtzWill/update/tor-0.4.2.5
tor: 0.4.1.6 -> 0.4.2.5
2020-01-09 17:25:11 +00:00
Mario Rodas edef947871
Merge pull request #77179 from r-ryantm/auto-update/pcsc-tools
pcsctools: 1.5.4 -> 1.5.5
2020-01-09 05:06:50 -05:00
Will Dietz bd712ef6c3
tor: patchShebangs script, fix build 2020-01-08 15:55:09 -06:00
Will Dietz 48838ac958
tor: 0.4.1.6 -> 0.4.2.5
https://blog.torproject.org/new-release-0425-also-0417-0406-and-0359
2020-01-08 15:54:57 -06:00
R. RyanTM bd3e6a593c pcsctools: 1.5.4 -> 1.5.5 2020-01-06 21:35:17 -08:00
R. RyanTM ef1b0467b0 ibm-sw-tpm2: 1332 -> 1563 2020-01-06 10:03:46 -08:00
Chris 6f43c82d30 aws-okta: 0.20.1 -> 0.26.3 (#72761) 2020-01-04 11:06:07 -08:00
Renaud af2046d3f1
Merge pull request #75548 from MatrixAI/step-ca
step-ca: init at 0.13.3
2020-01-03 17:16:10 +01:00
Frederik Rietdijk 7aa2b0215b Merge master into staging-next 2020-01-03 10:25:14 +01:00
Mario Rodas c1fdafa8ad
Merge pull request #76432 from r-ryantm/auto-update/spectre-meltdown-checker
spectre-meltdown-checker: 0.42 -> 0.43
2020-01-03 03:39:08 -05:00
Frederik Rietdijk f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Frederik Rietdijk bdfb1bd01b sudo: 1.8.29 -> 1.8.30 2020-01-02 21:38:33 +01:00
Frederik Rietdijk ee3f276461 Revert "sudo: fix for structured attrs"
This broke sudo.

This reverts commit 91a1f2043f.
2020-01-02 21:38:33 +01:00
Izorkin 5b6295c969 fail2ban: fix work with python3 2020-01-02 12:52:32 +03:00
Franz Pletz f197a51583
proxmark3: refactor & init unstable at 2019-12-28 2020-01-01 20:13:58 +01:00
Jörg Thalheim 060bd74d3f
bitwarden-cli: move to nodePackages version (#76489)
bitwarden-cli: move to nodePackages version
2020-01-01 09:07:44 +00:00
Frederik Rietdijk 555037a667 Merge master into staging-next 2019-12-31 16:35:53 +01:00
Jan Tojnar 0c2adc0fb1
Merge branch 'staging' into staging-next 2019-12-31 03:59:58 +01:00
Arnout Engelen a4366042c2 opensc: 0.19.0 -> 0.20.0 (#76666) 2019-12-30 19:50:44 -05:00
Maximilian Bosch 91a1f2043f
sudo: fix for structured attrs 2019-12-31 01:31:52 +01:00
Robin Gloster 006242fd5a
treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
Robin Gloster f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
Jonathan Ringer 446fec8c2d
Merge branch 'master' of github.com:NixOS/nixpkgs into staging-next 2019-12-30 10:14:18 -08:00
Robert Scott de0e71780c afl: 2.52b -> 2.56b
can remove qemu glibc patch as it is now covered by afl's own patches
2019-12-30 10:21:19 -06:00
Frederik Rietdijk 6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
c0bw3b 1156a04c7f rhash: 1.3.8 -> 1.3.9
+ refresh meta.homepage
+ set meta.license (0BSD starting with 1.3.9)
2019-12-30 16:22:40 +01:00
Robin Gloster 65395a7105
treewide: installTargets is a list 2019-12-30 13:29:27 +01:00
Robin Gloster 2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster 08d5fc3934
monkeysphere: *Flags are lists 2019-12-30 12:16:17 +01:00
Frederik Rietdijk fb66525297 Merge master into staging-next 2019-12-29 10:19:39 +01:00
Vincent Ambo 102fe729d3 age: init at v1.0.0-beta2
age is a new modern encryption tool with small explicit keys, no
config and UNIX-style composability.
2019-12-28 16:20:40 +01:00
Nathan b0caf68bff
maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
Franz Pletz fac07ceb2a
pbis-open: fix build with gcc9 2019-12-26 16:52:02 +01:00
Maximilian Bosch 9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Franz Pletz 77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Maximilian Bosch b574b94e20
Merge pull request #76409 from r-ryantm/auto-update/rng-tools
rng-tools: 6.8 -> 6.9
2019-12-26 11:31:05 +01:00
Jörg Thalheim f3b68a724e
bitwarden-cli: move to nodePackages version 2019-12-25 07:20:22 +00:00
Jan Tojnar ca39dd3a8a
Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
R. RyanTM 3e8cf1007d spectre-meltdown-checker: 0.42 -> 0.43 2019-12-24 10:41:17 -08:00
R. RyanTM 81585636fb rng-tools: 6.8 -> 6.9 2019-12-24 07:10:44 -08:00
Tad Fisher 8a7cc62063 kbfs: add kbfs/redirector subpackage 2019-12-23 22:47:01 -08:00
Vladyslav M 12fe4154e1
hcxtools: 5.2.2 -> 5.3.0 (#76264)
hcxtools: 5.2.2 -> 5.3.0
2019-12-23 23:58:53 +02:00
R. RyanTM 6b340de7de hcxtools: 5.2.2 -> 5.3.0 2019-12-23 06:03:24 -08:00
Pamplemousse b76720f893 gobuster: init at 3.0.1 (#75902) 2019-12-20 10:28:15 +01:00
Frederik Rietdijk 39037a3431 Merge staging-next into staging 2019-12-19 09:21:24 +01:00
Mario Rodas 7315dc071c vault: 1.3.0 -> 1.3.1 2019-12-18 22:54:45 -08:00
Jan Tojnar b171037944
Merge pull request #75668 from jtojnar/py2-cleanup
Another batch of Python 2 removals
2019-12-19 01:24:00 +01:00
Michael Raskin 26df2f4e9e
Merge pull request #74862 from alyssais/fetchgittiles
fetchFromGitiles: init
2019-12-17 15:23:08 +00:00
Roger Qiu 84163bf4c8
step-ca: init at 0.13.3 2019-12-16 13:25:55 +11:00
Mario Rodas 22a8e0eb85
Merge pull request #75398 from r-ryantm/auto-update/tpm2-tools
tpm2-tools: 4.0.1 -> 4.1
2019-12-15 15:20:48 -05:00
Jan Tojnar 7adbfb1220
fail2ban: switch to Python 3
We are dropping Python support from gamin so nothing is holding us any more.
Instead of gamin, we will use systemd on Linux and polling on Darwin;
gamin is the worst backend any way, according to upstream:

https://github.com/fail2ban/fail2ban/issues/1330#issuecomment-314429043
2019-12-15 01:50:38 +01:00
Jan Tojnar 429561978b
Merge branch 'master' into staging-next 2019-12-14 23:09:06 +01:00
Renaud dd465ba6b6
wpscan: 3.5.3 -> 3.7.5 (#75580) 2019-12-14 15:55:33 +01:00
Jörg Thalheim fbfd77b158
Merge pull request #75546 from averelld/jdgui-update
jd-gui: 1.4.0 -> 1.6.5
2019-12-14 07:41:01 +00:00
Averell Dalton bc5f25a714 jd-gui: 1.4.0 -> 1.6.5 2019-12-13 21:29:24 +01:00
Frederik Rietdijk dfdf1597a7 Merge master into staging-next 2019-12-13 11:43:39 +01:00
Shahrukh Khan a0d608f259 aws-okta: fix build on darwin 2019-12-13 01:28:26 +05:00
Christian Kauhaus 5c0d9d6fe4 vulnix: 1.9.2 -> 1.9.4
The new version requires zodbpickle >=2.0.0, which has recently landed
in master.
2019-12-11 19:44:48 +01:00
Frederik Rietdijk f3618342ec Merge staging-next into staging 2019-12-10 19:01:27 +01:00
Lancelot SIX 84c16b7d39 gnupg: 2.2.18 -> 2.2.19
See https://lists.gnu.org/archive/html/info-gnu/2019-12/msg00001.html
for release information.
2019-12-10 18:56:32 +01:00
R. RyanTM d02f94365e tpm2-tools: 4.0.1 -> 4.1 2019-12-09 14:15:23 -08:00
Sarah Brofeldt 3a6bedb60e
Merge pull request #75303 from tobim/pkgs/kbfs-fusermount
kbfs: don't use store path for fusermount
2019-12-09 16:58:51 +01:00
R. RyanTM 8dcd65d549 bruteforce-luks: 1.3.2 -> 1.4.0 2019-12-09 07:48:00 +01:00
Tobias Mayer 2cb70571d7 kbfs: don't use store path for fusermount 2019-12-08 22:52:08 +01:00
Mario Rodas ca6b8a870f
Merge pull request #75223 from r-ryantm/auto-update/enchive
enchive: 3.4 -> 3.5
2019-12-08 06:03:59 -05:00
R. RyanTM fdaa1636a0 enchive: 3.4 -> 3.5 2019-12-08 00:02:16 -08:00
Latebricole fdca231242 ghidra: 9.04 -> 9.1
* ghidra: 9.04 -> 9.1

Update Ghidra from 9.04 to 9.1

* ghidra: Added desktop file

Add a desktop file for Ghidra

Ghidra ships its icons as a .ico file, which isn't support by freedesktop. This means that to have icons, we need to extract the pngs from ghidra.ico, then copy them to the relevant folders.
This adds a requirement on a library to extract them, and also requires them to be copied over, which isn't ideal.
2019-12-07 19:46:14 +01:00
Elis Hirwing 41beae8a9d
Merge pull request #72188 from stigtsp/package/ripasso-cursive-0.2.1
ripasso-cursive: unstable-2019-08-27 -> 0.3.0
2019-12-07 08:49:52 +01:00