-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 58eac16818e8
head repository: NixOS/nixpkgs
compare: 06cdd3665912
Commits on Sep 29, 2019
-
phpPackages.phpcs: 3.4.2 -> 3.5.0
(cherry picked from commit 5e4de79)
Configuration menu - View commit details
-
Copy full SHA for 0f663ef - Browse repository at this point
Copy the full SHA 0f663efView commit details -
pythonPackages.streamz: 0.5.1 -> 0.5.2
(cherry picked from commit 8d306d5)
Configuration menu - View commit details
-
Copy full SHA for fb2ea4f - Browse repository at this point
Copy the full SHA fb2ea4fView commit details -
nixos/tests/ferm: wait for DAD timeout before testing
The test has recently been failing due to the IPv6 address on the server still being in the tentative state, when the client sends its first request. The server will not start using the IPv6 address until DAD has completed. Scripted networking seems not to wait for DAD completion before completing network-online.target, so let's switch to networkd instead, which does. (cherry picked from commit 1fb3818)
Configuration menu - View commit details
-
Copy full SHA for 83665e3 - Browse repository at this point
Copy the full SHA 83665e3View commit details -
pythonPackages.supervisor: 3.3.5 -> 4.0.4
(cherry picked from commit f08d4f7)
Configuration menu - View commit details
-
Copy full SHA for e1b962d - Browse repository at this point
Copy the full SHA e1b962dView commit details -
pythonPackages.shodan: 1.14.0 -> 1.17.0
(cherry picked from commit fb41b3d)
Configuration menu - View commit details
-
Copy full SHA for 21a8839 - Browse repository at this point
Copy the full SHA 21a8839View commit details -
pythonPackages.xapian: disable smoketests
(cherry picked from commit 24b364e)
Configuration menu - View commit details
-
Copy full SHA for 8873046 - Browse repository at this point
Copy the full SHA 8873046View commit details -
Merge pull request #70003 from etu/1909-php-cs
[19.09] phpPackages.phpcs: 3.4.2 -> 3.5.0
Configuration menu - View commit details
-
Copy full SHA for 7a3083f - Browse repository at this point
Copy the full SHA 7a3083fView commit details
Commits on Sep 30, 2019
-
phpPackages.phpcbf: 3.4.2 -> 3.5.0
(cherry picked from commit 096f03e)
Configuration menu - View commit details
-
Copy full SHA for b1967e3 - Browse repository at this point
Copy the full SHA b1967e3View commit details -
Merge pull request #70048 from etu/1909-phpcbf
[19.09] phpPackages.phpcbf: 3.4.2 -> 3.5.0
Configuration menu - View commit details
-
Copy full SHA for 105189c - Browse repository at this point
Copy the full SHA 105189cView commit details -
nixos/systemd: pick more upstream tmpfiles confs
In #68792 it was discovered that /dev/fuse doesn't have wordl-read-writeable permissions anymore. The cause of this is that the tmpfiles examples in systemd were reorganized and split into more files. We thus lost some of the configuration we were depending on. In this commit some of the new tmpfiles configuration that are applicable to us are added which also makes wtmp/lastlog in the pam module not necessary anymore. Rationale for the new tmpfile configs: - `journal-nowcow.conf`: Contains chattr +C for journald logs which makes sense on copy-on-write filesystems like Btrfs. Other filesystems shouldn't do anything funny when that flag is set. - `static-nodes-permissions.conf`: Contains some permission overrides for some device nodes like audio, loop, tun, fuse and kvm. - `systemd-nspawn.conf`: Makes sure `/var/lib/machines` exists and old snapshots are properly removed. - `systemd-tmp.conf`: Removes systemd services related private tmp folders and temporary coredump files. - `var.conf`: Creates some useful directories in `/var` which we would create anyway at some point. Also includes `/var/log/{wtmp,btmp,lastlog}`. Fixes #68792. (cherry picked from commit 0dc4fe0)
Configuration menu - View commit details
-
Copy full SHA for ad36169 - Browse repository at this point
Copy the full SHA ad36169View commit details -
Merge branch 'staging-19.09' into release-19.09
Almost all is rebuilt now, no mass regressions in there: https://hydra.nixos.org/eval/1545643
Configuration menu - View commit details
-
Copy full SHA for 89509ca - Browse repository at this point
Copy the full SHA 89509caView commit details -
mkRemovedOptionModule: assert on removed options
We don't want to ignore config that can mess up machines. In general this should always fail evaluation, as you think you are changing behaviour and don't, which can easily create run-time errors we can catch early. (cherry picked from commit b08b0bc)
Configuration menu - View commit details
-
Copy full SHA for 00f495f - Browse repository at this point
Copy the full SHA 00f495fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f8f39 - Browse repository at this point
Copy the full SHA 44f8f39View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/roundcube/versions (cherry picked from commit ad16672)
Configuration menu - View commit details
-
Copy full SHA for 6bce1ac - Browse repository at this point
Copy the full SHA 6bce1acView commit details
Commits on Oct 1, 2019
-
Merge pull request #70065 from worldofpeace/libproxy-19.09/fixbuild
[19.09] libproxy: build with spidermonkey_60
Configuration menu - View commit details
-
Copy full SHA for 2ed7dfe - Browse repository at this point
Copy the full SHA 2ed7dfeView commit details -
quassel: Fix use of
mkDerivation
The `with stdenv;` would override the `mkDerivation` to be the regular one, instead of the libsForQt5 one. This simply removes the dangerous use of the all-encompassing `with`, and prefers using a more precise inherit for `lib`. See #65399 Co-authored-by: worldofpeace <worldofpeace@protonmail.ch> (cherry picked from commit c52b5b8)
Configuration menu - View commit details
-
Copy full SHA for 0fc13aa - Browse repository at this point
Copy the full SHA 0fc13aaView commit details -
blueman: no optional networkmanager
blueman declares NetworkManager gi bindings as a required runtime dependency [0] Fixes #69555 [0]: https://github.com/blueman-project/blueman/blob/531da47b06de3617492cc5ae5530ca8b3f2e12a4/Dependencies.md (cherry picked from commit fcb84c5)
Configuration menu - View commit details
-
Copy full SHA for aaa1739 - Browse repository at this point
Copy the full SHA aaa1739View commit details -
The build was failing because the source rpm does not exist on epsons servers anymore. Thus bumping it to an existing version https://hydra.nixos.org/build/101990975/nixlog/5 (cherry picked from commit e338105)
Configuration menu - View commit details
-
Copy full SHA for 8ef6192 - Browse repository at this point
Copy the full SHA 8ef6192View commit details -
pythonPackages.premailer: fix build
(cherry picked from commit 1728793)
Configuration menu - View commit details
-
Copy full SHA for 8d7f2c7 - Browse repository at this point
Copy the full SHA 8d7f2c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0fcb53 - Browse repository at this point
Copy the full SHA c0fcb53View commit details -
python3Packages.pytaglib: fix build
Applied several patches to fix the test suite on python 2.7 and to properly install the `pyprinttags` executable. Also switched to the GitHub source for now as the PyPI tarball was wrongly packaged and didn't contain the `pyprinttags.py` script (see the last two patches for further reference). See also https://hydra.nixos.org/build/102493330 ZHF #68361 (cherry picked from commit c7164ea)
Configuration menu - View commit details
-
Copy full SHA for e61638d - Browse repository at this point
Copy the full SHA e61638dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c50dc3 - Browse repository at this point
Copy the full SHA 4c50dc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a66f18 - Browse repository at this point
Copy the full SHA 2a66f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e3be23 - Browse repository at this point
Copy the full SHA 1e3be23View commit details -
transifex-client: Add missing setuptools dependency
(cherry picked from commit d1a8006)
Configuration menu - View commit details
-
Copy full SHA for d7c9be9 - Browse repository at this point
Copy the full SHA d7c9be9View commit details -
(cherry picked from commit 70d0887)
Configuration menu - View commit details
-
Copy full SHA for 000a910 - Browse repository at this point
Copy the full SHA 000a910View commit details -
Configuration menu - View commit details
-
Copy full SHA for eafcb18 - Browse repository at this point
Copy the full SHA eafcb18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3098d65 - Browse repository at this point
Copy the full SHA 3098d65View commit details -
See https://hydra.nixos.org/build/102480738 Bumping to latest version (which is 0.4.2 according to Cargo.lock) fixes the build error. As no dependency changes happened, cargoSha256 doesn't need to be updated. ZHF #68361 (cherry picked from commit b5204d9)
Configuration menu - View commit details
-
Copy full SHA for 2fc4fab - Browse repository at this point
Copy the full SHA 2fc4fabView commit details -
Merge pull request #70195 from obsidiansystems/lib-more-arm
lib: Add armv7a-linux to doubles.nix
Configuration menu - View commit details
-
Copy full SHA for c6de3b0 - Browse repository at this point
Copy the full SHA c6de3b0View commit details -
(cherry picked from commit bdd8693)
Configuration menu - View commit details
-
Copy full SHA for e326c4f - Browse repository at this point
Copy the full SHA e326c4fView commit details -
(cherry picked from commit 7a82c74)
Configuration menu - View commit details
-
Copy full SHA for 445ea37 - Browse repository at this point
Copy the full SHA 445ea37View commit details -
(cherry picked from commit 79b9909)
Configuration menu - View commit details
-
Copy full SHA for d1ab891 - Browse repository at this point
Copy the full SHA d1ab891View commit details -
buildBazelPackage: remove rules_cc
It's a new builtin dependency from Bazel 0.29. (cherry picked from commit 280f17c)
Configuration menu - View commit details
-
Copy full SHA for e97e6ae - Browse repository at this point
Copy the full SHA e97e6aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d4759d - Browse repository at this point
Copy the full SHA 9d4759dView commit details
Commits on Oct 2, 2019
-
Merge pull request #70183 from etu/1909-transifex-client-setuptools
[19.09] transifex-client: Add missing setuptools dependency
Configuration menu - View commit details
-
Copy full SHA for 584181e - Browse repository at this point
Copy the full SHA 584181eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d079834 - Browse repository at this point
Copy the full SHA d079834View commit details -
pythonPackage.cli-helpers: disable python2 tests
ZHF #68361 (cherry picked from commit 7eed92a) Signed-off-by: Jonathan Ringer <jonringer117@gmail.com>
Jonathan Ringer committedOct 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 15bc013 - Browse repository at this point
Copy the full SHA 15bc013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e214b - Browse repository at this point
Copy the full SHA 20e214bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aac337 - Browse repository at this point
Copy the full SHA 8aac337View commit details -
security update: CVE-2019-16928 (cherry picked from commit aaa1ba3) cc #70074
Configuration menu - View commit details
-
Copy full SHA for 59211d5 - Browse repository at this point
Copy the full SHA 59211d5View commit details -
tensorflow: fix CUDA build using wrong GCC
(cherry picked from commit 46b7933)
Configuration menu - View commit details
-
Copy full SHA for be0688d - Browse repository at this point
Copy the full SHA be0688dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 433022f - Browse repository at this point
Copy the full SHA 433022fView commit details -
tensorflow: add OpenGL path to find libcudart
(cherry picked from commit 1c429ac)
Configuration menu - View commit details
-
Copy full SHA for bb7c495 - Browse repository at this point
Copy the full SHA bb7c495View commit details -
Changelog: - https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-4-8-released/ - https://www.ruby-lang.org/en/news/2019/10/02/ruby-2-4-9-released/ (cherry picked from commit 5ed9d8b)
Configuration menu - View commit details
-
Copy full SHA for 0c02d01 - Browse repository at this point
Copy the full SHA 0c02d01View commit details -
Changelog: https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-5-7-released/ (cherry picked from commit 5e76e7b)
Configuration menu - View commit details
-
Copy full SHA for cb9cea0 - Browse repository at this point
Copy the full SHA cb9cea0View commit details -
Changelog: https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-6-5-released/ (cherry picked from commit 4ee22f3)
Configuration menu - View commit details
-
Copy full SHA for 85289ed - Browse repository at this point
Copy the full SHA 85289edView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0a544c - Browse repository at this point
Copy the full SHA e0a544cView commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xterm/versions (cherry picked from commit 3062ec7)
Configuration menu - View commit details
-
Copy full SHA for 1f65fe6 - Browse repository at this point
Copy the full SHA 1f65fe6View commit details -
lib.mkRemovedOptionModule: Show replacement for option usage too
Previously mkRemovedOptionModule would only show the replacement instructions when the removed option was *defined*. With this change, it also does so when an option is *used*. This is essential for options that are only intended to be used such as `security.acme.directory`, whose replacement instructions would never trigger without this change because almost everybody only uses the option and isn't defining it. (cherry picked from commit ebb136d)
Configuration menu - View commit details
-
Copy full SHA for 482ba41 - Browse repository at this point
Copy the full SHA 482ba41View commit details
There are no files selected for viewing