-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 99a2467722da
head repository: NixOS/nixpkgs-channels
compare: 5f8bf63a3ba2
Commits on Mar 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f028498 - Browse repository at this point
Copy the full SHA f028498View commit details
Commits on Mar 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a9708e0 - Browse repository at this point
Copy the full SHA a9708e0View commit details
Commits on Mar 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b260826 - Browse repository at this point
Copy the full SHA b260826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 335e097 - Browse repository at this point
Copy the full SHA 335e097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a774b7 - Browse repository at this point
Copy the full SHA 8a774b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b6146 - Browse repository at this point
Copy the full SHA 55b6146View commit details -
pythonPackages.tensorflow-estimator_1_15_1: init at 1.15.1
TF 1.15 still needs an older version of the tensorflow-estimator package. (cherry picked from commit c539f93)
Configuration menu - View commit details
-
Copy full SHA for 07bd893 - Browse repository at this point
Copy the full SHA 07bd893View commit details -
Configuration menu - View commit details
-
Copy full SHA for 276bfbc - Browse repository at this point
Copy the full SHA 276bfbcView commit details -
Merge branch 'tensorflow-versions'
No code is changed, just trying to assist with eventual backport.
Configuration menu - View commit details
-
Copy full SHA for ea5c800 - Browse repository at this point
Copy the full SHA ea5c800View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8bcf8c - Browse repository at this point
Copy the full SHA b8bcf8cView commit details -
Merge pull request #83277 from robertodr/update-mkl
mkl: 2019.5.281 -> 2020.0.166 (Linux only)
Configuration menu - View commit details
-
Copy full SHA for feb39bd - Browse repository at this point
Copy the full SHA feb39bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17611f1 - Browse repository at this point
Copy the full SHA 17611f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a5c27a - Browse repository at this point
Copy the full SHA 9a5c27aView commit details -
Merge pull request #83126 from mkg20001/pkg/mint-y-icons
cinnamon.mint-y-icons: init at unstable-2020-03-21
Configuration menu - View commit details
-
Copy full SHA for 5e65872 - Browse repository at this point
Copy the full SHA 5e65872View commit details -
Merge pull request #81207 from aaronjanse/update-ulauncher-561
ulauncher: 4.4.0.r1 -> 5.6.1
Configuration menu - View commit details
-
Copy full SHA for bee6c1a - Browse repository at this point
Copy the full SHA bee6c1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a491a5 - Browse repository at this point
Copy the full SHA 2a491a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dda52a4 - Browse repository at this point
Copy the full SHA dda52a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 181ab9e - Browse repository at this point
Copy the full SHA 181ab9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f826a6 - Browse repository at this point
Copy the full SHA 2f826a6View commit details -
Merge pull request #83495 from romildo/upd.freeoffice
freeoffice: 974 -> 976
Configuration menu - View commit details
-
Copy full SHA for b101527 - Browse repository at this point
Copy the full SHA b101527View commit details -
ion: 1.0.5 -> unstable-2020-03-22
The app is still maintained upstream, but they aren't cutting releases on crates.io anymore: https://crates.io/crates/ion-shell This fixes the build with the latest Rust toolchain by upgrading to the current commit off the project's `master`. ZHF: #80379
Configuration menu - View commit details
-
Copy full SHA for 16cdff0 - Browse repository at this point
Copy the full SHA 16cdff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa2552c - Browse repository at this point
Copy the full SHA aa2552cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f76890f - Browse repository at this point
Copy the full SHA f76890fView commit details -
It is a part of x42-plugins (under the name of x42-fat1).
Configuration menu - View commit details
-
Copy full SHA for 1475300 - Browse repository at this point
Copy the full SHA 1475300View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a43a28 - Browse repository at this point
Copy the full SHA 8a43a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dae508 - Browse repository at this point
Copy the full SHA 0dae508View commit details
Commits on Mar 28, 2020
-
Merge pull request #83542 from bhipple/zhf/ion
ion: 1.0.5 -> unstable-2020-03-22 and fix build
Configuration menu - View commit details
-
Copy full SHA for eddc4f3 - Browse repository at this point
Copy the full SHA eddc4f3View commit details -
pythonPackages.scikit-build: fix python3.8 bug
Python3.8 removes ``platform.linux_distribution()`` call, must use ``pythonPackages.distro`` to get same information. Closes #83305 Upstream PR: https://www.github.com/scikit-build/scikit-build/pull/458 Also formatting.
Configuration menu - View commit details
-
Copy full SHA for c8dd834 - Browse repository at this point
Copy the full SHA c8dd834View commit details -
Merge pull request #83526 from drewrisinger/dr-pr-python-scikit-build-38
pythonPackages.scikit-build: fix test bug on python3.8
Configuration menu - View commit details
-
Copy full SHA for ae6bdcc - Browse repository at this point
Copy the full SHA ae6bdccView commit details -
Merge pull request #82998 from OPNA2608/update-rpcs3
rpcs3: 0.0.6-8187-790962425 -> 0.0.8-9300-341fdf7eb
Configuration menu - View commit details
-
Copy full SHA for b96cdee - Browse repository at this point
Copy the full SHA b96cdeeView commit details -
nginx: Fix ETag patch to ignore realpath(3) error
While our ETag patch works pretty fine if it comes to serving data off store paths, it unfortunately broke something that might be a bit more common, namely when using regexes to extract path components of location directives for example. Recently, @devhell has reported a bug with a nginx location directive like this: location ~^/\~([a-z0-9_]+)(/.*)?$" { alias /home/$1/public_html$2; } While this might look harmless at first glance, it does however cause issues with our ETag patch. The alias directive gets broken up by nginx like this: *2 http script copy: "/home/" *2 http script capture: "foo" *2 http script copy: "/public_html/" *2 http script capture: "bar.txt" In our patch however, we use realpath(3) to get the canonicalised path from ngx_http_core_loc_conf_s.root, which returns the *configured* value from the root or alias directive. So in the example above, realpath(3) boils down to the following syscalls: lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat("/home/$1", 0x7ffd08da6f60) = -1 ENOENT (No such file or directory) During my review[1] of the initial patch, I didn't actually notice that what we're doing here is returning NGX_ERROR if the realpath(3) call fails, which in turn causes an HTTP 500 error. Since our patch actually made the canonicalisation (and thus additional syscalls) necessary, we really shouldn't introduce an additional error so let's - at least for now - silently skip return value if realpath(3) has failed. However since we're using the unaltered root from the config we have another issue, consider this root: /nix/store/...-abcde/$1 Calling realpath(3) on this path will fail (except if there's a file called "$1" of course), so even this fix is not enough because it results in the ETag not being set to the store path hash. While this is very ugly and we should fix this very soon, it's not as serious as getting HTTP 500 errors for serving static files. I added a small NixOS VM test, which uses the example above as a regression test. It seems that my memory is failing these days, since apparently I *knew* about this issue since digging for existing issues in nixpkgs, I found this similar pull request which I even reviewed: NixOS/nixpkgs#66532 However, since the comments weren't addressed and the author hasn't responded to the pull request, I decided to keep this very commit and do a follow-up pull request. [1]: NixOS/nixpkgs#48337 Signed-off-by: aszlig <aszlig@nix.build> Reported-by: @devhell Acked-by: @7c6f434c Acked-by: @yorickvP Merges: NixOS/nixpkgs#80671 Fixes: NixOS/nixpkgs#66532
Configuration menu - View commit details
-
Copy full SHA for e1d63ad - Browse repository at this point
Copy the full SHA e1d63adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c76b8f - Browse repository at this point
Copy the full SHA 2c76b8fView commit details -
Jonathan Ringer committed
Mar 28, 2020 Configuration menu - View commit details
-
Copy full SHA for da41b78 - Browse repository at this point
Copy the full SHA da41b78View commit details -
Jonathan Ringer committed
Mar 28, 2020 Configuration menu - View commit details
-
Copy full SHA for d0f556a - Browse repository at this point
Copy the full SHA d0f556aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 716aa1a - Browse repository at this point
Copy the full SHA 716aa1aView commit details -
Merge pull request #83463 from r-ryantm/auto-update/keycloak
keycloak: 9.0.0 -> 9.0.2
Configuration menu - View commit details
-
Copy full SHA for dccfefe - Browse repository at this point
Copy the full SHA dccfefeView commit details -
Merge pull request #83547 from lopsided98/patch-1
proj: use pname instead of name
Configuration menu - View commit details
-
Copy full SHA for 5dbb356 - Browse repository at this point
Copy the full SHA 5dbb356View commit details -
Merge pull request #83539 from r-ryantm/auto-update/python3.7-minidb
python37Packages.minidb: 2.0.2 -> 2.0.3
Configuration menu - View commit details
-
Copy full SHA for 9b31568 - Browse repository at this point
Copy the full SHA 9b31568View commit details -
Merge pull request #83538 from r-ryantm/auto-update/python2.7-fire
python27Packages.fire: 0.2.1 -> 0.3.0
Configuration menu - View commit details
-
Copy full SHA for f856191 - Browse repository at this point
Copy the full SHA f856191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cff761 - Browse repository at this point
Copy the full SHA 3cff761View commit details -
Configuration menu - View commit details
-
Copy full SHA for d80adaa - Browse repository at this point
Copy the full SHA d80adaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cf0bc1 - Browse repository at this point
Copy the full SHA 6cf0bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8bf63 - Browse repository at this point
Copy the full SHA 5f8bf63View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.