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

dev-java/xerces: Bump to 2.12.2 (CVE-2022-23437) #24054

Closed
wants to merge 3 commits into from

Conversation

vaukai
Copy link
Contributor

@vaukai vaukai commented Feb 2, 2022

No description provided.

@gentoo-bot
Copy link

Pull Request assignment

Submitter: @vaukai
Areas affected: ebuilds, profiles
Packages affected: dev-java/xerces

dev-java/xerces: @gentoo/java

Linked bugs

Bugs linked: 783417, 782697, 831155, 831979


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. security PR that needs to be merged promptly as it addresses security issues labels Feb 2, 2022
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-02-02 18:46 UTC
Newest commit scanned: 889501c
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/8fa431b7a6/output.html

local vm_version="$(java-config -g PROVIDES_VERSION)"
if [[ "${vm_version}" != "1.8" ]] ; then
rm -rv "src/org/w3c" || die
fi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm afraid this block might cause some issues during runtime. as if one compiles the package with jdk > 1.8 and then attempts to use the package with jdk 1.8, org.w3c won't be on the classpath and it will end up with an exception.

Copy link
Member

@Flowdalic Flowdalic Feb 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would a solution be to raise the (R)DEPEND requirement to j(d|r)e-1.11?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would a solution be to raise the (R)DEPEND requirement to j(d|r)e-1.11?

That way it'd be useless for jdk-1.8 and would urge us to keep the older vulnerable version ...

Closes: https://bugs.gentoo.org/831155
Bug: https://bugs.gentoo.org/831979
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://bugs.gentoo.org/783417
Closes: https://bugs.gentoo.org/782697
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-02-03 11:55 UTC
Newest commit scanned: 0d18531
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/3f4d313069/output.html

@gentoo-bot gentoo-bot closed this in c810571 Feb 3, 2022
@fordfrog
Copy link
Contributor

fordfrog commented Feb 3, 2022

@vaukai merged, thanks!

@vaukai vaukai deleted the xerces branch February 3, 2022 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. security PR that needs to be merged promptly as it addresses security issues
Projects
None yet
5 participants