about summary refs log tree commit diff
path: root/pkgs/tools
Commit message (Collapse)AuthorAge
* gftp: fix build w/glibc-2.30Maximilian Bosch2020-01-29
|
* Merge branch 'staging' into glibc230Maximilian Bosch2020-01-28
|\ | | | | | | | | Conflicts: pkgs/applications/misc/vit/default.nix
| * Merge staging-next into stagingFrederik Rietdijk2020-01-28
| |\
| | * Merge master into staging-nextFrederik Rietdijk2020-01-28
| | |\
| | | * Merge pull request #78634 from HugoReeves/update/crocMario Rodas2020-01-27
| | | |\ | | | | | | | | | | croc: 6.4.8 -> 6.4.10
| | | | * croc: 6.4.8 -> 6.4.10Hugo Reeves2020-01-28
| | | | |
| | | * | Merge pull request #77997 from zowoq/fuse-overlayfsMario Rodas2020-01-27
| | | |\ \ | | | | |/ | | | |/| fuse-overlayfs: 0.7.4 -> 0.7.5
| | | | * fuse-overlayfs: 0.7.4 -> 0.7.5zowoq2020-01-19
| | | | |
| | | * | Merge pull request #78544 from r-ryantm/auto-update/vipsRyan Mulligan2020-01-27
| | | |\ \ | | | | | | | | | | | | vips: 8.8.4 -> 8.9.0
| | | | * | vips: 8.8.4 -> 8.9.0R. RyanTM2020-01-26
| | | | | |
| | | * | | Merge pull request #78349 from peterhoeg/fix_mcPeter Hoeg2020-01-27
| | | |\ \ \ | | | | | | | | | | | | | | mc: /bin/rm does not exist
| | | | * | | mc: /bin/rm does not existPeter Hoeg2020-01-23
| | | | | | |
| | | * | | | Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
| | | |\ \ \ \ | | | | | | | | | | | | | | | | treewide: fix redirected urls
| | | | * | | | treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
| | | * | | | | Merge pull request #78577 from leo60228/idevicerestore-2019-12-26Niklas Hambüchen2020-01-27
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | libirecovery: 2019-01-28 -> 2020-01-14, idevicerestore: 2019-02-14 -> 2019-12-26
| | | | * | | | | idevicerestore: 2019-02-14 -> 2019-12-26leo602282020-01-26
| | | | | | | | |
| | | * | | | | | Merge pull request #78580 from r-ryantm/auto-update/gpartedNiklas Hambüchen2020-01-27
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gparted: 1.0.0 -> 1.1.0
| | | | * | | | | | gparted: 1.0.0 -> 1.1.0R. RyanTM2020-01-26
| | | | | |_|_|/ / | | | | |/| | | |
| | | * | | | | | cjdns: 20.4 -> 20.5R. RyanTM2020-01-27
| | | | | | | | |
| | | * | | | | | Merge pull request #77826 from mmahut/fido2luksMarek Mahut2020-01-27
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | FIDO2 luks support
| | | | * | | | | | fido2luks: 0.2.2 -> 0.2.3Marek Mahut2020-01-22
| | | | | | | | | |
| | | * | | | | | | Merge pull request #78548 from marsam/update-procsMario Rodas2020-01-26
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | procs: 0.9.0 -> 0.9.2
| | | | * | | | | | | procs: 0.9.0 -> 0.9.2Mario Rodas2020-01-26
| | | | | | | | | | |
| | | * | | | | | | | cfdg: 3.0.9 -> 3.2_2, fix buildMichael Raskin2020-01-27
| | | | | | | | | | |
| | | * | | | | | | | Merge pull request #78480 from gnidorah/libfprintworldofpeace2020-01-26
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | libfprint: 1.90 -> 1.0
| | | | * | | | | | | | Revert "Added support for libfprint 1.90"gnidorah2020-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b60d5692bf44337bc2081caf634ac3b60a8512e5.
| | | * | | | | | | | | Merge pull request #77864 from dtzWill/feature/lcdf-typetoolsWill Dietz2020-01-26
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | lcdf-typetools: init at 2.108
| | | | * | | | | | | | | lcdf-typetools: init at 2.108Will Dietz2020-01-16
| | | | | | | | | | | | |
| | | * | | | | | | | | | Merge pull request #77487 from dtzWill/update/acpica-iasl-20200110Will Dietz2020-01-26
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / | | | |/| | | | | | | | | acpica-tools,iasl: 20191213 -> 20200110
| | | | * | | | | | | | | acpica-tools,iasl: 20191213 -> 20200110Will Dietz2020-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually, we apparently managed to bump iasl separately so acpica-tools are upgraded from 20191018.
| | | * | | | | | | | | | cargo-tree: 0.27.0 -> 0.28.0Maximilian Bosch2020-01-26
| | | | | | | | | | | | |
| | | * | | | | | | | | | termtosvg: 1.0.0 -> 1.1.0Maximilian Bosch2020-01-26
| | | | | | | | | | | | |
| | | * | | | | | | | | | Merge pull request #78550 from r-ryantm/auto-update/z-luaMario Rodas2020-01-26
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / | | | |/| | | | | | | | | z-lua: 1.7.3 -> 1.7.4
| | | | * | | | | | | | | z-lua: 1.7.3 -> 1.7.4R. RyanTM2020-01-26
| | | | | |_|_|_|/ / / / | | | | |/| | | | | | |
| | | * | | | | | | | | direnv: 2.21.0 -> 2.21.1zimbatm2020-01-26
| | | | | | | | | | | |
| | | * | | | | | | | | Merge pull request #78107 from 1000101/morphMarek Mahut2020-01-26
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | morph: add openssh to PATH
| | | | * | | | | | | | | morph: add openssh to PATHJan Hrnko2020-01-21
| | | | | | | | | | | | |
| | | * | | | | | | | | | Merge pull request #77906 from r-ryantm/auto-update/snabbMarek Mahut2020-01-26
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | snabb: 2018.01.2 -> 2019.11
| | | | * | | | | | | | | | snabb: 2018.01.2 -> 2019.11R. RyanTM2020-01-17
| | | | | |/ / / / / / / / | | | | |/| | | | | | | |
| | | * | | | | | | | | | xmousepasteblock: init at 1.0petercommand2020-01-26
| | | | | | | | | | | | |
| | | * | | | | | | | | | bandwhich: 0.10.0 -> 0.11.0Maximilian Bosch2020-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/imsnif/bandwhich/releases/tag/0.11.0
| | | * | | | | | | | | | vector: 0.6.0 -> 0.7.1Austin Seipp2020-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| | | * | | | | | | | | | burpsuite: 1.7.36 -> 2.1.07Benno Fünfstück2020-01-25
| | | | | | | | | | | | |
| | | * | | | | | | | | | Merge pull request #78311 from fishi0x01/fishi0x01/enum4linuxAaron Andersen2020-01-25
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / | | | |/| | | | | | | | | enum4linux: init at 0.8.9
| | | | * | | | | | | | | enum4linux: init at 0.8.9Karl Fischer2020-01-25
| | | | | | | | | | | | |
| | | * | | | | | | | | | dnscrypt-proxy2: 2.0.25 -> 2.0.36Atemu2020-01-25
| | | | | | | | | | | | |
| | | * | | | | | | | | | direnv: 2.20.1 -> 2.21.0zimbatm2020-01-25
| | | | | | | | | | | | |
| | | * | | | | | | | | | Merge pull request #78429 from thefloweringash/llfuse-darwinDaiderd Jordan2020-01-25
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | pythonPackages.llfuse: darwin support, use in borgbackup
| | | | * | | | | | | | | | borgbackup: use llfuse on darwinAndrew Childs2020-01-25
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Merge pull request #77914 from r-ryantm/auto-update/video2midimarkuskowa2020-01-25
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | video2midi: 0.3.9.6 -> 0.4.0.1