about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | mariadb: add option to build server without rocksdb storageIzorkin2020-04-02
| | | | | | | | | |
| * | | | | | | | | mariadb: add option to build server without tokudb storageIzorkin2020-04-02
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | emacs: fix setup-hookRobert Helgesson2020-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change fixes byte compilation of, e.g., Helm without breaking builds using, e.g., `trivialBuild`. See https://github.com/NixOS/nixpkgs/pull/82604#issuecomment-607201755
* | | | | | | | | Merge pull request #84121 from Frostman/grafana-6.7.2Robin Gloster2020-04-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | grafana: 6.7.1 -> 6.7.2
| * | | | | | | | | grafana: 6.7.1 -> 6.7.2Sergey Lukjanov2020-04-02
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | xonotic: split glx, sdl, dedicated, data (#83461)Milan2020-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has many advantages: - Each variant can be installed without pulling in the dependencies of the other variants, which makes it possible to build an SDL variant without X11 dependencies - Hydra can now build binaries without downloading 1GB of data, so users do not have to build them on their own machines - Users do not have to redownload 1GB of data after each dependency update Includes the following fixes: - Add dependency on libGL for GLX variant as it will fail in some environments otherwise - Pass -j and -l to make to enable parallel building - Quote homepage URI and use https - Add a .desktop file and icons
* | | | | | | | | Merge pull request #84125 from edolstra/system-registryEelco Dolstra2020-04-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nix-daemon.nix: Add option nix.registry
| * | | | | | | | | nix-daemon.nix: Add option nix.registryEelco Dolstra2020-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows you to specify the system-wide flake registry. One use is to pin 'nixpkgs' to the Nixpkgs version used to build the system: nix.registry.nixpkgs.flake = nixpkgs; where 'nixpkgs' is a flake input. This ensures that commands like $ nix run nixpkgs#hello pull in a minimum of additional store paths. You can also use this to redirect flakes, e.g. nix.registry.nixpkgs.to = { type = "github"; owner = "my-org"; repo = "my-nixpkgs"; };
* | | | | | | | | | Merge pull request #84118 from Ma27/bump-matrix-synapseLéo Gaspard2020-04-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | matrix-synapse: 1.12.0 -> 1.12.1
| * | | | | | | | | | matrix-synapse: 1.12.0 -> 1.12.1Maximilian Bosch2020-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/matrix-org/synapse/releases/tag/v1.12.1
* | | | | | | | | | | Merge pull request #83247 from r-ryantm/auto-update/rust-cbindgenBenjamin Hipple2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | rust-cbindgen: 0.13.1 -> 0.13.2
| * | | | | | | | | | | rust-cbindgen: 0.13.1 -> 0.13.2R. RyanTM2020-03-23
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #83786 from stigtsp/package/litecli-1.3.2Sarah Brofeldt2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | litecli: 1.1.0 -> 1.3.2
| * | | | | | | | | | | | litecli: 1.1.0 -> 1.3.2Stig Palmquist2020-03-30
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #83869 from davidtwco/computecpp-1.3.0Sarah Brofeldt2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | computecpp: 1.2.0 -> 1.3.0
| * | | | | | | | | | | | | computecpp: 1.2.0 -> 1.3.0David Wood2020-03-31
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #83868 from davidtwco/wootility-3.4.6Sarah Brofeldt2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | wootility: 3.3.3 -> 3.4.6
| * | | | | | | | | | | | | wootility: 3.3.3 -> 3.4.6David Wood2020-03-31
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | linux: 4.9.217 -> 4.9.218Tim Steinbach2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | linux: 4.4.217 -> 4.4.218Tim Steinbach2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | linux: 4.14.174 -> 4.14.175Tim Steinbach2020-04-02
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | packagekit: Don't depend on nix unless enableNixBackend = trueEelco Dolstra2020-04-02
| | | | | | | | | | | |
* | | | | | | | | | | | google-music-scripts: 4.0.1 -> 4.3.0Jonathan Ringer2020-04-02
| | | | | | | | | | | |
* | | | | | | | | | | | python3Packages.tbm-utils: 1.0.0 -> 2.5.0Jonathan Ringer2020-04-02
| | | | | | | | | | | |
* | | | | | | | | | | | python3Packages.httpx: 0.9.5 -> 0.12.1Jonathan Ringer2020-04-02
| | | | | | | | | | | |
* | | | | | | | | | | | python3Packages.google-music: 3.2.1 -> 3.5.0Jonathan Ringer2020-04-02
| | | | | | | | | | | |
* | | | | | | | | | | | python3Packages.google-music-protoJonathan Ringer2020-04-02
| | | | | | | | | | | |
* | | | | | | | | | | | python3Packages.audio-metadata: 0.6.0 -> 0.9.0Jonathan Ringer2020-04-02
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #84111 from Mic92/clipitJörg Thalheim2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | clipit: 1.4.2 -> 1.4.4
| * | | | | | | | | | | | clipit: 1.4.2 -> 1.4.4Jörg Thalheim2020-04-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #83279 from flokli/bump-terraform-providersFlorian Klink2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | bump terraform providers
| * | | | | | | | | | | | | terraform-providers: updateFlorian Klink2020-04-02
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | terraform-providers: fix the google and google-beta providerszimbatm2020-04-02
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | terraform-providers: refactorFlorian Klink2020-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some terraform providers were moved to the `hashicorp` organization, some are still in the `terraform-providers` organization. GitHub doesn't show moved repositories when querying via the API (only on the web interface). In addition, if there are more than 100 results (there still are), we'd need to implement paging, which is cubersome in curl. In addition to that, to look up tags, we used to creating a HTTP request for each and every provider, which caused us to easily get blocked by GitHubs rate-limiting. Instead of all that, let's use `hub` (which implements paging) and the GitHub's GraphQL endpoint to get a list all repositories for a given organization AND the latest tag for each of them. We post-process the output with `jq`. This also removes the providers.txt and folds the data into the script. The blacklist was becoming too annoying to handle as a config file. For the whitelist, we still need to individually fetch tags. Fixes #83215 Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
* | | | | | | | | | | | | | Merge pull request #84112 from elseym/plexRobin Gloster2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plex: 1.18.9.2571 -> 1.18.9.2578
| * | | | | | | | | | | | | | plex: 1.18.9.2571 -> 1.18.9.2578elseym2020-04-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | mate.mate-common: 1.24.0 -> 1.24.1José Romildo Malaquias2020-04-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | hyperrogue: 11.2d -> 11.3fmehlon2020-04-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | synergy: 1.11.0 -> 1.11.1talyz2020-04-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | mtools: 4.0.23 -> 4.0.24Lancelot SIX2020-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00010.html for release information
* | | | | | | | | | | | | | | libupnp: 1.8.4 -> 1.12.0Ying Kanyang (Harry Ying)2020-04-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | jwasm: 2017-11-12 -> 2.13AndersonTorres2020-04-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | python3Packages.weechat-matrix: unstable-2020-01-21 -> 0.1.0Tony Olagbaiye2020-04-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | kanshi: 1.0.0 -> 1.1.0Vladyslav M2020-04-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | dolt: 0.15.0 -> 0.15.2R. RyanTM2020-04-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | graylog: 3.2.2 -> 3.2.4Tristan Helmich (omniIT)2020-04-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | git-lfs: 2.8.0 -> 2.10.0Jonathan Ringer2020-04-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | gthumb: add gst plugins for video playbackDoron Behar2020-04-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #84108 from volth/patch-395Jörg Thalheim2020-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | scallion: use openssl 1.0
| * | | | | | | | | | | | | | scallion: use openssl 1.0volth2020-04-02
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | it does not work with openssl 1.1 (upstream issue https://github.com/lachesis/scallion/issues/113)