Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
1001_fully-adjust-DEFAULT_ROOT-if-set-via-configure-option.patch | Propagate DEFAULT_ROOT into unit tests and man pages. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | yes | |||
1005_silence-gi-repository-import-warnings.patch | Silence gi.require_version warnings during unit tests. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1006_click-tempdir-own-by-user-daemon-if-tests-run-as-root.patch | Use daemon:daemon permissions on create temp directories if tests are run as root.Abstract: When tests are run as root, the code will setuid/setgid to uid 1 / gid 1 and fail to access self.temp_dir (which gets created with 0700 dir permissions). |
Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1009_fix-unit-tests-as-root.patch | Return daemon:daemon if tests are run as root. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1010_fix-ensure-ownership.patch | Re-check this patch. The tests fail if run as root. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1014_improve-check-for-overlayfs-kernel-module.patch | Be happy, if 'overlay' kernel module is already loaded.Abstract: Don't bluntly fail if 'modprobe overlay' fails to execute. If the overlay kernel module is already loaded, we should be happy and proceed. . This is important for running integration tests in autopkgtest lxc environments or chroots (where no kernel modules are present). |
Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1018_0755-tempdir-permissions.patch | Make tmpdir used for test-internal click package creation accessible by all. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1020_run-sphinx-build-with-LANG-C.patch | Enforce LANG=C before running sphinx-build.Abstract: In Click's conf.py (Sphinx configuration) there is some nasty date string extraction/conversion hack that fails if LANG is set to anything else than C or en_US.UTF-8 (or alike). |
Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
2001_tox-ini-only-use-versions-available-in-Debian.patch | Only list Python3 version currently available in Debian testing/unstable (targetting bookworm). | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
0005_click-tests-Use-SHA256-digest-for-test-signing-click.patch | [PATCH] click/tests: Use SHA256 digest for test signing clicks If not we can end up using SHA1 this will result in verify rejecting it due to weak digest. |
Marius Gripsgard <marius@ubports.com> | no | 2022-06-07 | ||
1015_drop-using-six.patch | Stop using deprecated python3-six. | Alexandre Detiste <alexandre.detiste@gmail.com> | yes | |||
1016_dont-ship-tests-in-python3-click-package.patch | Omit unit test files from Python module. Makes build reproducible. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | yes | |||
2002_skip-framework-integration-tests.patch | Ignore /usr/share/clicks/frameworks/.placeholder file in unit tests. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | not-needed | |||
0006_fix-implicit-function-declaration.patch | [PATCH] preload: fix -Wimplicit-function-declaration Copy the declarations of __fxstat{,64} from GLibC so that they're properly declared. |
Ratchanan Srirattanamet <ratchanan@ubports.com> | no | 2024-04-04 | ||
0007_add-support-for-loongarch.patch | [PATCH] Add support for loongarch | wuruilong <wuruilong@loongson.cn> | no | 2024-04-09 | ||
1021_click-remove-hook-only-on-removal.patch | no | |||||
1022_convert-to-testsuite.patch | <short summary of the patch> | Mike Gabriel <sunweaver@debian.org> | no | |||
1023_dont-create-XDG-CACHE-HOME-if-present.patch | If XDG_CACHE_HOME exists don't create it. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | yes | |||
1024_more-types-for-ctypes-typemap.patch | Add uid_t and gid_t to _typemap. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | yes |