about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* lxd: Add proper support for `nftables`Patryk Wychowaniec2020-06-05
|
* Merge pull request #89525 from Mic92/cgmanagerJörg Thalheim2020-06-05
|\
| * cgmanager: removeJörg Thalheim2020-06-05
| | | | | | | | fixes #30023
* | Merge pull request #89523 from Mic92/rust-docsJörg Thalheim2020-06-05
|\ \ | | | | | | buildRustPackage: add documentation on how to create cargo.lock patches
| * | buildRustPackage: add documentation on how to create cargo.lock patchesJörg Thalheim2020-06-05
| |/
* | pythonmagick -> python2.pkgs.pythonmagickFrederik Rietdijk2020-06-05
| | | | | | | | Python bindings should be in python-packages.nix.
* | Merge pull request #89510 from flokli/buildbot-pbPortFlorian Klink2020-06-05
|\ \ | | | | | | nixos/buildbot-master: fix typo in services.buildbot-master.bpPort
| * | nixos/buildbot-master: fix typo in services.buildbot-master.bpPortFlorian Klink2020-06-05
| | | | | | | | | | | | | | | | | | It's pbPort, and it's also a connection string, meaning listen-on-localhost is also possible. Provide an alias for the old option name, so old configs still work.
* | | ocamlPackages.custom_printf: remove at 112.24.00Vincent Laporte2020-06-05
| | | | | | | | | | | | | | | | | | This is a legacy package for OCaml 4.02 custom_printf is deprecated, use ppx_custom_printf instead
* | | Merge pull request #89522 from josephtheengineer/freecad-wrapQtAppsHookGabriel Ebner2020-06-05
|\ \ \ | | | | | | | | freecad: use wrapQtAppsHook
| * | | freecad: use wrapQtAppsHookjosephtheengineer2020-06-05
| | | |
* | | | Merge pull request #89480 from talyz/gitlab-13Robin Gloster2020-06-05
|\ \ \ \ | |_|_|/ |/| | | gitlab: 12.10.8 -> 13.0.4
| * | | gitlab: 13.0.3 -> 13.0.4talyz2020-06-04
| | | | | | | | | | | | | | | | https://about.gitlab.com/releases/2020/06/03/critical-security-release-13-0-4-released/
| * | | gitlab: 12.10.8 -> 13.0.3Robin Gloster2020-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://about.gitlab.com/releases/2020/05/22/gitlab-13-0-released/ https://about.gitlab.com/releases/2020/05/27/security-release-13-0-1-released/ https://about.gitlab.com/releases/2020/05/29/gitlab-13-0-3-released/ The gitaly gitlab-shell config has moved into gitaly.toml. See https://gitlab.com/gitlab-org/gitaly/-/issues/2182 for more info.
* | | | Add {pkgsMusl,pkgsStatic}.stdenv to build on hydra (#89425)Domen Kožar2020-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add pkgsMusl.stdenv to block nixpkgs channel * Don’t include i686-linux for pkgs{Musl,Static} musl bootstrapping is unavailable for i686-linux right now. so we can just exclude it from hydra. Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
* | | | Merge #89474: thunderbird*: 68.8.1 -> 68.9.0 (security)Vladimír Čunát2020-06-05
|\ \ \ \
| * | | | thunderbird: 68.8.1 -> 68.9.0taku02020-06-04
| | | | |
| * | | | thunderbird-bin: 68.8.1 -> 68.9.0taku02020-06-04
| | | | |
* | | | | Merge pull request #87949 from doronbehar/mpd-docsMario Rodas2020-06-04
|\ \ \ \ \ | |_|_|/ / |/| | | | mpd: enable tests + install docs + split outputs
| * | | | mpd: Build and install docs and split outputsDoron Behar2020-05-16
| | | | |
| * | | | mpd: enable testsDoron Behar2020-05-16
| | | | |
| * | | | mpd: format inputsDoron Behar2020-05-16
| | | | |
| * | | | mpd: use pkg-config instead of pkgconfigDoron Behar2020-05-16
| | | | |
* | | | | Merge pull request #89504 from flokli/buildbot-2.8.0Florian Klink2020-06-05
|\ \ \ \ \ | | | | | | | | | | | | buildbot: 2.7.0 -> 2.8.0
| * | | | | buildbot: 2.7.0 -> 2.8.0Florian Klink2020-06-05
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` Bug fixes Fix GitHubEventHandler to include files in Change that comes from a github PR (issue # 5294) Updated the Docker container buildbot-master to Alpine 3.11 to fix segmentation faults caused by an old version of musl Base64 encoding logs and attachments sent via email so emails conform to RFC 5322 2.1.1 Handling the case where the BitbucketStatusPush return code is not 200 When cancelling a buildrequest, the reason field is now correctly transmitted all the way to the cancelled step. Fix Cache-control header to be compliant with RFC 7234 (issue # 5220) Fix GerritEventLogPoller class to be declared as entry_point (can be used in master.cfg file) Git poller: add –ignore-missing argument to git log call to avoid fatal: bad object errors Log watcher looks for the “tail” utility in the right location on Haiku OS. Add limit and filtering support for the changes data API as described in issue # 5207 Improved Documentation Make docs build with the latest sphinx and improve rendering of the example HTML file for custom dashboard Make docs build with Sphinx 3 and fix some typos and incorrect Python module declarations Features Property and Interpolate objects can now be compared. This will generate a renderable that will be evaluated at runtime. see Renderable Comparison. Added argument count to lock access to allow a lock to consume a variable amount of units Added arguments pollRandomDelayMin and pollRandomDelayMax to HgPoller, GitPoller, P4Poller, SvnPoller to spread the polling load ```
* | | | | openttd: 1.10.1 -> 1.10.2Stefan Frijters2020-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | A bug in the upstream configure script was fixed (OpenTTD/OpenTTD#8145), which means we now need `which` available during the build.
* | | | | liferea: Update dependenciesJan Tojnar2020-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dconf & librsvg are indirect and will be already available through wrapGAppsHook. libsecret replaces gnome-secret and is required for the keyring plug-in. Closes: https://github.com/NixOS/nixpkgs/issues/39650
* | | | | liferea: Format with nixpkgs-fmtJan Tojnar2020-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Format with nixpkgs-fmt * Replace pkgconfig alias with pkg-config * Remove duplicate gsettings-desktop-schemas
* | | | | pythonPackages.wtforms: 2.1 -> 2.3.1Benjamin Hipple2020-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | 2.1 is from 2015! https://github.com/wtforms/wtforms/blob/master/CHANGES.rst
* | | | | Merge pull request #89273 from rileyinman/plex-updateDaiderd Jordan2020-06-04
|\ \ \ \ \ | |/ / / / |/| | | | plex: 1.19.2.2737-b69929dab -> 1.19.3.2852-219a9974e
| * | | | plex: 1.19.2.2737-b69929dab -> 1.19.3.2852-219a9974eRiley Inman2020-05-31
| | | | |
* | | | | Merge pull request #88019 from risicle/ris-aflplusplus-2.65cRobert Scott2020-06-04
|\ \ \ \ \ | | | | | | | | | | | | aflplusplus: 2.64c -> 2.65c
| * | | | | aflplusplus: remove clang_9 and llvm_9 specificityRobert Scott2020-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i've successfully built this with llvm 8 and 6 now - make this easier to override
| * | | | | aflplusplus: don't run unit tests with cmockaRobert Scott2020-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i don't think running the unit tests really adds anything given that we have proper integration tests working, and it just introduces another build dependency and possibility for spurious breakage.
| * | | | | aflplusplus: 2.64c -> 2.65cRobert Scott2020-05-16
| | | | | |
* | | | | | linuxPackages.rtl88x2bu: init at 2020-05-19Benjamin Saunders2020-06-04
| | | | | |
* | | | | | python3Packages.uamqp: 1.2.7 -> 1.2.8Jonathan Ringer2020-06-04
| | | | | |
* | | | | | python3Packages.azure-servicebus: add imports checkJonathan Ringer2020-06-04
| | | | | |
* | | | | | azure-cli: 2.5.1 -> 2.7.0Jonathan Ringer2020-06-04
| | | | | |
* | | | | | python3Packages.azure-servicebus: 0.50.2 -> 0.50.3Jonathan Ringer2020-06-04
| | | | | |
* | | | | | python3Packages.azure-mgmt-signalr: 0.3.0 -> 0.4.0Jonathan Ringer2020-06-04
| | | | | |
* | | | | | python3Packages.azure-mgmt-loganalytics: 0.5.0 -> 0.6.0Jonathan Ringer2020-06-04
| | | | | |
* | | | | | python3Packages.azure-mgmt-imagebuilder: 0.3.0 -> 0.4.0Jonathan Ringer2020-06-04
| | | | | |
* | | | | | python3Packages.azure-mgmt-hanaonazure: 0.13.0 -> 0.14.0Jonathan Ringer2020-06-04
| | | | | |
* | | | | | python3Packages.azure-mgmt-batch: 8.0.0 -> 9.0.0Jonathan Ringer2020-06-04
| | | | | |
* | | | | | vimPlugins.vim-mundo: init at 2020-05-06David Wood2020-06-04
| | | | | |
* | | | | | vimPlugins.is-vim: init at 2017-10-30David Wood2020-06-04
| | | | | |
* | | | | | vimPlugins.vim-numbertoggle: init at 2017-10-26David Wood2020-06-04
| | | | | |
* | | | | | vimPlugins.vim-tmux-clipboard: init at 2019-04-07David Wood2020-06-04
| | | | | |
* | | | | | vimPlugins.vim-hybrid: init at 2016-01-05David Wood2020-06-04
| | | | | |