ca-certificates-java (20190909)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 20210218 > 20190909
- Git: https://salsa.debian.org/java-team/ca-certificates-java.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/java-team/ca-certificates-java
- Last scan: 2022-07-01 08:22:09+00
- Next scan: 2022-07-07 20:27:00+00
- Merge requests: 2
- Debian changelog in Git:
ca-certificates-java (20210218) UNRELEASED; urgency=medium
* Team upload.
* Switch to debhelper-compat (= 13).
* Set Rules-Requires-Root: no.
* UpdateCertificates.java: Ignore empty lines in stdin. (Closes: #795244)
* Avoid warning about missing /etc/ssl/certs/java/cacerts on initial
install.
* Do not be satisfied by java7-runtime-headless.
* Remove support for upgrading from versions predating wheezy.
* Clean up misplaced symlinks in the root directory left over by ancient
versions. (Closes: #688415)
* Drop libnss3 manipulations, no longer needed since openjdk-6-jre-headless
at least.
* Add update-ca-certificates-java trigger and let jks-keystore record the
pending certificate updates and postpone them to the processing of this
trigger. (Closes: #908858)
* Add update-ca-certificates-java-fresh trigger, will be activated by
update-ca-certificates -f. (Closes: #922981)
* Remove obsolete certificates when building a fresh cacerts file.
(Closes: #767272)
* Bump ca-certificates dependency to 20210120.
* Skip Java certificates setup if no JRE is available.
* Add trigger on /usr/lib/jvm to perform Java certificates setup if a JRE
becomes available.
* Demote JRE dependency to Recommends to break dependency cycle.
(Closes: #929685, #940297)
* Foreign architecture JREs that place java in PATH are also usable.
(Closes: #776860, #864331)
* Bump Standards-Version to 4.5.1.
-- Andreas Beckmann <anbe@debian.org> Thu, 18 Feb 2021 21:12:52 +0100
- This branch is 26 commits ahead of tag debian/20190909
- Git log:
commit 96009a759fa3a3b940f3f3fc86f3520bdff66f0a
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 15:34:19 2021 +0100
close more fixed bugs
commit ed71672c67c56836e551e12264ff74091e62e2eb
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 13:58:20 2021 +0100
simplify setup_path()
commit 3323262150a7bc8acc904a66fbaa1ca722d44eba
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 13:41:40 2021 +0100
Standards-Version: 4.5.1
commit 7d2d460c1923f475ba78af6b4b058667604e74f0
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 13:20:19 2021 +0100
demote JRE dependency to Recommends to break dependency cycle
commit 9825a4a75d869a17ce78fd839b5c320f9baf2681
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 13:13:48 2021 +0100
add trigger on /usr/lib/jvm to perform Java certificates setup if a JRE becomes available
commit 58057f06c8dd7a03dfac0992c16c389474438b4e
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 13:08:48 2021 +0100
skip Java certificates setup if no JRE is available
pending actions will be stored in /var/lib/ca-certificates-java
commit 6260c58fb96d2e3cf20aa3ddee595c111c415622
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 13:45:49 2021 +0100
bump ca-certificates dependency to 20210120
commit 8821ee5562bde53dc799593cae0c1357b290517c
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 03:19:10 2021 +0100
remove obsolete certificates when building a fresh cacerts file
commit be511adf3158ec4f62abc9bd3017f486cb332cbe
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 02:21:43 2021 +0100
add update-ca-certificates-java-fresh trigger
commit adec85a6d03b9747d3f31419456fe68e93dfb004
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 02:06:59 2021 +0100
move processing of +/- certs to new update-ca-certificates-java trigger
the hook script is executed in the context of ca-certificates
and nothing is known at that time about the configuration state
of ca-certificates-java or its rdepends
so just record the pending updates and execute them in a context
where ca-certificates-java and its rdepends are in a usable state
commit c45c3c9bb37c8f023288aa46474becacf66ec775
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 02:01:09 2021 +0100
let update_cacerts handle initial creation of cacerts
commit eba4aea5697eb05da0e61a5cfe044a3ba74e7701
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 01:52:09 2021 +0100
run convert_pkcs12_keystore_to_jks from update_cacerts
commit 651ef32a8808824ed3e71e9ed74418e853d11dcd
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 01:40:32 2021 +0100
postinst: add a shared update_cacerts() function
commit 3d8a3e1b4cfc6ee7b7fe0e2a37a18d6dfb209daa
Author: Andreas Beckmann <anbe@debian.org>
Date: Tue Feb 23 12:02:35 2021 +0100
drop libnss3 manipulations
commit 049a5639afe2f9516a23e55fc81f1fdcae070030
Author: Andreas Beckmann <anbe@debian.org>
Date: Sat Feb 20 01:11:43 2021 +0100
set Rules-Requires-Root: no
commit 62313abf3dfc0e760fe0af6edf44b8b958e9a89f
Author: Andreas Beckmann <anbe@debian.org>
Date: Sat Feb 20 00:28:53 2021 +0100
remove redundant bits from the maintainer scripts
commit 3bc73bdb477ddab2a4f64856f0fe9aad648d67d1
Author: Andreas Beckmann <anbe@debian.org>
Date: Fri Feb 19 23:47:14 2021 +0100
clean up misplaced symlinks from ancient versions
commit 1e3e4280dd6e5d9f95482492497a2f70e9c4cb86
Author: Andreas Beckmann <anbe@debian.org>
Date: Fri Feb 19 23:24:30 2021 +0100
remove support for upgrading from versions predating wheezy
commit 18fa570748507202438437c34525f695f1d5d64a
Author: Andreas Beckmann <anbe@debian.org>
Date: Fri Feb 19 23:04:29 2021 +0100
do not be satisfied by java7-runtime-headless
commit 635074249bbbab7be7617ead2aece9902d7978d9
Author: Andreas Beckmann <anbe@debian.org>
Date: Fri Feb 19 23:00:18 2021 +0100
avoid warning about missing /etc/ssl/certs/java/cacerts on initial install
commit 5ee5835f1be6c714f726d0ca6b955be435084ce5
Author: Andreas Beckmann <anbe@debian.org>
Date: Fri Feb 19 21:22:38 2021 +0100
UpdateCertificates.java: ignore empty lines in stdin
commit dfd0e87a8a60f135e063f7022beb8a022f03997f
Author: Andreas Beckmann <anbe@debian.org>
Date: Fri Feb 19 21:20:07 2021 +0100
add test with empty command
commit c0c962f41ef3df2ef32d0e5ec420b75ebf3d8f44
Author: Andreas Beckmann <anbe@debian.org>
Date: Fri Feb 19 21:11:35 2021 +0100
ship /etc/default/cacerts with mode 0600
commit ec56da1d4f6b23df209fd0646fd67b01db306784
Author: Andreas Beckmann <anbe@debian.org>
Date: Thu Feb 18 21:23:17 2021 +0100
use dh_install to install jar and hook
commit bb08d9e8df724ea32bc9d431841bcc0396695250
Author: Andreas Beckmann <anbe@debian.org>
Date: Thu Feb 18 21:18:22 2021 +0100
use dh_installinit to install /etc/default/cacerts
commit b59b0dcfafe0f0b81ff01449b94d345307ca6b95
Author: Andreas Beckmann <anbe@debian.org>
Date: Thu Feb 18 21:13:17 2021 +0100
switch to debhelper-compat (= 13)