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

[20.03] traefik: 1.17.21 -> 1.17.26 #97564

Merged
merged 1 commit into from Sep 11, 2020
Merged

[20.03] traefik: 1.17.21 -> 1.17.26 #97564

merged 1 commit into from Sep 11, 2020

Conversation

amaxine
Copy link
Member

@amaxine amaxine commented Sep 9, 2020

Motivation for this change

Fixes CVE-202-15129 (#96836)

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • 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 nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Fixes CVE-202-15129 (#96836)
@amaxine amaxine changed the title traefik: 1.17.21 -> 1.17.26 [20.03] traefik: 1.17.21 -> 1.17.26 Sep 9, 2020
Copy link
Member

@endocrimes endocrimes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ git -c fetch.prune=false fetch --force https://github.com/NixOS/nixpkgs release-20.03:refs/nixpkgs-review/0 pull/97564/head:refs/nixpkgs-review/1
remote: Enumerating objects: 4212, done.
remote: Counting objects: 100% (4212/4212), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 12000 (delta 4207), reused 4210 (delta 4207), pack-reused 7788
Receiving objects: 100% (12000/12000), 3.62 MiB | 7.22 MiB/s, done.
Resolving deltas: 100% (8631/8631), completed with 1088 local objects.
From https://github.com/NixOS/nixpkgs

  • [new branch] release-20.03 -> refs/nixpkgs-review/0
  • [new ref] refs/pull/97564/head -> refs/nixpkgs-review/1
  • [new tag] 20.03 -> 20.03
    $ git worktree add /home/danielle/.cache/nixpkgs-review/pr-97564/nixpkgs 8658d6c
    Preparing worktree (detached HEAD 8658d6c)
    Updating files: 100% (21037/21037), done.
    HEAD is now at 8658d6c Merge pull request [20.03] flashplayer: 32.0.0.330 -> 32.0.0.433 #97538 from taku0/flashplayer-32.0.0.433_20.03
    $ nix-env -f /home/danielle/.cache/nixpkgs-review/pr-97564/nixpkgs -qaP --xml --out-path --show-trace
    $ git merge --no-commit 2227ca3
    Updating 8658d6c..2227ca3
    Fast-forward
    pkgs/servers/traefik/default.nix | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)
    $ nix-env -f /home/danielle/.cache/nixpkgs-review/pr-97564/nixpkgs -qaP --xml --out-path --show-trace --meta
    1 package updated:
    traefik (1.7.21 → 1.7.26)

$ nix build --no-link --keep-going --option build-use-sandbox relaxed -f /home/danielle/.cache/nixpkgs-review/pr-97564/build.nix
[4 built, 62 copied (660.0 MiB), 160.3 MiB DL]
#97564
1 package built:
traefik

[0.0 MiB DL]
$ nix-shell /home/danielle/.cache/nixpkgs-review/pr-97564/shell.nix

[(nxs: nixpkgs-review) pr-97564] $ ./results/traefik/bin/traefik version
Version: 1.7.26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants