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

curl: 7.68.0 -> 7.69.1 #81698

Closed
wants to merge 344 commits into from
Closed

curl: 7.68.0 -> 7.69.1 #81698

wants to merge 344 commits into from

Conversation

zowoq
Copy link
Contributor

@zowoq zowoq commented Mar 4, 2020

https://curl.haxx.se/changes.html#7_69_1

Motivation for this change
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.

@zowoq zowoq changed the title curl: 7.68.0. -> 7.69.0 curl: 7.68.0 -> 7.69.0 Mar 4, 2020
@ofborg ofborg bot requested a review from lovek323 March 4, 2020 07:47
@FRidh FRidh added this to WIP in Staging via automation Mar 6, 2020
@FRidh FRidh moved this from WIP to Needs review in Staging Mar 6, 2020
bhipple and others added 11 commits March 8, 2020 19:19
General infrastructure improvement as part of #79975,
no functional changes expected.
The default value when left unspecified is now false, so no need to state this explicitly.
It doesn't belong into [Service]:
> Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
gitAndTools.git-bug: 0.6.0 -> 0.7.0
Fixes: 6d8539c ('perl: Enable threading on darwin')
cc #73819
@zowoq
Copy link
Contributor Author

zowoq commented Mar 9, 2020

7.69.1 will be released on Wednesday.

https://twitter.com/bagder/status/1236589069163008000

edwtjo and others added 5 commits March 11, 2020 08:12
The builder does not technically need the modSha256 of the vendor dir, and even
though we pass it the entire vendor dir it makes sense not to risk having an
accidental dependency on that variable.

However, tools like [nixpkgs-update](https://github.com/ryantm/nixpkgs-update)
need to inspect the `modSha256` of a package in order to be able to update them,
and since this is a real part of the package (describes info about its
dependencies) let's add it to `passthru`.

Specifically, this allows us to run a cmd like `nix eval -f . tflint.modSha256`
to get the current value, which is how the bot finds it to replace with the new
version in the Rust ecosystem.
llvmPackages_10: rc2 -> rc3
@zowoq zowoq changed the title curl: 7.68.0 -> 7.69.0 curl: 7.68.0 -> 7.69.1 Mar 11, 2020
@zowoq zowoq closed this Mar 11, 2020
Staging automation moved this from Needs review to Done Mar 11, 2020
@zowoq zowoq deleted the curl branch March 11, 2020 13:02
@zowoq zowoq restored the curl branch March 11, 2020 13:02
@zowoq zowoq deleted the curl branch March 12, 2020 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Staging
  
Done
Development

Successfully merging this pull request may close these issues.

None yet