[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74035] [PATCH v2 02/26] gnu: python-django-4.2: Update to 4.2.16. [
From: |
Zheng Junjie |
Subject: |
[bug#74035] [PATCH v2 02/26] gnu: python-django-4.2: Update to 4.2.16. [security fixes] |
Date: |
Tue, 05 Nov 2024 00:08:33 +0800 |
Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:
> 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.
> ---
> gnu/packages/django.scm | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
> index 4404c8368d..4cf043f7c1 100644
> --- a/gnu/packages/django.scm
> +++ b/gnu/packages/django.scm
> @@ -57,13 +57,13 @@ (define-module (gnu packages django)
> (define-public python-django-4.2
> (package
> (name "python-django")
> - (version "4.2.5")
> + (version "4.2.16")
> (source (origin
> (method url-fetch)
> (uri (pypi-uri "Django" version))
> (sha256
> (base32
> - "1ha6c5j3pizbsfzw37r52lvdz8z5lblq4iwa99mpkdzz92aiqp2y"))))
> + "1b8xgwg3gjr974j60x3vgcpp85cg5dwhzqdpdbl8qh3cg311c5kg"))))
> (build-system pyproject-build-system)
> (arguments
> '(#:test-flags
> @@ -140,7 +140,9 @@ (define-public python-django-4.2
> any Web site. Django focuses on automating as much as possible and adhering
> to the @dfn{don't repeat yourself} (DRY) principle.")
> (license license:bsd-3)
> - (properties `((cpe-name . "django")))))
> + (properties `((cpe-name . "django")
> + ;; This CVE seems fixed since 4.2.1.
> + (lint-hidden-cve . ("CVE-2023-31047"))))))
>
> (define-public python-django-3.2
> (package
apply.
signature.asc
Description: PGP signature
- [bug#74035] [PATCH v2 01/26] gnu: libyang: Update to 3.4.2. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 07/26] gnu: wireshark: Update to 4.4.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 10/26] gnu: xlsxio: Update to 0.2.35. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 02/26] gnu: python-django-4.2: Update to 4.2.16. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 02/26] gnu: python-django-4.2: Update to 4.2.16. [security fixes],
Zheng Junjie <=
- [bug#74035] [PATCH v2 12/26] gnu: indent: Remove uneeded arguments., Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 15/26] gnu: shapelib: Update to 1.6.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 23/26] gnu: Add sexpp., Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 20/26] gnu: liblouis: Update to 3.31.0. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 25/26] gnu: cjson: Update to 1.7.18. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 08/26] gnu: pam-u2f: Update to 1.3.0. [security fixes], Nicolas Graves, 2024/11/03