about summary refs log tree commit diff
path: root/pkgs/tools/system
Commit message (Collapse)AuthorAge
* Merge pull request #57812 from AndersonTorres/update/plan9portJoachim F2019-03-23
|\ | | | | plan9port: 2018-09-20 -> 2019-02-25
| * plan9port: 2018-09-20 -> 2019-02-25AndersonTorres2019-03-17
| |
* | Merge pull request #57820 from illegalprime/fix/tree-crossMatthew Bauer2019-03-19
|\ \ | |/ |/| tree: use $CC instead of cc to build
| * tree: use $CC instead of cc to buildMichael Eden2019-03-16
| |
* | hardinfo: fix not finding libcChristoph Neidahl2019-03-17
|/
* acpica-tools: 20190108 -> 20190215 (#56581)R. RyanTM2019-03-15
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/acpica-tools/versions
* misc: Remove myself from list of maintainersJascha Geerds2019-03-12
| | | | | Unfortunately I don't have the time anymore to maintain those packages.
* 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
* 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 #56641 from r-ryantm/auto-update/facterSilvan Mosberger2019-03-08
|\ | | | | facter: 3.12.3 -> 3.13.0
| * facter: 3.12.3 -> 3.13.0R. RyanTM2019-03-01
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/facter/versions
* | Merge pull request #55142 from FlorianFranzen/thinkfan_smartDomen Kožar2019-03-05
|\ \ | | | | | | thinkfan: add option for libatasmart support
| * | thinkfan: add option for libatasmart supportFlorian Franzen2019-02-03
| | |
* | | s6-rc: 0.4.1.0 -> 0.5.0.0Will Dietz2019-03-04
| | | | | | | | | | | | https://skarnet.org/software/s6-rc/upgrade.html
* | | s6: 2.7.2.2 -> 2.8.0.0Will Dietz2019-03-04
| | | | | | | | | | | | https://skarnet.org/software/s6/upgrade.html
* | | fio: 3.12 -> 3.13 (#56650)R. RyanTM2019-03-04
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fio/versions
* | | stress-ng: 0.09.49 -> 0.09.54Will Dietz2019-03-01
| |/ |/|
* | ddrescue: 1.23 -> 1.24 (#56484)Will Dietz2019-02-28
| | | | | | http://lists.gnu.org/archive/html/info-gnu/2019-02/msg00012.html
* | bfs: 1.3.2 -> 1.3.3 (#55911)R. RyanTM2019-02-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/bfs/versions
* | Merge #55988: treewide meta.platforms: linux -> unixVladimír Čunát2019-02-22
|\ \
| * | Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy2019-02-18
| | | | | | | | | | | | on darwin too (too restrictive platforms)
* | | gotop: use vendored dependenciesAlyssa Ross2019-02-19
| | |
* | | gotop: 1.7.1 -> 2.0.1Alyssa Ross2019-02-19
|/ /
* | osquery: fix buildMaximilian Bosch2019-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We use `dpkg` 1.19.2 since 23661254e45d6eb47acad16a174637803637917a. This version dropped pkg_db_reset` in `<dpkg/dpkg_db.h>` which broke compilation with the following errors: ``` /build/source/osquery/tables/system/linux/deb_packages.cpp: In function 'void osquery::tables::dpkg_setup(pkg_array*)': /build/source/osquery/tables/system/linux/deb_packages.cpp:83:3: error: 'pkg_array_init_from_db' was not declared in this scope pkg_array_init_from_db(packages); ^~~~~~~~~~~~~~~~~~~~~~ /build/source/osquery/tables/system/linux/deb_packages.cpp:83:3: note: suggested alternative: 'pkg_array_init_from_hash' pkg_array_init_from_db(packages); ^~~~~~~~~~~~~~~~~~~~~~ pkg_array_init_from_hash /build/source/osquery/tables/system/linux/deb_packages.cpp: In function 'void osquery::tables::dpkg_teardown(pkg_array*)': /build/source/osquery/tables/system/linux/deb_packages.cpp:93:3: error: 'pkg_db_reset' was not declared in this scope pkg_db_reset(); ^~~~~~~~~~~~ /build/source/osquery/tables/system/linux/deb_packages.cpp:93:3: note: suggested alternative: 'pkg_hash_reset' pkg_db_reset(); ^~~~~~~~~~~~ pkg_hash_reset make[2]: *** [osquery/tables/CMakeFiles/osquery_system_tables.dir/build.make:115: osquery/tables/CMakeFiles/osquery_system_tables.dir/system/linux/deb_packages.cpp.o] Error 1 ``` As there's currently no upstream fix, it's better to use an older version of `dpkg` for now.
* | Merge branch 'master' into staging-nextVladimír Čunát2019-02-09
|\ \ | | | | | | | | | Hydra nixpkgs: ?compare=1504357
| * | inxi: 3.0.31-1 -> 3.0.32-1Michael Weiss2019-02-08
| | |
| * | Merge pull request #55453 from aanderse/cron-editorAlyssa Ross2019-02-08
| |\ \ | | | | | | | | cron: fix error when running crontab as sudo (issue #54827)
| | * | cron: fix error when running crontab as sudo (issue #54827)Aaron Andersen2019-02-08
| | |/
| * / inxi: 3.0.30-1 -> 3.0.31-1Michael Weiss2019-02-07
| |/
* | Merge branch 'master' into staging-nextVladimír Čunát2019-02-01
|\| | | | | | | | | | | | | 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
| * Merge pull request #54837 from r-ryantm/auto-update/factermarkuskowa2019-01-29
| |\ | | | | | | facter: 3.12.2 -> 3.12.3
| | * facter: 3.12.2 -> 3.12.3R. RyanTM2019-01-28
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/facter/versions
| * | freeipmi: 1.6.2 -> 1.6.3R. RyanTM2019-01-28
| |/ | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/freeipmi/versions
| * treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | | | | | | | 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.
| * nvtop: 0.2.2 -> 1.0.0Mateusz Kowalczyk2019-01-25
| |
| * Merge pull request #54237 from r-ryantm/auto-update/acpica-toolsSilvan Mosberger2019-01-24
| |\ | | | | | | acpica-tools: 20181213 -> 20190108
| | * acpica-tools: 20181213 -> 20190108R. RyanTM2019-01-17
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/acpica-tools/versions
| * | Merge pull request #53818 from gnidorah/updatesJörg Thalheim2019-01-23
| |\ \ | | | | | | | | update most packages I maintain
| | * | ps_mem: 3.9 -> 3.12gnidorah2019-01-12
| | | |
| * | | proot: change github owner to 'proot-me', add veprbl to maintainersDmitry Kalinkin2019-01-22
| | | |
| * | | proot: 20171015 -> 20181214Joe Hermaszewski2019-01-22
| | | | | | | | | | | | | | | | Proot now includes a fix for the seccomp bug on recent kernels
* | | | Merge staging-next into stagingFrederik Rietdijk2019-01-19
|\| | |
| * | | bfs: 1.3.1 -> 1.3.2R. RyanTM2019-01-17
| | |/ | |/| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bfs/versions
* | | Merge staging-next into stagingFrederik Rietdijk2019-01-17
|\| |
| * | sleuthkit: 4.6.4 -> 4.6.5R. RyanTM2019-01-16
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sleuthkit/versions
* | | Merge staging-next into stagingFrederik Rietdijk2019-01-15
|\| |
| * | osquery: fix buildMaximilian Bosch2019-01-14
| | | | | | | | | | | | | | | | | | | | | | | | It seems as without the appropriate linker flag `-lcrypto` the `libcrypto.sh` can't be found by `ld` which broke one of the linker processes during compilation. See also https://hydra.nixos.org/build/87208819
| * | inxi: init at 3.0.30-1Michael Weiss2019-01-13
| | |
| * | skawarePackages.s6: 2.7.2.0 -> 2.7.2.2Profpatsch2019-01-13
| | |