-
Notifications
You must be signed in to change notification settings - Fork 148
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
8328999: Update GIFlib to 5.2.2 #571
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back andrew! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
@gnu-andrew This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
/issue add JDK-8225487 |
@gnu-andrew |
I've restored the workaround for |
And now, of course, it fails to download VS2010. |
There was an attack on archive.org, causing outage. Seems VS2010 download is now working again. |
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.
Looks good to me.
|
Yes, thanks, I was watching their Twitter feed on this. I'll merge with latest and see if we can get a VS2010 build now. |
This updates the in-tree giflib to 5.2.2. The actual code changes are a clean backport, but the license file changes needed adapting from the
giflib.md
file in 11u and later to theTHIRD_PARTY_README
file in 8u (now only one copy following JDK-8338144)8u is also missing JDK-8225487 which I've included as part of this patch. This updates the license to credit
openbsd-reallocarray.c
and is updated further by 8238999. I also included changes made by the 5.2.1 update which were missed because 8225487 was missing.In
gif_lib.h
, I have restored the workaround for a missingstdbool.h
on Windows only. This is needed to build on Visual Studio 2010.The
giflib.md
changes include some odd changes, replacing the giflib VCS URL with justtree/README
. I've raised 8339271 to correct this and will look at backporting that as a follow-up.Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/571/head:pull/571
$ git checkout pull/571
Update a local copy of the PR:
$ git checkout pull/571
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/571/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 571
View PR using the GUI difftool:
$ git pr show -t 571
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/571.diff
Webrev
Link to Webrev Comment