unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Adding Django 4.2 LTS
@ 2023-06-21 18:36 Luis Felipe
  2023-07-31  2:13 ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Luis Felipe @ 2023-06-21 18:36 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 1231 bytes --]

Hi,

I've been using Django 4.2.2 from my personal Guix channel for a couple 
of days and it seems to work alright, so I'd like to send a patch to 
include it in Guix, although I have some questions first.

1. python-asgiref >= 3.6.0 and < 4 is a requirement for Django 4.2 LTS 
series, there is a patch for it already 
(https://issues.guix.gnu.org/61543), it builds, doesn't appear to have 
known vulnerabilities and Django 4.2.2 works with it. Would it be okay 
to add it to Guix until someone else packages the latest version (3.7.2, 
but it currently fails to build for me: sanity-check 
DistributionNotFound or something)?

2. "guix lint python-django@4.2.2" says this version of DJango might be 
vulnerable to CVE-2023-31047 but reading the CVE description version 
4.2.2 doesn't seem to be affected. Is there anything I should do 
regarding this warning?

3. Guix currently distributes versions of Django that no longer receive 
security updates or bug fixes. For example, python-django@4.0.7, 
python-django@3.1.14, python-django@2.2.28 (see 
https://www.djangoproject.com/download/). Should they be removed?

Thanks in advance,

-- 
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2881 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Adding Django 4.2 LTS
  2023-06-21 18:36 Adding Django 4.2 LTS Luis Felipe
@ 2023-07-31  2:13 ` Maxim Cournoyer
  2023-07-31 15:24   ` ngraves--- via Development of GNU Guix and the GNU System distribution.
  2023-07-31 15:25   ` ngraves--- via Development of GNU Guix and the GNU System distribution.
  0 siblings, 2 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2023-07-31  2:13 UTC (permalink / raw)
  To: Luis Felipe; +Cc: guix-devel

Hi,

Luis Felipe <sirgazil@zoho.com> writes:

> Hi,
>
> I've been using Django 4.2.2 from my personal Guix channel for a
> couple of days and it seems to work alright, so I'd like to send a
> patch to include it in Guix, although I have some questions first.
>
> 1. python-asgiref >= 3.6.0 and < 4 is a requirement for Django 4.2 LTS
> series, there is a patch for it already
> (https://issues.guix.gnu.org/61543), it builds, doesn't appear to have
> known vulnerabilities and Django 4.2.2 works with it. Would it be okay
> to add it to Guix until someone else packages the latest version
> (3.7.2, but it currently fails to build for me: sanity-check
> DistributionNotFound or something)?

This usually means one of the inputs of the package doesn't have a
compatible version.  Please check which one it is (the Python error
message should contain that information).

> 2. "guix lint python-django@4.2.2" says this version of DJango might
> be vulnerable to CVE-2023-31047 but reading the CVE description
> version 4.2.2 doesn't seem to be affected. Is there anything I should
> do regarding this warning?

If you are absolutely sure about that you could add a 'lint-hidden-cve'
property to the package definition.

> 3. Guix currently distributes versions of Django that no longer
> receive security updates or bug fixes. For example,
> python-django@4.0.7, python-django@3.1.14, python-django@2.2.28 (see
> https://www.djangoproject.com/download/). Should they be removed?

They should be upgraded to the latest available version (the old
versions shouldn't be kept around).

-- 
Thanks,
Maxim


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Adding Django 4.2 LTS
  2023-07-31  2:13 ` Maxim Cournoyer
@ 2023-07-31 15:24   ` ngraves--- via Development of GNU Guix and the GNU System distribution.
  2023-07-31 15:25   ` ngraves--- via Development of GNU Guix and the GNU System distribution.
  1 sibling, 0 replies; 4+ messages in thread
From: ngraves--- via Development of GNU Guix and the GNU System distribution. @ 2023-07-31 15:24 UTC (permalink / raw)
  To: Maxim Cournoyer, Luis Felipe; +Cc: guix-devel

On 2023-07-30 22:13, Maxim Cournoyer wrote:

> Hi,
>
> Luis Felipe <sirgazil@zoho.com> writes:
>
>> Hi,
>>
>> I've been using Django 4.2.2 from my personal Guix channel for a
>> couple of days and it seems to work alright, so I'd like to send a
>> patch to include it in Guix, although I have some questions first.

Hi!

I've already submitted a patch series updating django to 4.2.2. It's in
55476, but I don't have feedback from the python team. 

>>
>> 1. python-asgiref >= 3.6.0 and < 4 is a requirement for Django 4.2 LTS
>> series, there is a patch for it already
>> (https://issues.guix.gnu.org/61543), it builds, doesn't appear to have
>> known vulnerabilities and Django 4.2.2 works with it. Would it be okay
>> to add it to Guix until someone else packages the latest version
>> (3.7.2, but it currently fails to build for me: sanity-check
>> DistributionNotFound or something)?
>
> This usually means one of the inputs of the package doesn't have a
> compatible version.  Please check which one it is (the Python error
> message should contain that information).
>
>> 2. "guix lint python-django@4.2.2" says this version of DJango might
>> be vulnerable to CVE-2023-31047 but reading the CVE description
>> version 4.2.2 doesn't seem to be affected. Is there anything I should
>> do regarding this warning?
>
> If you are absolutely sure about that you could add a 'lint-hidden-cve'
> property to the package definition.
>
>> 3. Guix currently distributes versions of Django that no longer
>> receive security updates or bug fixes. For example,
>> python-django@4.0.7, python-django@3.1.14, python-django@2.2.28 (see
>> https://www.djangoproject.com/download/). Should they be removed?
>
> They should be upgraded to the latest available version (the old
> versions shouldn't be kept around).

-- 
Best regards,
Nicolas Graves


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Adding Django 4.2 LTS
  2023-07-31  2:13 ` Maxim Cournoyer
  2023-07-31 15:24   ` ngraves--- via Development of GNU Guix and the GNU System distribution.
@ 2023-07-31 15:25   ` ngraves--- via Development of GNU Guix and the GNU System distribution.
  1 sibling, 0 replies; 4+ messages in thread
From: ngraves--- via Development of GNU Guix and the GNU System distribution. @ 2023-07-31 15:25 UTC (permalink / raw)
  To: Maxim Cournoyer, Luis Felipe; +Cc: guix-devel

On 2023-07-30 22:13, Maxim Cournoyer wrote:

> Hi,
>
> Luis Felipe <sirgazil@zoho.com> writes:
>
>> Hi,
>>
>> I've been using Django 4.2.2 from my personal Guix channel for a
>> couple of days and it seems to work alright, so I'd like to send a
>> patch to include it in Guix, although I have some questions first.

Hi!

I've already submitted a patch series updating django to 4.2.2. It's in
55476, but I don't have feedback from the python team. 

>>
>> 1. python-asgiref >= 3.6.0 and < 4 is a requirement for Django 4.2 LTS
>> series, there is a patch for it already
>> (https://issues.guix.gnu.org/61543), it builds, doesn't appear to have
>> known vulnerabilities and Django 4.2.2 works with it. Would it be okay
>> to add it to Guix until someone else packages the latest version
>> (3.7.2, but it currently fails to build for me: sanity-check
>> DistributionNotFound or something)?
>
> This usually means one of the inputs of the package doesn't have a
> compatible version.  Please check which one it is (the Python error
> message should contain that information).
>
>> 2. "guix lint python-django@4.2.2" says this version of DJango might
>> be vulnerable to CVE-2023-31047 but reading the CVE description
>> version 4.2.2 doesn't seem to be affected. Is there anything I should
>> do regarding this warning?
>
> If you are absolutely sure about that you could add a 'lint-hidden-cve'
> property to the package definition.
>
>> 3. Guix currently distributes versions of Django that no longer
>> receive security updates or bug fixes. For example,
>> python-django@4.0.7, python-django@3.1.14, python-django@2.2.28 (see
>> https://www.djangoproject.com/download/). Should they be removed?
>
> They should be upgraded to the latest available version (the old
> versions shouldn't be kept around).

-- 
Best regards,
Nicolas Graves


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-31 15:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-21 18:36 Adding Django 4.2 LTS Luis Felipe
2023-07-31  2:13 ` Maxim Cournoyer
2023-07-31 15:24   ` ngraves--- via Development of GNU Guix and the GNU System distribution.
2023-07-31 15:25   ` ngraves--- via Development of GNU Guix and the GNU System distribution.

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).