openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #14857
[Bug 2116572] Re: cp --parents is broken
This bug was fixed in the package openjdk-lts - 11.0.28+6-1ubuntu1
---------------
openjdk-lts (11.0.28+6-1ubuntu1) questing; urgency=medium
* OpenJDK 11.0.28 release, build 6. See
https://openjdk.org/groups/vulnerability/advisories/2025-07-15
- CVEs:
+ CVE-2025-50059, 8350991: Improve HTTP client header handling
+ CVE-2025-30749, 8348989: Better Glyph drawing
+ CVE-2025-50106, 8360147: Better Glyph drawing redux
+ CVE-2025-30761, 8351422: Improve scripting supports
+ CVE-2025-30754, 8349594: Enhance TLS protocol support
- Security fixes:
+ 8349111: Enhance Swing supports
+ 8345625: Better HTTP connections
- Release notes:
https://mail.openjdk.org/pipermail/jdk-updates-dev/2025-July/045612.html
* d/watch: regenerate.
* d/copyright: regenerate.
* d/copyright-generator/copyright-gen.py: bump copyright year.
* d/rules: use /usr/share/jtreg jtreg home for bionic.
-- Vladimir Petko <vladimir.petko@xxxxxxxxxxxxx> Thu, 17 Jul 2025
08:41:38 +1200
** Changed in: openjdk-lts (Ubuntu)
Status: New => Fix Released
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2025-30749
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2025-30754
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2025-30761
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2025-50059
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2025-50106
--
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-8 in Ubuntu.
https://bugs.launchpad.net/bugs/2116572
Title:
cp --parents is broken
Status in coreutils:
Fix Released
Status in openjdk-8 package in Ubuntu:
New
Status in openjdk-lts package in Ubuntu:
Fix Released
Status in rust-coreutils package in Ubuntu:
In Progress
Bug description:
$ mkdir ja.utf-8
$ ln -s ja.utf-8/ ja
$ cp --reflink -dp --parents ja x
$ ls x
x@
$ ls -lh x
lrwxrwxrwx 1 jak jak 9 Jul 11 07:04 x@ -> ja.utf-8/
$ rm -r x
$ mkdir x
$ cp --reflink -dp --parents ja x
cp: cannot create symlink 'x' to 'ja.utf-8': File exists (os error 17)
$ gnucp --reflink -dp --parents ja x
$ ls x
ja@
In particular if we do
$ rm -r x
$ gnucp --reflink -dp --parents ja x
gnucp: with --parents, the destination must be a directory
Try 'gnucp --help' for more information.
To manage notifications about this bug go to:
https://bugs.launchpad.net/coreutils/+bug/2116572/+subscriptions