roytam1 / mozilla45esr

An attempt to keep last non-SSE2 Firefox ESR build up to date.
Other
21 stars 0 forks source link

Bump dulwich from 0.8.7 to 0.18.5 in /testing/mozharness #15

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps dulwich from 0.8.7 to 0.18.5.

Changelog

Sourced from dulwich's changelog.

0.18.5 2017-10-29

BUG FIXES

  • Fix cwd for hooks. (Fabian Grünbichler)

  • Fix setting of origin in config when non-standard origin is passed into Repo.clone. (Kenneth Lareau, #565)

  • Prevent setting SSH arguments from SSH URLs when using SSH through a subprocess. Note that Dulwich doesn't support cloning submodules. (CVE-2017-16228) (Jelmer Vernooij)

IMPROVEMENTS

  • Silently ignored directories in Repo.stage. (Jelmer Vernooij, #564)

API CHANGES

  • GitFile now raises FileLocked when encountering a lock rather than OSError(EEXIST). (Jelmer Vernooij)

0.18.4 2017-10-01

BUG FIXES

  • Make default User-Agent start with "git/" because GitHub won't response to HTTP smart server requests otherwise (and reply with a 404). (Jelmer vernooij, #562)

0.18.3 2017-09-03

BUG FIXES

  • Read config during porcelain operations that involve remotes. (Jelmer Vernooij, #545)

  • Fix headers of empty chunks in unified diffs. (Taras Postument, #543)

  • Properly follow redirects over HTTP. (Jelmer Vernooij, #117)

IMPROVEMENTS

  • Add dulwich.porcelain.update_head. (Jelmer Vernooij, #439)

  • GitClient.fetch_pack now returns symrefs. (Jelmer Vernooij, #485)

  • The server now supports providing symrefs.

... (truncated)

Commits
  • bcdb90e Release 0.18.5
  • 7116a0c Prevent setting SSH arguments in SSH URLs when using subprocess SSH client.
  • fe7b856 Fix python3 build.
  • 4a8e67f Remove unused variable.
  • 2a6d5bb Silently ignore directories passed to Repo.stage(). Fixes #564
  • 82e1350 Fix formatting.
  • f6ad47b Force IndexEntry for newly assigned index entries.
  • 755f2e3 Update NEWS.
  • e5be01a Properly use origin parameter in porcelain.clone()
  • d4899f0 Raise FileLocked in GitFile.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/roytam1/mozilla45esr/network/alerts).
dependabot[bot] commented 11 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.