openjdk-17.git
2 years agoMerge version 17.0.6+10-1+rpi1 and 17.0.8+7-1~deb12u1 to produce 17.0.8+7-1~deb12u1... archive/raspbian/17.0.8+7-1_deb12u1+rpi1 raspbian/17.0.8+7-1_deb12u1+rpi1
Raspbian automatic forward porter [Sat, 12 Aug 2023 09:14:38 +0000 (10:14 +0100)]
Merge version 17.0.6+10-1+rpi1 and 17.0.8+7-1~deb12u1 to produce 17.0.8+7-1~deb12u1+rpi1

2 years agoMerge openjdk-17 (17.0.8+7-1~deb12u1) import into refs/heads/workingbranch
Moritz Mühlenhoff [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
Merge openjdk-17 (17.0.8+7-1~deb12u1) import into refs/heads/workingbranch

2 years ago8276799
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
8276799

Gbp-Pq: Name 8276799.diff

2 years agoexclude-broken-tests
Vladimir Petko [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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

2 years agoUse IP address in tests
Vladimir Petko [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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

2 years agoReplace hostname with a non-existant ip address
Vladimir Petko [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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

2 years agoAdd missing permissions for TestNG 7.7
Vladimir Petko [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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

2 years agoSkip test when getFileStore() fails
Vladimir Petko [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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

2 years agoMisalign address in the test rather than structure
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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

2 years agoarmhf does not support frame unwinding, simplify assertion
Vladimir Petko [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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

2 years agoAdd support for building with the system google test
Vladimir Petko [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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-04-13

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

2 years agomips
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
mips

# DP: Untested patch suggested to fix #983878

# DP: Untested patch suggested to fix #983878

Gbp-Pq: Name mips.diff

2 years agojlink: Hash of module differs to expected hash recorded in java.base
Julian Gilbey [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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

2 years agoMakes the generated module-info.java files reproducible (removes a captured build...
Emmanuel Bourg [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
Makes the generated module-info.java files reproducible (removes a captured build path)

Forwarded: no

Gbp-Pq: Name reproducible-module-info.diff

2 years agoMakes the generated character data classes reproducible (removes a timestamp and...
Emmanuel Bourg [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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

2 years agoRevert upstream default to GTK2
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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

2 years ago[PATCH] Don't optimize fdlibm-fork for Zero on linux-sparc (Zero)
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

2 years agomake-debug-print
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
make-debug-print

Gbp-Pq: Name make-debug-print.diff

2 years agoMakes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOC...
Emmanuel Bourg [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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

2 years agoFix alignment issues on m68k
John Paul Adrian Glaubitz [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
Fix alignment issues on m68k

Last Update: 2019-04-29

Last Update: 2019-04-29

Gbp-Pq: Name m68k-support.diff

2 years agodnd-files
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
dnd-files

Gbp-Pq: Name dnd-files.diff

2 years agoatk-wrapper-security
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
atk-wrapper-security

Gbp-Pq: Name atk-wrapper-security.diff

2 years agohotspot-disable-exec-shield-workaround
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
hotspot-disable-exec-shield-workaround

Gbp-Pq: Name hotspot-disable-exec-shield-workaround.diff

2 years agozero-x32
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
zero-x32

Gbp-Pq: Name zero-x32.diff

2 years agomachine-flag
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
machine-flag

Gbp-Pq: Name machine-flag.diff

2 years ago8199220
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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 81951038191102 and 8189871
Reviewed-by: dholmes, stuefe, eosterlund, glaubitz, coleenp
Gbp-Pq: Name 8199220.diff

2 years agojdk-i18n-pt_BR
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
jdk-i18n-pt_BR

Gbp-Pq: Name jdk-i18n-pt_BR.diff

2 years agojtreg-location
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
jtreg-location

Gbp-Pq: Name jtreg-location.diff

2 years agojdk-getAccessibleValue
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
jdk-getAccessibleValue

Gbp-Pq: Name jdk-getAccessibleValue.diff

2 years agos390x-opt
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
s390x-opt

Gbp-Pq: Name s390x-opt.diff

2 years agomultiple-pkcs11-library-init
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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

2 years agoadlc-parser
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +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

2 years agodefault-jvm-cfg
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
default-jvm-cfg

Gbp-Pq: Name default-jvm-cfg.diff

2 years agolibpcsclite-dlopen
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
libpcsclite-dlopen

Gbp-Pq: Name libpcsclite-dlopen.diff

2 years agoicedtea-override-redirect-compiz
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
icedtea-override-redirect-compiz

Gbp-Pq: Name icedtea-override-redirect-compiz.diff

2 years agoicc_loading_with_symlink
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
icc_loading_with_symlink

Gbp-Pq: Name icc_loading_with_symlink.diff

2 years agohotspot-mips-align
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
hotspot-mips-align

Gbp-Pq: Name hotspot-mips-align.diff

2 years agosystem-pcsclite
OpenJDK Team [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
system-pcsclite

Gbp-Pq: Name system-pcsclite.diff

2 years agoopenjdk-17 (17.0.8+7-1~deb12u1) bookworm-security; urgency=medium
Moritz Mühlenhoff [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
openjdk-17 (17.0.8+7-1~deb12u1) bookworm-security; urgency=medium

  * Rebuild for bookworm

[dgit import unpatched openjdk-17 17.0.8+7-1~deb12u1]

2 years agoImport openjdk-17_17.0.8+7-1~deb12u1.debian.tar.xz
Moritz Mühlenhoff [Mon, 24 Jul 2023 09:57:34 +0000 (10:57 +0100)]
Import openjdk-17_17.0.8+7-1~deb12u1.debian.tar.xz

[dgit import tarball openjdk-17 17.0.8+7-1~deb12u1 openjdk-17_17.0.8+7-1~deb12u1.debian.tar.xz]

2 years agoImport openjdk-17_17.0.8+7.orig.tar.xz
Matthias Klose [Wed, 19 Jul 2023 06:29:02 +0000 (07:29 +0100)]
Import openjdk-17_17.0.8+7.orig.tar.xz

[dgit import orig openjdk-17_17.0.8+7.orig.tar.xz]

2 years agoMerge version 17.0.4+8-1+rpi1 and 17.0.6+10-1 to produce 17.0.6+10-1+rpi1 archive/raspbian/17.0.6+10-1+rpi1 raspbian/17.0.6+10-1+rpi1
Raspbian automatic forward porter [Mon, 13 Feb 2023 23:05:27 +0000 (23:05 +0000)]
Merge version 17.0.4+8-1+rpi1 and 17.0.6+10-1 to produce 17.0.6+10-1+rpi1

2 years agoMerge openjdk-17 (17.0.6+10-1) import into refs/heads/workingbranch
Matthias Klose [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
Merge openjdk-17 (17.0.6+10-1) import into refs/heads/workingbranch

2 years agomips
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
mips

# DP: Untested patch suggested to fix #983878

# DP: Untested patch suggested to fix #983878

Gbp-Pq: Name mips.diff

2 years agojlink: Hash of module differs to expected hash recorded in java.base
Julian Gilbey [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
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

2 years agoriscv64
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
riscv64

# HG changeset patch
# User enevill
# Date 1521985117 -3600
#      Sun Mar 25 14:38:37 2018 +0100
# Node ID 7d1ae835ef5194e7ae5b56b51f944029fe602d11
# Parent  1b1de4b263c81853719f6bb0385fe23bc4e35f6c
8199138: Add RISC-V support to Zero
Reviewed-by: aph, erikj, ehelin, ihse
Gbp-Pq: Name riscv64.diff

2 years agoMakes the generated module-info.java files reproducible (removes a captured build...
Emmanuel Bourg [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
Makes the generated module-info.java files reproducible (removes a captured build path)

Forwarded: no

Gbp-Pq: Name reproducible-module-info.diff

2 years agoMakes the generated character data classes reproducible (removes a timestamp and...
Emmanuel Bourg [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
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

2 years agojaw-optional
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
jaw-optional

Make failing to load the Java ATK wrapper non-fatal

Gbp-Pq: Name jaw-optional.diff

2 years agojaw-classpath
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
jaw-classpath

Fix finding the Java ATK wrapper, see #900912

Gbp-Pq: Name jaw-classpath.diff

2 years agoRevert upstream default to GTK2
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
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

2 years ago[PATCH] Don't optimize fdlibm-fork for Zero on linux-sparc (Zero)
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

2 years agomake-debug-print
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
make-debug-print

Gbp-Pq: Name make-debug-print.diff

2 years agoMakes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOC...
Emmanuel Bourg [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
Makes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOCH is specified

Forwarded: no

Gbp-Pq: Name reproducible-properties-timestamp.diff

2 years agoFix alignment issues on m68k
John Paul Adrian Glaubitz [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
Fix alignment issues on m68k

Last Update: 2019-04-29

Last Update: 2019-04-29

Gbp-Pq: Name m68k-support.diff

2 years agogenerated-headers
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
generated-headers

Gbp-Pq: Name generated-headers.patch

2 years agodnd-files
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
dnd-files

===================================================================

Gbp-Pq: Name dnd-files.diff

2 years agoatk-wrapper-security
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
atk-wrapper-security

Gbp-Pq: Name atk-wrapper-security.diff

2 years agohotspot-disable-exec-shield-workaround
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
hotspot-disable-exec-shield-workaround

Gbp-Pq: Name hotspot-disable-exec-shield-workaround.diff

2 years agozero-x32
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
zero-x32

Gbp-Pq: Name zero-x32.diff

2 years agomachine-flag
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
machine-flag

Gbp-Pq: Name machine-flag.diff

2 years ago8199220
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
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 81951038191102 and 8189871
Reviewed-by: dholmes, stuefe, eosterlund, glaubitz, coleenp
Gbp-Pq: Name 8199220.diff

2 years agojdk-i18n-pt_BR
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
jdk-i18n-pt_BR

===================================================================

Gbp-Pq: Name jdk-i18n-pt_BR.diff

2 years agojtreg-location
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
jtreg-location

Gbp-Pq: Name jtreg-location.diff

2 years agojdk-getAccessibleValue
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
jdk-getAccessibleValue

Gbp-Pq: Name jdk-getAccessibleValue.diff

2 years agos390x-opt
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
s390x-opt

Gbp-Pq: Name s390x-opt.diff

2 years agomultiple-pkcs11-library-init
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
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

2 years agoadlc-parser
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
adlc-parser

# DP: fixes an uninitialized memory issue in adlc

# DP: fixes an uninitialized memory issue in adlc

Gbp-Pq: Name adlc-parser.diff

2 years agoworkaround_expand_exec_shield_cs_limit
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
workaround_expand_exec_shield_cs_limit

Gbp-Pq: Name workaround_expand_exec_shield_cs_limit.diff

2 years agodefault-jvm-cfg
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
default-jvm-cfg

Gbp-Pq: Name default-jvm-cfg.diff

2 years agolibpcsclite-dlopen
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
libpcsclite-dlopen

Gbp-Pq: Name libpcsclite-dlopen.diff

2 years agoicedtea-override-redirect-compiz
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
icedtea-override-redirect-compiz

===================================================================

Gbp-Pq: Name icedtea-override-redirect-compiz.diff

2 years agoicc_loading_with_symlink
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
icc_loading_with_symlink

Gbp-Pq: Name icc_loading_with_symlink.diff

2 years agohotspot-mips-align
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
hotspot-mips-align

Gbp-Pq: Name hotspot-mips-align.diff

2 years agosystem-pcsclite
OpenJDK Team [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
system-pcsclite

Gbp-Pq: Name system-pcsclite.diff

2 years agoopenjdk-17 (17.0.6+10-1) unstable; urgency=high
Matthias Klose [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
openjdk-17 (17.0.6+10-1) unstable; urgency=high

  * OpenJDK 17.0.6 release, build 10.
    - CVE-2023-21835, CVE-2023-21843
    - Release notes:
      https://www.oracle.com/java/technologies/javase/17-0-6-relnotes.html

  [ Vladimir Petko ]
  * debian/patches/*: Refresh patches for the new release and drop unused
    patches.
  * debian/rules: add lunar to jtreg version selection.

[dgit import unpatched openjdk-17 17.0.6+10-1]

2 years agoImport openjdk-17_17.0.6+10.orig.tar.xz
Matthias Klose [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
Import openjdk-17_17.0.6+10.orig.tar.xz

[dgit import orig openjdk-17_17.0.6+10.orig.tar.xz]

2 years agoImport openjdk-17_17.0.6+10-1.debian.tar.xz
Matthias Klose [Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)]
Import openjdk-17_17.0.6+10-1.debian.tar.xz

[dgit import tarball openjdk-17 17.0.6+10-1 openjdk-17_17.0.6+10-1.debian.tar.xz]

3 years agoMerge openjdk-17 (17.0.4+8-1+rpi1) import into refs/heads/workingbranch
Peter Michael Green [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
Merge openjdk-17 (17.0.4+8-1+rpi1) import into refs/heads/workingbranch

3 years agoclient_default
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
client_default

Gbp-Pq: Name client_default.diff

3 years agomips
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
mips

# DP: Untested patch suggested to fix #983878

# DP: Untested patch suggested to fix #983878

Gbp-Pq: Name mips.diff

3 years agojlink: Hash of module differs to expected hash recorded in java.base
Julian Gilbey [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
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

3 years agoriscv64
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
riscv64

# HG changeset patch
# User enevill
# Date 1521985117 -3600
#      Sun Mar 25 14:38:37 2018 +0100
# Node ID 7d1ae835ef5194e7ae5b56b51f944029fe602d11
# Parent  1b1de4b263c81853719f6bb0385fe23bc4e35f6c
8199138: Add RISC-V support to Zero
Reviewed-by: aph, erikj, ehelin, ihse
Gbp-Pq: Name riscv64.diff

3 years agoMakes the generated module-info.java files reproducible (removes a captured build...
Emmanuel Bourg [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
Makes the generated module-info.java files reproducible (removes a captured build path)

Forwarded: no

Gbp-Pq: Name reproducible-module-info.diff

3 years agoMakes the generated character data classes reproducible (removes a timestamp and...
Emmanuel Bourg [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
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

3 years agojaw-optional
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
jaw-optional

Make failing to load the Java ATK wrapper non-fatal

Gbp-Pq: Name jaw-optional.diff

3 years agojaw-classpath
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
jaw-classpath

Fix finding the Java ATK wrapper, see #900912

Gbp-Pq: Name jaw-classpath.diff

3 years agoRevert upstream default to GTK2
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
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

3 years ago[PATCH] Don't optimize fdlibm-fork for Zero on linux-sparc (Zero)
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

3 years agomake-debug-print
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
make-debug-print

Gbp-Pq: Name make-debug-print.diff

3 years agoMakes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOC...
Emmanuel Bourg [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
Makes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOCH is specified

Forwarded: no

Gbp-Pq: Name reproducible-properties-timestamp.diff

3 years agoFix alignment issues on m68k
John Paul Adrian Glaubitz [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
Fix alignment issues on m68k

Last Update: 2019-04-29

Last Update: 2019-04-29

Gbp-Pq: Name m68k-support.diff

3 years agogenerated-headers
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
generated-headers

Gbp-Pq: Name generated-headers.patch

3 years agodnd-files
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
dnd-files

===================================================================

Gbp-Pq: Name dnd-files.diff

3 years agoatk-wrapper-security
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
atk-wrapper-security

Gbp-Pq: Name atk-wrapper-security.diff

3 years agohotspot-disable-exec-shield-workaround
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
hotspot-disable-exec-shield-workaround

Gbp-Pq: Name hotspot-disable-exec-shield-workaround.diff

3 years agozero-x32
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
zero-x32

Gbp-Pq: Name zero-x32.diff

3 years agomachine-flag
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
machine-flag

Gbp-Pq: Name machine-flag.diff

3 years ago8199220
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
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 81951038191102 and 8189871
Reviewed-by: dholmes, stuefe, eosterlund, glaubitz, coleenp
Gbp-Pq: Name 8199220.diff

3 years agojdk-i18n-pt_BR
OpenJDK Team [Fri, 11 Nov 2022 07:39:25 +0000 (07:39 +0000)]
jdk-i18n-pt_BR

===================================================================

Gbp-Pq: Name jdk-i18n-pt_BR.diff