summary refs log tree commit diff
path: root/pkgs/tools
Commit message (Collapse)AuthorAge
* xidlehook: v0.6.1 -> v0.6.2 (#57599)jD91mZM22019-03-13
|
* pgmetrics: 1.5.0 -> 1.6.1 (#57575)Mario Rodas2019-03-13
|
* pgcenter: 0.5.0 -> 0.6.1 (#57574)Mario Rodas2019-03-13
|
* pacman: 5.1.2 -> 5.1.3 (#57563)Will Dietz2019-03-13
| | | | | | | | | | | | | | Not listed on official website[1], but present in release directory[2]... and seems legit[3][4] Fixes CVE, looks like: https://lwn.net/Articles/782828/ [1] https://www.archlinux.org/pacman/#_releases [2] https://sources.archlinux.org/other/pacman/ [3] https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/pacman&id=f48884ebff6788406fe1911f179a363bd2aeb9b1 [4] https://lists.archlinux.org/pipermail/pacman-dev/2019-March/023208.html
* cargo-tree: v0.22.0 -> v0.25.0jD91mZM22019-03-13
|
* gopass: 1.8.4 -> 1.8.5worldofpeace2019-03-13
| | | | https://github.com/gopasspw/gopass/releases/tag/v1.8.5
* termtosvg: fetch source from pypiMario Rodas2019-03-12
|
* moosefs: init at 3.0.103Mitch2019-03-12
| | | | | | | | | | * moosefs: init at 3.0.103 * fix email * fix formatting * fixes as suggested
* misc: Remove myself from list of maintainersJascha Geerds2019-03-12
| | | | | Unfortunately I don't have the time anymore to maintain those packages.
* openfortivpn: 1.8.0 -> 1.8.1 (#57348)R. RyanTM2019-03-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/openfortivpn/versions
* yubikey-manager{,-qt}: update (#57393)Will Dietz2019-03-12
| | | | | | * yubikey-manager: 2.0.0 -> 2.1.0 * yubikey-manager-qt: 1.1.0 -> 1.1.1
* you-get: 0.4.1205 -> 0.4.1270R. RyanTM2019-03-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/you-get/versions
* Merge pull request #56797 from veprbl/pr/texlive-2018-finalDmitry Kalinkin2019-03-12
|\ | | | | texlive: 2018 -> 2018-final
| * texlive: add tug.org as a mirror for 2018-finalDmitry Kalinkin2019-03-07
| |
| * biber: use texlive.biber for srcDmitry Kalinkin2019-03-04
| |
| * biber: 2.11 -> 2.12Robert Schütz2019-03-04
| | | | | | | | Biber 2.12 is for biblatex 3.12.
| * texlive: 2018 -> 2018-finalDmitry Kalinkin2019-03-03
| |
| * texlive/combine.nix: fix bugs in languages filterDmitry Kalinkin2019-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial language.{dat,def} configuration files provided by `texlive.hyphen-base` may declare languages that were not part of the combined packages. Those are filtered out by a sed script that had few problems: 1) The sed script was generated from a list of potentially non-unique packages. Every repetition of a select and print clause would produce a copy of a language declaration in the output file. This became a problem for update to the 2018-final, the fmtutil would crash from too much German hyphenation. 2) The select clauses were ambiguous: both '^% from hyphen' and '^% from hyphen-welsh' will match a line 'from hyphen-welsh'.
| * texlive/combine.nix: clarify implementation of mkUniqueOutPathsDmitry Kalinkin2019-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | mkUniqueOutPaths used to produce empty paths for dummy packages, this version strips those out. This does not affect `pkgList.bin` at all, but `pkgList.nonbin` is affected, so this is not exactly a refactoring. It should not harm to have a cleaner `paths`. Also, original comment said "here we deal with those dummy packages needed for hyphenation filtering". This doesn't seem to be true, the packages that were really filtered are actually metapackages that represent collections. I also could not find any dummy packages even in the originally committed version.
| * texlive/combine.nix: s/mkUniquePkgs/mkUniqueOutPaths/Dmitry Kalinkin2019-03-03
| |
| * texlive: move fastUnique from default.nix to combine.nixDmitry Kalinkin2019-03-03
| |
* | Merge pull request #57336 from r-ryantm/auto-update/nx-libsRyan Mulligan2019-03-12
|\ \ | | | | | | nx-libs: 3.5.99.18 -> 3.5.99.19
| * | nx-libs: 3.5.99.18 -> 3.5.99.19R. RyanTM2019-03-10
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nx-libs/versions
* | | lr: 1.4 -> 1.4.1R. RyanTM2019-03-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/lr/versions
* | | Merge pull request #57444 from abathur/pdfgrep-platform-unixDmitry Kalinkin2019-03-11
|\ \ \ | | | | | | | | pdfgrep: relax platform from linux to unix
| * | | pdfgrep: relax platform from linux to unixTravis A. Everett2019-03-11
| | | |
* | | | Merge pull request #57296 from kalbasit/nixpkgs_go-fixesWael Nasreddine2019-03-11
|\ \ \ \ | | | | | | | | | | Fixes to a few Go packages.
| * | | | vault: export GOCACHE in the preBuild phaseWael M. Nasreddine2019-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | TMPDIR, in `GOCACHE = "$TMPDIR";`, will not be intepreted when it's set outside of a phase.
* | | | | smenu: relax platform from linux to unixTravis A. Everett2019-03-11
| |/ / / |/| | |
* | | | plantuml: 1.2019.1 -> 1.2019.2R. RyanTM2019-03-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/plantuml/versions
* | | | Merge pull request #56816 from etu/transifex-fix-buildElis Hirwing2019-03-11
|\ \ \ \ | | | | | | | | | | transifex-client: Fix build after updated dependencies
| * | | | transifex-client: Fix build after updated dependenciesElis Hirwing2019-03-04
| | | | |
* | | | | Merge pull request #57052 from dtzWill/update/broot-0.7.0Will Dietz2019-03-11
|\ \ \ \ \ | | | | | | | | | | | | broot: 0.6.3 -> 0.7.1
| * | | | | broot: 0.7.0 -> 0.7.1Will Dietz2019-03-09
| | | | | |
| * | | | | broot: 0.6.3 -> 0.7.0Will Dietz2019-03-07
| | | | | |
* | | | | | gifski: init at 0.8.7Mario Rodas2019-03-11
| | | | | |
* | | | | | Merge pull request #57195 from dtzWill/update/proot-5.1.0.20190305Dmitry Kalinkin2019-03-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | proot: update, consolidate, python extension support
| * | | | | | proot: cleanup (single version, make python optional, add maintainer)Will Dietz2019-03-09
| | | | | | |
| * | | | | | proot: 5.1.0.20181214 -> 5.1.0.20190305Will Dietz2019-03-09
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | https://github.com/proot-me/PRoot/compare/11972c0dab34e088c55c16a94d26c399ca7a26d8...ff61c86cb26f71c06af22574d9d4cc3a77292781
* | | | | | Merge pull request #57316 from r-ryantm/auto-update/mbufferRyan Mulligan2019-03-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | mbuffer: 20190113 -> 20190127
| * | | | | | mbuffer: 20190113 -> 20190127R. RyanTM2019-03-10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mbuffer/versions
* | | | | | Merge pull request #57272 from r-ryantm/auto-update/libcpuidRyan Mulligan2019-03-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | libcpuid: 0.4.0 -> 0.4.1
| * | | | | | libcpuid: 0.4.0 -> 0.4.1R. RyanTM2019-03-10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libcpuid/versions
* | | | / / websocat: init at 1.3.0Austin Seipp2019-03-10
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | Merge pull request #57261 from Ma27/fix-autorandr-completionsSarah Brofeldt2019-03-10
|\ \ \ \ \ | | | | | | | | | | | | autorandr: install bash completions properly
| * | | | | autorandr: install bash completions properlyMaximilian Bosch2019-03-10
| | | | | |
* | | | | | Merge pull request #57232 from bachp/bonnie-1.98Sarah Brofeldt2019-03-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | bonnie: 1.97.3 -> 1.98
| * | | | | | bonnie: fix bon_csv2txt utilityPascal Bach2019-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bon_csv2txt utility is a perl script. By default it is looking forbonnie: fix bon_csv2txt utility The bon_csv2txt utility is a perl script. By default it is looking for perl in /usr/bin/perl which doesn't work on nixos. This changes patches the perl interpreter correctly. But this comes as at a cost of closure size increase from 34'006'536 bytes to 90'289'456 bytes as perl is now a dependency. An alterantive would be to patch the file to use /usr/bin/env perl and just rely on a perl interpreter being present in PATH. perl in /usr/bin/perl which doesn't work on nixos. This changes patches the perl interpreter correctly. But this comes as at a cost of closure size increase as perl is now a dependency. An alterantive would be to patch the file to use /usr/bin/env perl and just rely on a perl interpreter being present in PATH.
| * | | | | | bonnie: 1.97.3 -> 1.98Pascal Bach2019-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Version is already available in debian testing.
* | | | | | | Merge pull request #57267 from obsidiansystems/override-unstable-nixJohn Ericson2019-03-10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | nix*: Make .override work