Port details |
- py-django-sudo Sudo mode is an extra layer of security for Django
- 3.1.0_1 www
=0 3.1.0_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Abandoned upstream, not compatible with newer versions of Django
This port expired on: 2022-06-30
- Maintainer: python@FreeBSD.org
- Port Added: 2016-03-31 20:17:35
- Last Update: 2022-06-30 19:51:51
- Commit Hash: ff89f3f
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/mattrobenolt/django-sudo
- Description:
- django-sudo provides an extra layer of security for after a user is already
logged in. Views can be decorated with @sudo_required, and then a user must
re-enter their password to view that page. After verifying their password, that
user has elevated permissions for the duration of SUDO_COOKIE_AGE. This
duration is independent of the normal session duration allowing short elevated
permission durations, but retain long user sessions.
WWW: https://github.com/mattrobenolt/django-sudo
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}django-sudo>0:www/py-django-sudo@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py38-django-sudo
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1580125369
SHA256 (django-sudo-3.1.0.tar.gz) = 671c9b819580d35688f2084e3f2cf60ebc1bfee7cbcf07882160ccf3fbb85a67
SIZE (django-sudo-3.1.0.tar.gz) = 6876
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-django22>=0 : www/py-django22@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-django-sudo
- USES:
- python:3.5+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.0_1 30 Jun 2022 19:51:51 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-06-30 www/py-django-common-helpers: No longer maintained, doesn't work with
newer versions of Django
2022-06-30 www/py-django: Was used as a metaport, no longer required
2022-06-30 www/py-django-sudo: Abandoned upstream, not compatible with newer
versions of Django
2022-06-30 www/py-django-bootstrap-form: No longer maintained, not compatible
with newer versions of Django
2022-06-30 www/py-django-babel: Upstream no longer maintained, please use
www/py-enmerkar instead
2022-06-30 www/py-django-bulk-update: No longer maintained, not compatible with
newer versions of Django
2022-06-30 www/py-django-happenings-update: Upstream no longer maintained, not
compatible with newer versions of Django
2022-06-30 www/py-django-compat: No longer maintained, doesn't work with newer
versions of Django
2022-06-30 www/py-django-modern-rpc: Not compatible with newer versions of
Django |
3.1.0_1 25 Mar 2022 16:07:58 |
Kai Knoblich (kai) |
www/py-django-sudo: Deprecate and set to expire
* The upstream project was abandoned and there's no compatibility for
newer versions of Django.
PR: 261313
Approved by: kai (python, maintainer) |
3.1.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.0_1 25 May 2020 10:00:47 |
kai |
www/py-django-sudo: Change RUN_DEPENDS
* Assign the port to Django 2.2 (current LTS release) because Django 1.11 is
End-of-Life since April.
* Bump PORTREVISION due changed dependencies.
PR: 245309 |
3.1.0 27 Jan 2020 20:11:01 |
sunpoet |
Update to 3.1.0
- Fix PORTNAME, PKGNAMEPREFIX and DISTNAME
Changes: https://github.com/mattrobenolt/django-sudo/blob/master/docs/changelog/index.rst |
2.1.0_1 06 Nov 2018 21:13:55 |
rene |
Return tj's ports to the pool after his commit bit got safekept. |
2.1.0_1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.1.0_1 10 May 2018 15:02:44 |
miwi |
- Switch to py-django111
- Bump PORTREVISION
Sponsored by: iXsystems Inc. |
2.1.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.1.0 06 Oct 2016 16:48:44 |
tj |
Update to 2.1.0 |
1.2.0 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.2.0 31 Mar 2016 20:17:28 |
tj |
New port www/py-django-sudo 1.2.0
django-sudo provides an extra layer of security for after a user is already
logged in. Views can be decorated with @sudo_required, and then a user must
re-enter their password to view that page. After verifying their password, that
user has elevated permissions for the duration of SUDO_COOKIE_AGE. This
duration is independent of the normal session duration allowing short elevated
permission durations, but retain long user sessions.
WWW: https://github.com/mattrobenolt/django-sudo |