Version 3.5.11 added a test to check that the default trust store is readable. It does not exist in the build environment, so pretend everything is fine. diff a/tests/trust-store.c b/tests/trust-store.c --- a/tests/trust-store.c +++ b/tests/trust-store.c @@ -61,7 +61,7 @@ } else if (ret < 0) { fail("error loading system trust store: %s\n", gnutls_strerror(ret)); } else if (ret == 0) { - fail("no certificates were found in system trust store!\n"); + success("no trust store in the Guix build environment!\n"); } gnutls_certificate_free_credentials(x509_cred); d='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
AgeCommit message (Expand)Author
2024-11-04gnu: python-django-4.2: Update to 4.2.16. [security fixes]...This fixes CVE-2024-24680, CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, CVE-2024-42005, CVE-2024-45230, CVE-2024-45231, CVE-2023-43665 and CVE-2023-46695. * gnu/packages/django.scm (python-django-4.2): Update to 4.2.16. [properties]: Add lint-hidden-cve property. Nicolas Graves
2024-06-30gnu: python-django-4.2: Simpler unittest skip....* gnu/packages/django.scm (python-django-4.2): Simpler unittest skip. Signed-off-by: jgart <jgart@dismail.de> Nicolas Graves
2024-06-30gnu: python-django-4.2: Use pyproject-build-system....* gnu/packages/django.scm (python-django-4.2): [build-system] Use pyproject-build-system. Signed-off-by: jgart <jgart@dismail.de> Nicolas Graves
2024-06-30gnu: python-django-4.2: Add --failfast to test-flags....* gnu/packages/django.scm (python-django-4.2): Add --failfast to test-flags. Signed-off-by: jgart <jgart@dismail.de> Nicolas Graves
2024-06-30gnu: python-django-4.2: Comment formatting....* gnu/packages/django.scm (python-django-4.2): Comment formatting. Signed-off-by: jgart <jgart@dismail.de> Nicolas Graves
2024-06-30gnu: python-django-4.2: Use test-flags argument....* gnu/packages/django.scm (python-django-4.2): Use test-flags argument. Signed-off-by: jgart <jgart@dismail.de> Nicolas Graves