Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 17.09 #31585

Closed
wants to merge 2,054 commits into from
Closed

Release 17.09 #31585

wants to merge 2,054 commits into from

Conversation

jascase901
Copy link
Contributor

Motivation for this change

Godot will occasionally crash without this build option

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

qknight and others added 30 commits October 23, 2017 15:56
…tialization required anymore)

(cherry picked from commit 61089dd)
(cherry picked from commit e2e5979)
(cherry picked from commit 6af0de6)
(cherry picked from commit bb49391)
(cherry picked from commit b752a9e)
Added the Italian language to the list of supported languages for Nix.

(cherry picked from commit 3ee70f6)
Fixes CVE-2017-9410, CVE-2017-9411, CVE-2017-9412.

(cherry picked from commit f269f31)
(cherry picked from commit 8262588)
(cherry picked from commit 422fd6a)
(cherry picked from commit 2f50385)
(cherry picked from commit a502a95)
(cherry picked from commit 4d92b5f)
(cherry picked from commit 0bb7a1b)
(cherry picked from commit dc240d2)
They're relatively simple patches, used by Debian.
Mic92 and others added 23 commits November 9, 2017 09:29
(cherry picked from commit bee61a0)
This is required by the new c5.* instance types.

Note that this changes disk names from /dev/xvd* to
/dev/nvme0n*. Amazon Linux has a udev rule that calls a Python script
named "ec2nvme-nsid" to create compatibility symlinks. We could use
that, but it would mean adding Python to the AMI closure...

(cherry picked from commit 54da9cc)
This fixes #28768 because during an image build, Nix sees bad store
timestamps and attempts to fix them, but can't fix them on a running
system (due to being inside a builder). Since timestamps on the store
are supposed to be 1 anyway, if we fix this, that fixes image building
inside booted images made this way.

Note that this adds quite a bit of noise to the output, because running
`cptofs` under `faketime` causes a bunch of seemingly spurious error
messages and my attempts to suppress them all failed. We'll fix it when
`cptofs` gets a native timestamp preservation feature.
Currently we wrap ssh so it can find the config file passed in by
<ssh-config-file>. If one however uses ProxyCommand ssh, then ssh that
is on PATH is taken (which is also unavailable when using nix-shell
--pure), which is the plain ${openssh}/bin/ssh.

This commit makes sure our wrapped ssh is available on PATH.

(cherry picked from commit f8eed5f)
(cherry picked from commit 76dac3c)
make-disk-image: use faketime to get a consistent timestamp
Also switch to downloading tarball from official source URL to allows
verification of digital signature.

(cherry picked from commit ba7c23e)
Includes security fixes for CVE-2017-15398 and CVE-2017-15399.

Also fixes builds for beta and dev branches:
- backport https://webrtc-review.googlesource.com/9384 to fix build for
  new webrtc revision
- for dev branch fix gn bootstrap, see
  https://chromium-review.googlesource.com/758584
- for 63+ manpage now is not generated during ninja build, it is
  processed with sed using packagers tools included in sources

(cherry picked from commit 7105bb6)
The desktop file must be name "chromium-browser.desktop" because it is
used as-is when setting chromium as the default browser.

See https://cs.chromium.org/chromium/src/chrome/browser/shell_integration_linux.cc?l=657&rcl=34b92857a547538555be6a38e95f7e95ab9b6842

fixes #23518

(cherry picked from commit c7f00e3)
(cherry picked from commit ee0c629)
Adds support for nix1.12 and various improvements.

(cherry picked from commit 6949cfa)
(cherry picked from commit f218ef6)
Based on linux 4.13

(cherry picked from commit a8a38fe)
(cherry picked from commit b8cc69b)
Since lkl/linux#394 cptofs preserves the source time,
which is 1970-01-01T00:00:01Z for /nix/store and recent for other files.

This reverts commit f5b3f2c.

(cherry picked from commit a84ce72)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet