Raspbian automatic forward porter [Sat, 21 Oct 2023 15:30:11 +0000 (16:30 +0100)]
Merge version 17.0.8+7-1~deb12u1+rpi1 and 17.0.9+9-1 to produce 17.0.9+9-1+rpi1
Matthias Klose [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Merge openjdk-17 (17.0.9+9-1) import into refs/heads/workingbranch
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
8315020
Gbp-Pq: Name
8315020.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
loong64-autoconf-config
Gbp-Pq: Name loong64-autoconf-config.diff
Vladimir Petko [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Use IP address in tests
Forwarded: not-needed
Last-Update: 2023-03-27
Ubuntu build machines are not set up for dns. Use IP addresses to get correct test
outcomes.
Gbp-Pq: Name test-use-ip-address.patch
Vladimir Petko [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Replace hostname with a non-existant ip address
Forwarded: no
Last-Update: 2023-03-27
In Ubuntu build environment we do not have DNS resolver, causing an unexpected test
failure. Use a non-existant IP address instead of hostname.
Gbp-Pq: Name ldap-timeout-test-use-ip.patch
Vladimir Petko [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Add missing permissions for TestNG 7.7
Last-Update: 2023-03-24
TestNG has added more configuration properties, allow them in the minimal policy
Gbp-Pq: Name update-permission-test.patch
Vladimir Petko [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Skip test when getFileStore() fails
Bug: https://bugs.openjdk.org/browse/JDK-
8166162
Forwarded: not-needed
Last-Update: 2023-03-27
Due to https://bugs.openjdk.org/browse/JDK-
8166162 getFileStore() fails with exception
failing the test suite. Skip test when getFileStore() throws.
Gbp-Pq: Name log-generated-classes-test.patch
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Misalign address in the test rather than structure
mk68-support.diff aligned metaspace structures by 4 bytes breaking the test.
Add 1 to address type rather than aligned structure to produce misaligned pointer.
Gbp-Pq: Name misalign-pointer-for-armhf.patch
Vladimir Petko [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
armhf does not support frame unwinding, simplify assertion
Bug: https://bugs.openjdk.org/browse/JDK-
8305480
os::current_frame() is stubbed out on armhf and this test fails.
Simplify assertion as there is no "from xxxx" output on armhf.
Gbp-Pq: Name update-assertion-for-armhf.patch
Vladimir Petko [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Add support for building with the system google test
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/openjdk-20/+bug/
2012316
Last-Update: 2023-07-20
A major portion of hotspot tests require google test.
In order to get tier1 tests passing the package should build
with the system google test.
Gbp-Pq: Name build_gtest.patch
Vladimir Petko [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
8314491: Linux: jexec launched via PATH fails to find java
Bug: https://github.com/openjdk/jdk/pull/15343
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
1029342
Applied-Upstream:
dab1c213fd2760686a7bf3fc8838f4a21056a954
Last-Update: 2023-09-11
jexec uses argv[0] parameter to find its own location.
argv[0] is populated with the command value causing a failure to locate java
when jexec is found in the PATH (in this case argv[0] contains just 'jexec')
Gbp-Pq: Name
8314491-jexec.patch
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
mips
# DP: Untested patch suggested to fix #983878
# DP: Untested patch suggested to fix #983878
Gbp-Pq: Name mips.diff
Julian Gilbey [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
jlink: Hash of module differs to expected hash recorded in java.base
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944738
Forwarded: not-needed
The cause is the use of dh_strip_nondeterminism late in the build
process. This reorganises the jmod files, which in turn changes their
SHA256 checksums. This would not be a problem, except that the
checksums are saved in java.base.jmod *before* the use of
dh_strip_nondeterminism. Performing this stripping immediately after
each jmod file is created results in the checksums being consistent
throughout.
Gbp-Pq: Name reproducible-build-jmod.diff
Emmanuel Bourg [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Makes the generated module-info.java files reproducible (removes a captured build path)
Forwarded: no
Gbp-Pq: Name reproducible-module-info.diff
Emmanuel Bourg [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Makes the generated character data classes reproducible (removes a timestamp and trims a build path captured in the comments)
Forwarded: no
Gbp-Pq: Name reproducible-character-data.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Revert upstream default to GTK2
OpenJDK 11 uses GTK3 by default for the GTK Look and Feel but it still
has too many pending issues and artifacts and is not on par with GTK2
support. This patch is the reverse of the upstream commit which ensures
that GTK2 is tried before GTK3.
When GTK3 becomes better supported we should drop this and update the
dlopen_jre_depends variable in debian/rules accordingly.
Origin: upstream, http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/
3e3696a308e1
Bug: https://bugs.openjdk.java.net/browse/JDK-
8198649,
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-
8198654
Bug-Ubuntu: https://launchpad.net/bugs/
1770278
Forwarded: not-needed
Applied-Upstream: http//hg.openjdk.java.net/jdk-updates/jdk11u/rev/
3e3696a308e1
Reviewed-by: <name and email of a reviewer, optional>
Last-Update: 2019-03-27 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name keep-gtk2-as-default.patch
John Paul Adrian Glaubitz [Fri, 21 Dec 2018 12:18:17 +0000 (15:18 +0300)]
[PATCH] Don't optimize fdlibm-fork for Zero on linux-sparc (Zero)
Gbp-Pq: Name Don-t-optimize-fdlibm-fork-for-Zero-on-linux-sparc-Z.patch
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
make-debug-print
Gbp-Pq: Name make-debug-print.diff
Emmanuel Bourg [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Makes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOCH is specified
Forwarded: no
Gbp-Pq: Name reproducible-properties-timestamp.diff
John Paul Adrian Glaubitz [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Fix alignment issues on m68k
Last Update: 2019-04-29
Last Update: 2019-04-29
Gbp-Pq: Name m68k-support.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
dnd-files
Gbp-Pq: Name dnd-files.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
atk-wrapper-security
Gbp-Pq: Name atk-wrapper-security.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
hotspot-disable-exec-shield-workaround
Gbp-Pq: Name hotspot-disable-exec-shield-workaround.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
zero-x32
Gbp-Pq: Name zero-x32.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
machine-flag
Gbp-Pq: Name machine-flag.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
8199220
# HG changeset patch
# User enevill
# Date
1520877434 0
# Mon Mar 12 17:57:14 2018 +0000
# Node ID
81265b23c488c7fd03ebaee04d1802fc0ada737e
# Parent
ecd91135d645bed6620abbd76ce30a906b6d7d44
8199220: Zero build broken after
8195103,
8191102 and
8189871
Reviewed-by: dholmes, stuefe, eosterlund, glaubitz, coleenp
Gbp-Pq: Name
8199220.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
jdk-i18n-pt_BR
Gbp-Pq: Name jdk-i18n-pt_BR.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
jtreg-location
Gbp-Pq: Name jtreg-location.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
jdk-getAccessibleValue
Gbp-Pq: Name jdk-getAccessibleValue.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
s390x-opt
Gbp-Pq: Name s390x-opt.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
multiple-pkcs11-library-init
# HG changeset patch
# User andrew
# Date
1352129932 0
# Node ID
e9c857dcb964dbfa5eef3a3590244cb4d999cf7a
# Parent
1406789608b76d0906881979335d685855f44190
Allow multiple PKCS11 library initialisation to be a non-critical error.
Gbp-Pq: Name multiple-pkcs11-library-init.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
adlc-parser
# DP: fixes an uninitialized memory issue in adlc
# DP: fixes an uninitialized memory issue in adlc
Gbp-Pq: Name adlc-parser.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
default-jvm-cfg
Gbp-Pq: Name default-jvm-cfg.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
libpcsclite-dlopen
Gbp-Pq: Name libpcsclite-dlopen.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
icedtea-override-redirect-compiz
Gbp-Pq: Name icedtea-override-redirect-compiz.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
icc_loading_with_symlink
Gbp-Pq: Name icc_loading_with_symlink.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
hotspot-mips-align
Gbp-Pq: Name hotspot-mips-align.diff
OpenJDK Team [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
system-pcsclite
Gbp-Pq: Name system-pcsclite.diff
Matthias Klose [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
openjdk-17 (17.0.9+9-1) unstable; urgency=high
* OpenJDK 17.0.9 release, build 9.
- CVE-2023-30589, CVE-2023-22081, CVE-2023-22091, CVE-2023-22025.
The patch for CVE-2023-30589 also addresses CVE-2023-30585,
CVE-2023-30588, and CVE-2023-30590.
- Release notes:
https://www.oracle.com/java/technologies/javase/17-0-9-relnotes.html#R17_0_9
[ Vladimir Petko ]
* Backport upstream fix for jexec: can't locate java:
No such file or directory. Closes: #
1029342.
* d/rules, d/watch: Bundle googletest 1.14.
* d/copyright: Add googletest copyright.
* d/test: Update problemlist.
* d/p: exclude-broken-tests.patch.
* d/p/reproducible-properties-timestamp.diff: Use the privileged action
to read the system property (JDK-
8272157, 914278).
[dgit import unpatched openjdk-17 17.0.9+9-1]
Matthias Klose [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Import openjdk-17_17.0.9+9.orig.tar.xz
[dgit import orig openjdk-17_17.0.9+9.orig.tar.xz]
Matthias Klose [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Import openjdk-17_17.0.9+9.orig-googletest.tar.xz
[dgit import orig openjdk-17_17.0.9+9.orig-googletest.tar.xz]
Matthias Klose [Wed, 18 Oct 2023 07:07:04 +0000 (08:07 +0100)]
Import openjdk-17_17.0.9+9-1.debian.tar.xz
[dgit import tarball openjdk-17 17.0.9+9-1 openjdk-17_17.0.9+9-1.debian.tar.xz]
Matthias Klose [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Merge openjdk-17 (17.0.9~6ea-1) import into refs/heads/workingbranch
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
8315020
Gbp-Pq: Name
8315020.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
loong64-autoconf-config
Gbp-Pq: Name loong64-autoconf-config.diff
Vladimir Petko [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
exclude-broken-tests
Forwarded: not-needed
Last-Update: 2023-03-24
Description: Disable failing tests
Disable tests that fail on Ubuntu pending investigation
Gbp-Pq: Name exclude-broken-tests.patch
Vladimir Petko [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Use IP address in tests
Forwarded: not-needed
Last-Update: 2023-03-27
Ubuntu build machines are not set up for dns. Use IP addresses to get correct test
outcomes.
Gbp-Pq: Name test-use-ip-address.patch
Vladimir Petko [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Replace hostname with a non-existant ip address
Forwarded: no
Last-Update: 2023-03-27
In Ubuntu build environment we do not have DNS resolver, causing an unexpected test
failure. Use a non-existant IP address instead of hostname.
Gbp-Pq: Name ldap-timeout-test-use-ip.patch
Vladimir Petko [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Add missing permissions for TestNG 7.7
Last-Update: 2023-03-24
TestNG has added more configuration properties, allow them in the minimal policy
Gbp-Pq: Name update-permission-test.patch
Vladimir Petko [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Skip test when getFileStore() fails
Bug: https://bugs.openjdk.org/browse/JDK-
8166162
Forwarded: not-needed
Last-Update: 2023-03-27
Due to https://bugs.openjdk.org/browse/JDK-
8166162 getFileStore() fails with exception
failing the test suite. Skip test when getFileStore() throws.
Gbp-Pq: Name log-generated-classes-test.patch
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Misalign address in the test rather than structure
mk68-support.diff aligned metaspace structures by 4 bytes breaking the test.
Add 1 to address type rather than aligned structure to produce misaligned pointer.
Gbp-Pq: Name misalign-pointer-for-armhf.patch
Vladimir Petko [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
armhf does not support frame unwinding, simplify assertion
Bug: https://bugs.openjdk.org/browse/JDK-
8305480
os::current_frame() is stubbed out on armhf and this test fails.
Simplify assertion as there is no "from xxxx" output on armhf.
Gbp-Pq: Name update-assertion-for-armhf.patch
Vladimir Petko [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Add support for building with the system google test
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/openjdk-20/+bug/
2012316
Last-Update: 2023-07-20
A major portion of hotspot tests require google test.
In order to get tier1 tests passing the package should build
with the system google test.
Gbp-Pq: Name build_gtest.patch
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
mips
# DP: Untested patch suggested to fix #983878
# DP: Untested patch suggested to fix #983878
Gbp-Pq: Name mips.diff
Julian Gilbey [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
jlink: Hash of module differs to expected hash recorded in java.base
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944738
Forwarded: not-needed
The cause is the use of dh_strip_nondeterminism late in the build
process. This reorganises the jmod files, which in turn changes their
SHA256 checksums. This would not be a problem, except that the
checksums are saved in java.base.jmod *before* the use of
dh_strip_nondeterminism. Performing this stripping immediately after
each jmod file is created results in the checksums being consistent
throughout.
Gbp-Pq: Name reproducible-build-jmod.diff
Emmanuel Bourg [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Makes the generated module-info.java files reproducible (removes a captured build path)
Forwarded: no
Gbp-Pq: Name reproducible-module-info.diff
Emmanuel Bourg [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Makes the generated character data classes reproducible (removes a timestamp and trims a build path captured in the comments)
Forwarded: no
Gbp-Pq: Name reproducible-character-data.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Revert upstream default to GTK2
OpenJDK 11 uses GTK3 by default for the GTK Look and Feel but it still
has too many pending issues and artifacts and is not on par with GTK2
support. This patch is the reverse of the upstream commit which ensures
that GTK2 is tried before GTK3.
When GTK3 becomes better supported we should drop this and update the
dlopen_jre_depends variable in debian/rules accordingly.
Origin: upstream, http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/
3e3696a308e1
Bug: https://bugs.openjdk.java.net/browse/JDK-
8198649,
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-
8198654
Bug-Ubuntu: https://launchpad.net/bugs/
1770278
Forwarded: not-needed
Applied-Upstream: http//hg.openjdk.java.net/jdk-updates/jdk11u/rev/
3e3696a308e1
Reviewed-by: <name and email of a reviewer, optional>
Last-Update: 2019-03-27 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name keep-gtk2-as-default.patch
John Paul Adrian Glaubitz [Fri, 21 Dec 2018 12:18:17 +0000 (15:18 +0300)]
[PATCH] Don't optimize fdlibm-fork for Zero on linux-sparc (Zero)
Gbp-Pq: Name Don-t-optimize-fdlibm-fork-for-Zero-on-linux-sparc-Z.patch
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
make-debug-print
Gbp-Pq: Name make-debug-print.diff
Emmanuel Bourg [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Makes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOCH is specified
Forwarded: no
Gbp-Pq: Name reproducible-properties-timestamp.diff
John Paul Adrian Glaubitz [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Fix alignment issues on m68k
Last Update: 2019-04-29
Last Update: 2019-04-29
Gbp-Pq: Name m68k-support.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
dnd-files
Gbp-Pq: Name dnd-files.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
atk-wrapper-security
Gbp-Pq: Name atk-wrapper-security.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
hotspot-disable-exec-shield-workaround
Gbp-Pq: Name hotspot-disable-exec-shield-workaround.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
zero-x32
Gbp-Pq: Name zero-x32.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
machine-flag
Gbp-Pq: Name machine-flag.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
8199220
# HG changeset patch
# User enevill
# Date
1520877434 0
# Mon Mar 12 17:57:14 2018 +0000
# Node ID
81265b23c488c7fd03ebaee04d1802fc0ada737e
# Parent
ecd91135d645bed6620abbd76ce30a906b6d7d44
8199220: Zero build broken after
8195103,
8191102 and
8189871
Reviewed-by: dholmes, stuefe, eosterlund, glaubitz, coleenp
Gbp-Pq: Name
8199220.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
jdk-i18n-pt_BR
Gbp-Pq: Name jdk-i18n-pt_BR.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
jtreg-location
Gbp-Pq: Name jtreg-location.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
jdk-getAccessibleValue
Gbp-Pq: Name jdk-getAccessibleValue.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
s390x-opt
Gbp-Pq: Name s390x-opt.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
multiple-pkcs11-library-init
# HG changeset patch
# User andrew
# Date
1352129932 0
# Node ID
e9c857dcb964dbfa5eef3a3590244cb4d999cf7a
# Parent
1406789608b76d0906881979335d685855f44190
Allow multiple PKCS11 library initialisation to be a non-critical error.
Gbp-Pq: Name multiple-pkcs11-library-init.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
adlc-parser
# DP: fixes an uninitialized memory issue in adlc
# DP: fixes an uninitialized memory issue in adlc
Gbp-Pq: Name adlc-parser.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
default-jvm-cfg
Gbp-Pq: Name default-jvm-cfg.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
libpcsclite-dlopen
Gbp-Pq: Name libpcsclite-dlopen.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
icedtea-override-redirect-compiz
Gbp-Pq: Name icedtea-override-redirect-compiz.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
icc_loading_with_symlink
Gbp-Pq: Name icc_loading_with_symlink.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
hotspot-mips-align
Gbp-Pq: Name hotspot-mips-align.diff
OpenJDK Team [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
system-pcsclite
Gbp-Pq: Name system-pcsclite.diff
Matthias Klose [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
openjdk-17 (17.0.9~6ea-1) unstable; urgency=medium
* OpenJDK 17.0.9 early access, build 6.
[ Matthias Klose ]
* Build-depend on the unversioned libfreetype-dev.
* Backport the openjdk-17 zero support for loong64 (Xuefeng Pan).
Closes: #1051906.
* Build using GCC 13 on development versions.
[ Vladimir Petko ]
* Fix jquery-min.js symlink. Closes: #998763.
[dgit import unpatched openjdk-17 17.0.9~6ea-1]
Matthias Klose [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Import openjdk-17_17.0.9~6ea.orig.tar.xz
[dgit import orig openjdk-17_17.0.9~6ea.orig.tar.xz]
Matthias Klose [Sat, 16 Sep 2023 11:35:34 +0000 (12:35 +0100)]
Import openjdk-17_17.0.9~6ea-1.debian.tar.xz
[dgit import tarball openjdk-17 17.0.9~6ea-1 openjdk-17_17.0.9~6ea-1.debian.tar.xz]
Matthias Klose [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
Merge openjdk-17 (17.0.9~4ea-1) import into refs/heads/workingbranch
Vladimir Petko [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
exclude-broken-tests
Forwarded: not-needed
Last-Update: 2023-03-24
Description: Disable failing tests
Disable tests that fail on Ubuntu pending investigation
Gbp-Pq: Name exclude-broken-tests.patch
Vladimir Petko [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
Use IP address in tests
Forwarded: not-needed
Last-Update: 2023-03-27
Ubuntu build machines are not set up for dns. Use IP addresses to get correct test
outcomes.
Gbp-Pq: Name test-use-ip-address.patch
Vladimir Petko [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
Replace hostname with a non-existant ip address
Forwarded: no
Last-Update: 2023-03-27
In Ubuntu build environment we do not have DNS resolver, causing an unexpected test
failure. Use a non-existant IP address instead of hostname.
Gbp-Pq: Name ldap-timeout-test-use-ip.patch
Vladimir Petko [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
Add missing permissions for TestNG 7.7
Last-Update: 2023-03-24
TestNG has added more configuration properties, allow them in the minimal policy
Gbp-Pq: Name update-permission-test.patch
Vladimir Petko [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
Skip test when getFileStore() fails
Bug: https://bugs.openjdk.org/browse/JDK-
8166162
Forwarded: not-needed
Last-Update: 2023-03-27
Due to https://bugs.openjdk.org/browse/JDK-
8166162 getFileStore() fails with exception
failing the test suite. Skip test when getFileStore() throws.
Gbp-Pq: Name log-generated-classes-test.patch
OpenJDK Team [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
Misalign address in the test rather than structure
mk68-support.diff aligned metaspace structures by 4 bytes breaking the test.
Add 1 to address type rather than aligned structure to produce misaligned pointer.
Gbp-Pq: Name misalign-pointer-for-armhf.patch
Vladimir Petko [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
armhf does not support frame unwinding, simplify assertion
Bug: https://bugs.openjdk.org/browse/JDK-
8305480
os::current_frame() is stubbed out on armhf and this test fails.
Simplify assertion as there is no "from xxxx" output on armhf.
Gbp-Pq: Name update-assertion-for-armhf.patch
Vladimir Petko [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
Add support for building with the system google test
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/openjdk-20/+bug/
2012316
Last-Update: 2023-07-20
A major portion of hotspot tests require google test.
In order to get tier1 tests passing the package should build
with the system google test.
Gbp-Pq: Name build_gtest.patch
OpenJDK Team [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
mips
# DP: Untested patch suggested to fix #983878
# DP: Untested patch suggested to fix #983878
Gbp-Pq: Name mips.diff
Julian Gilbey [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
jlink: Hash of module differs to expected hash recorded in java.base
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944738
Forwarded: not-needed
The cause is the use of dh_strip_nondeterminism late in the build
process. This reorganises the jmod files, which in turn changes their
SHA256 checksums. This would not be a problem, except that the
checksums are saved in java.base.jmod *before* the use of
dh_strip_nondeterminism. Performing this stripping immediately after
each jmod file is created results in the checksums being consistent
throughout.
Gbp-Pq: Name reproducible-build-jmod.diff
Emmanuel Bourg [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
Makes the generated module-info.java files reproducible (removes a captured build path)
Forwarded: no
Gbp-Pq: Name reproducible-module-info.diff
Emmanuel Bourg [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
Makes the generated character data classes reproducible (removes a timestamp and trims a build path captured in the comments)
Forwarded: no
Gbp-Pq: Name reproducible-character-data.diff
OpenJDK Team [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
Revert upstream default to GTK2
OpenJDK 11 uses GTK3 by default for the GTK Look and Feel but it still
has too many pending issues and artifacts and is not on par with GTK2
support. This patch is the reverse of the upstream commit which ensures
that GTK2 is tried before GTK3.
When GTK3 becomes better supported we should drop this and update the
dlopen_jre_depends variable in debian/rules accordingly.
Origin: upstream, http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/
3e3696a308e1
Bug: https://bugs.openjdk.java.net/browse/JDK-
8198649,
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-
8198654
Bug-Ubuntu: https://launchpad.net/bugs/
1770278
Forwarded: not-needed
Applied-Upstream: http//hg.openjdk.java.net/jdk-updates/jdk11u/rev/
3e3696a308e1
Reviewed-by: <name and email of a reviewer, optional>
Last-Update: 2019-03-27 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name keep-gtk2-as-default.patch
John Paul Adrian Glaubitz [Fri, 21 Dec 2018 12:18:17 +0000 (15:18 +0300)]
[PATCH] Don't optimize fdlibm-fork for Zero on linux-sparc (Zero)
Gbp-Pq: Name Don-t-optimize-fdlibm-fork-for-Zero-on-linux-sparc-Z.patch
OpenJDK Team [Thu, 24 Aug 2023 06:29:32 +0000 (07:29 +0100)]
make-debug-print
Gbp-Pq: Name make-debug-print.diff