summary refs log tree commit diff
path: root/pkgs/tools
Commit message (Collapse)AuthorAge
* treewide: rename name to pname&versionFelix Buehler2021-11-09
|
* Merge pull request #145238 from lovesegfault/nixpkgs-review-nix-stableJörg Thalheim2021-11-09
|\ | | | | nixpkgs-review: use nix (2.4)
| * nixpkgs-review: use nix (2.4)Bernardo Meurer2021-11-09
| | | | | | | | | | Follow-up to #144197 since nixUnstable is no longer for many new features.
* | Merge pull request #145235 from lovesegfault/nix-lovesegfaultJörg Thalheim2021-11-09
|\ \ | | | | | | nix: add lovesegfault to maintainers
| * | nix: add lovesegfault to maintainersBernardo Meurer2021-11-09
| |/
* | Merge pull request #145233 from lovesegfault/btop-1.0.24Bernardo Meurer2021-11-09
|\ \ | |/ |/| btop: 1.0.20 -> 1.0.24
| * btop: 1.0.20 -> 1.0.24Bernardo Meurer2021-11-09
| |
* | nixStable: 2.3.16 -> 2.4Bernardo Meurer2021-11-09
|/
* Merge pull request #145093 from basvandijk/djbdns-softlimit-fixBas van Dijk2021-11-09
|\ | | | | djbdns: fix crash due to data ulimit
| * djbdns: add newline to softlimit.patchBas van Dijk2021-11-09
| |
| * djbdns: add link to tinydns nixos testThibaut Marty2021-11-08
| |
| * djbdns: fix crash due to data ulimitBas van Dijk2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: https://github.com/NixOS/nixpkgs/issues/119066. When `djbdns` is repeatedly queried it will crash with: ``` mmap: tinydns (842): VmData 331776 exceed data ulimit 300000. Update limits or use boot option ignore_rlimit_data. ``` So we increase the softlimit from 300000 to 4500000 as suggested in the issue. The `tinydns` NixOS test has been extended with testing for the faulty behaviour.
* | Merge pull request #144930 from artemist/bcachefsdavidak2021-11-09
|\ \ | | | | | | linux_testing_bcachefs, bcachefs-tools: upgrade
| * | linux_testing_bcachefs, bcachefs-tools: unstable-2021-07-08 → ↵Artemis Tosini2021-11-06
| | | | | | | | | | | | | | | | | | | | | | | | unstable-2021-11-06 bcachefs now supports snapshots so we need the latest version to use them. Additionally, it appears to build on AArch64 so I've removed the x86 requirement.
* | | Merge pull request #144907 from kira-bruneau/goverlayMario Rodas2021-11-09
|\ \ \ | | | | | | | | goverlay: 0.6.3 → 0.6.4
| * | | goverlay: 0.6.3 → 0.6.4Kira Bruneau2021-11-06
| | | |
* | | | Merge pull request #144890 from flokli/pulumi-bumpFlorian Klink2021-11-09
|\ \ \ \ | | | | | | | | | | pulumi-bin: 3.16.0 -> 3.17.0
| * | | | pulumi-bin: 3.16.0 -> 3.17.0Florian Klink2021-11-06
| | | | |
* | | | | Merge pull request #145151 from r-burns/clinfo-darwinRyan Burns2021-11-09
|\ \ \ \ \ | | | | | | | | | | | | clinfo: enable on darwin
| * | | | | clinfo: enable on darwinRyan Burns2021-11-08
| | | | | |
* | | | | | godns: add missing ldflagsLin Yinfeng2021-11-09
| | | | | |
* | | | | | godns: 2.5 -> 2.5.1Lin Yinfeng2021-11-09
|/ / / / /
* | | | | Merge pull request #145085 from Lassulus/nixos-generatorsSandro2021-11-08
|\ \ \ \ \
| * | | | | nixos-generators: 1.4.0 -> 1.5.0lassulus2021-11-08
| | | | | |
* | | | | | flips: unstable-2021-05-18 -> unstable-2021-10-28Konrad Borowski2021-11-08
|/ / / / /
* | | | | Merge pull request #136009 from angustrau/pygame-2.0.2-devSandro2021-11-08
|\ \ \ \ \
| * | | | | timidity: enable darwin supportAngus Trau2021-11-08
| | | | | |
* | | | | | Merge pull request #144832 from r-burns/i686-ltoSandro2021-11-08
|\ \ \ \ \ \
| * | | | | | efivar: fix LTO buildRyan Burns2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The LTO failure was not entirely due to 22284b07. Based on https://salsa.debian.org/efi-team/efivar/-/commit/90fa4b7c105fb33f896ea291fb79de1fd0046f89
| * | | | | | treewide: reenable LTO on i686Ryan Burns2021-11-05
| | | | | | |
* | | | | | | Merge pull request #144767 from mkg20001/synapse-adminSandro2021-11-08
|\ \ \ \ \ \ \
| * | | | | | | synapse-admin: init at 0.8.3Maciej Krüger2021-11-05
| | | | | | | |
* | | | | | | | Merge pull request #143762 from starcraft66/update-gbBobby Rong2021-11-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gb-backup: unstable-2021-08-16 -> unstable-2021-10-27
| * | | | | | | | gb-backup: unstable-2021-08-16 -> unstable-2021-10-27Tristan Gosselin-Hane2021-10-29
| | | | | | | | |
* | | | | | | | | Merge pull request #140702 from r-k-b/vpn-slice/updateBobby Rong2021-11-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vpn-slice: 0.14 -> 0.15, add update-script
| * | | | | | | | | vpn-slice: 0.14 -> 0.15Robert K. Bell2021-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And add an update-script, for automatic updates.
* | | | | | | | | | wakatime: 13.0.7 -> 1.18.7Edmund Wu2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert to the new implementation in Go
* | | | | | | | | | nix: disable separateDebugInfo for nix_2_4 staticBernardo Meurer2021-11-07
| | | | | | | | | |
* | | | | | | | | | nix_2_4: fix NIX_LDFLAGSBernardo Meurer2021-11-07
| | | | | | | | | |
* | | | | | | | | | nix_2_3: init @ 2.3.16Bernardo Meurer2021-11-07
| | | | | | | | | |
* | | | | | | | | | nix_2_4: 2.4pre-rc1 -> 2.4Bernardo Meurer2021-11-07
| | | | | | | | | |
* | | | | | | | | | Merge pull request #145019 from bbigras/kopiafigsoda2021-11-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | kopia: 0.9.4 -> 0.9.5
| * | | | | | | | | | kopia: 0.9.4 -> 0.9.5Bruno Bigras2021-11-07
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #143517 from r-ryantm/auto-update/autoresticBobby Rong2021-11-08
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | autorestic: 1.2.0 -> 1.3.0
| * | | | | | | | | | autorestic: 1.2.0 -> 1.3.0R. Ryantm2021-10-29
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #145006 from Artturin/spdlogupdSandro2021-11-07
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | treewide: remove fmt from buildInputs where spdlog is usedArtturin2021-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spdlog_1 has fmt_8 in propagatedBuildInputs and having fmt which points to fmt_7 in buildInputs makes the builds use wrong fmt
* | | | | | | | | | | | Merge pull request #144541 from alyssais/vpnc-makefile-patchJanne Heß2021-11-07
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | vpnc: remove unnecessary patch
| * | | | | | | | | | | | vpnc: remove unnecessary patchAlyssa Ross2021-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can make the same changes much less invasively using normal Nixpkgs stuff. This would make it easier to switch to the actively maintained fork[1] in future. The use of $(out)/etc instead of /etc is a bit questionable, but I don't want to change any behaviour in this patch so I'm leaving it alone for now. [1]: https://davidepucci.it/doc/vpnc/
* | | | | | | | | | | | | Merge pull request #144988 from applePrincess/exploitdb-2021-11-06Fabian Affolter2021-11-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | exploitdb: 2021-11-05 -> 2021-11-06