-
Notifications
You must be signed in to change notification settings - Fork 172
8295685: Update Libpng to 1.6.38 #372
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
Conversation
|
👋 Welcome back mbalao! A progress list of the required criteria for merging this PR into |
|
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
|
The changes look good to me, although I'm not a reviewer. |
|
Hi @kvergizova , Thanks for having a look. You're right. The markdown syntax does not belong to the original libpng file, and there is no gain in keeping it because 11u-dev changes will not apply cleanly anyways (it's different files). I'll fix it and rebase PR 373. Martin.- |
|
The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout JDK-8295685
git fetch https://git.openjdk.org/jdk8u-dev.git master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
|
gnu-andrew
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backport looks good to me. Good catch on the markdown. Please request approval with the jdk8u-fix-request label and an appropriate comment on the bug.
I thought we'd removed the duplicate README files but it appears not. Maybe worth proposing after these PRs are in.
76485d1 to
a08562f
Compare
|
@martinuy Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
|
@martinuy This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
Rebasing was the right thing for a dependent PR. The bot whines regardless, and the list of commits was a mess with the merge. |
|
Sorry for the noise, I intended to rebase and somehow a merge sneaked into. The history is clean now. |
|
Approved for 8u-dev. |
|
/integrate |
|
Going to push as commit 5b76d03. |
Hi all,
This pull request contains a backport of commit d183dc25f7360c3012726acf8c03874df6fc41a4 from the openjdk/jdk11u-dev repository.
This backport is a follow up fix of JDK-8209115, and a dependency of JDK-8305815.
This backport applied cleanly, except for the changes to the THIRD_PARTY_README files that are specific to 8u.
Note: Changes to src/java.desktop/share/native/libsplashscreen/libpng/UPDATING.txt were skipped because this file was not introduced by the 8u backport of 8208353. That's okay, as for 8u we will backport libpng from 11u or newer JDK releases, and not directly from the library.
Thanks!
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/372/head:pull/372$ git checkout pull/372Update a local copy of the PR:
$ git checkout pull/372$ git pull https://git.openjdk.org/jdk8u-dev.git pull/372/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 372View PR using the GUI difftool:
$ git pr show -t 372Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/372.diff
Webrev
Link to Webrev Comment