Package: puppetdb / 8.8.1-1~exp1

Metadata

Package Version Patches format
puppetdb 8.8.1-1~exp1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001_Lein_Local.patch | (download)

project.clj | 144 74 + 70 - 0 !
1 file changed, 74 insertions(+), 70 deletions(-)

 patch project.clj to build locally using lein

0003 Disable update checks by default.patch | (download)

src/puppetlabs/puppetdb/config.clj | 7 6 + 1 - 0 !
src/puppetlabs/puppetdb/meta.clj | 2 1 + 1 - 0 !
test/puppetlabs/puppetdb/config_test.clj | 4 2 + 2 - 0 !
3 files changed, 9 insertions(+), 4 deletions(-)

 disable update checks by default

Don't let PDB call home by default. Note that setting 'disable-update-checking'
to 'false' is not enough; it only disables PDB's internal periodic update
checker, but the dashboard triggers an on-demand check with a call to
/pdb/meta/v1/version/latest.

0005 Adjust config paths for Debian.patch | (download)

resources/ext/config/conf.d/config.ini | 4 2 + 2 - 0 !
resources/ext/config/conf.d/jetty.ini | 2 1 + 1 - 0 !
resources/ext/config/logback.xml | 8 4 + 4 - 0 !
resources/ext/config/request-logging.xml | 4 2 + 2 - 0 !
4 files changed, 9 insertions(+), 9 deletions(-)

 adjust config paths for debian

0006 Exclude docs and config files from jar.patch | (download)

project.clj | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 exclude docs and config files from jar

0007 Remove nREPL service.patch | (download)

project.clj | 1 0 + 1 - 0 !
resources/puppetlabs/puppetdb/bootstrap.cfg | 4 2 + 2 - 0 !
2 files changed, 2 insertions(+), 3 deletions(-)

 remove nrepl service
downgrade to jetty9.patch | (download)

project.clj | 4 2 + 2 - 0 !
resources/puppetlabs/puppetdb/bootstrap.cfg | 2 1 + 1 - 0 !
test-resources/integration-bootstrap.cfg | 2 1 + 1 - 0 !
test-resources/puppetserver/bootstrap.cfg | 2 1 + 1 - 0 !
test/puppetlabs/puppetdb/testutils/repl.clj | 4 2 + 2 - 0 !
test/puppetlabs/puppetdb/testutils/services.clj | 4 2 + 2 - 0 !
6 files changed, 9 insertions(+), 9 deletions(-)

 downgrade to jetty9
skip failing networking testcase.patch | (download)

test/puppetlabs/puppetdb/query/monitor_test.clj | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 skip failing networking testcase
resolve ftbfs with java 21.patch | (download)

project.clj | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 resolve ftbfs with java 21
fix tests for psql17.patch | (download)

test/puppetlabs/puppetdb/scf/migrate_partitioning_test.clj | 4 2 + 2 - 0 !
test/puppetlabs/puppetdb/scf/migrate_test.clj | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 fix tests for compatibility with pgsql 17
regen_certs_script.patch | (download)

test-resources/regen_certs.rb | 222 222 + 0 - 0 !
1 file changed, 222 insertions(+)

 add regen_certs.rb script