Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#28031 closed Bug (fixed)

Documentation for uwsgi deployment mentions buggy uwsgi packages in some distros but not when they were fixed

Reported by: Richard Barrell Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In docs/howto/deployment/wsgi/uwsgi.txt there is a warning about Debian and Ubuntu shipping outdated versions of uwsgi, prior to uwsgi version 1.2.6. However, current Debian and Ubuntu versions already ship newer uwsgi packages than 1.2.6.

I'm concerned someone who is using an up-to-date version of Debian or Ubuntu might see this note and decide that this means they need to compile uwsgi from source themselves. Then they wouldn't be able to get security patches for their uwsgi binary via apt-get any more.

Debian 8 (jessie) ships version 2.0.7, according to https://packages.debian.org/jessie/uwsgi
(Debian 7 was shipping 1.2.3.)

Ubuntu 14.04 (trusty) ships version 1.9.17 according to http://packages.ubuntu.com/trusty/uwsgi
(Ubuntu 12.04 was shipping 1.0.3.)

Change History (5)

comment:1 by Richard Barrell, 7 years ago

I've filed a pull request at https://github.com/django/django/pull/8301

comment:2 by Tim Graham, 7 years ago

Has patch: set
Triage Stage: UnreviewedAccepted

As mentioned on the pull request, I think this note could be removed since it refers to old, end-of-life or near end-of-life versions.

comment:3 by Richard Barrell, 7 years ago

I agree with you that removing the note entirely is a good course of action too.

comment:4 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: newclosed

In 351835f2:

Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).

comment:5 by Tim Graham <timograham@…>, 7 years ago

In 0cb009a:

[1.11.x] Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).

Backport of 351835f26234cade43f0bed45441fc144c33a785 from master

Note: See TracTickets for help on using tickets.
Back to Top