X Tutup
Skip to content

Bump pear/archive_tar from 1.4.9 to 1.4.10#37926

Merged
phil-davis merged 2 commits intomasterfrom
dependabot/composer/pear/archive_tar-1.4.10
Sep 22, 2020
Merged

Bump pear/archive_tar from 1.4.9 to 1.4.10#37926
phil-davis merged 2 commits intomasterfrom
dependabot/composer/pear/archive_tar-1.4.10

Conversation

@dependabot-preview
Copy link
Contributor

Bumps pear/archive_tar from 1.4.9 to 1.4.10.

Release notes

Sourced from pear/archive_tar's releases.

1.4.10

  • Fix block padding when the file buffer length is a multiple of 512 and smaller than Archive_Tar buffer length
  • Don't try to copy username/groupname in chroot jail
Commits
  • bbb4f10 Update package.xml
  • 8dd8b31 Fixes #31 - don't try to copy username/groupname in chroot jail
  • e47f8c2 Merge pull request #32 from steffunky/fix-file-size-is-a-multiple-of-buffer
  • a1ff994 Add test for unexpected lone zero block due to wrong padding
  • d73a72a Fix block padding when the file buffer length is a multiple of 512 and smalle...
  • 716aacb Merge pull request #30 from ashnazg/master
  • 2d23d13 use nightly
  • 85982c4 let default xenial run where it can
  • 03cb29b more to ignore
  • 8407ee4 Don't forget result of str_replace
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies php Pull requests that update Php code labels Sep 21, 2020
@codecov
Copy link

codecov bot commented Sep 21, 2020

Codecov Report

Merging #37926 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #37926   +/-   ##
=========================================
  Coverage     64.71%   64.71%           
  Complexity    19442    19442           
=========================================
  Files          1286     1286           
  Lines         76020    76020           
  Branches       1336     1336           
=========================================
  Hits          49196    49196           
  Misses        26430    26430           
  Partials        394      394           
Flag Coverage Δ Complexity Δ
#javascript 54.06% <ø> (ø) 0.00 <ø> (ø)
#phpunit 65.88% <ø> (ø) 19442.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 43ad56d...1f98d91. Read the comment docs.

Bumps [pear/archive_tar](https://github.com/pear/Archive_Tar) from 1.4.9 to 1.4.10.
- [Release notes](https://github.com/pear/Archive_Tar/releases)
- [Commits](pear/Archive_Tar@1.4.9...1.4.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@owncloud owncloud deleted a comment from update-docs bot Sep 22, 2020
@phil-davis phil-davis force-pushed the dependabot/composer/pear/archive_tar-1.4.10 branch from 9cad58a to b0aeb81 Compare September 22, 2020 02:39
@phil-davis
Copy link
Contributor

Also, Update egulias/email-validator (2.1.20 => 2.1.21)
https://github.com/egulias/EmailValidator/releases/tag/2.1.21

@phil-davis phil-davis force-pushed the dependabot/composer/pear/archive_tar-1.4.10 branch from b0aeb81 to 1f98d91 Compare September 22, 2020 03:42
@phil-davis phil-davis merged commit adf9f81 into master Sep 22, 2020
@delete-merged-branch delete-merged-branch bot deleted the dependabot/composer/pear/archive_tar-1.4.10 branch September 22, 2020 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup