notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
py-djangosaml2 Pysaml2 integration for Django
1.11.1_1 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.11.1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-12-04 14:51:05
Last Update: 2026-05-28 05:18:35
Commit Hash: ce59801
Also Listed In: python
License: APACHE20
WWW:
https://github.com/IdentityPython/djangosaml2
Description:
A Django application that builds a Fully Compliant SAML2 Service Provider on top of PySAML2 library. Djangosaml2 protects your project with a SAML2 SSO Authentication.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}djangosaml2>0:www/py-djangosaml2@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py311-*djangosaml2
To install the port:
cd /usr/ports/www/py-djangosaml2/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-djangosaml2
  • pkg install py311-djangosaml2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-djangosaml2 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-djangosaml2
Package flavors (<flavor>: <package>)
  • py311: py311-djangosaml2
distinfo:
TIMESTAMP = 1771220936 SHA256 (djangosaml2-1.11.1.tar.gz) = f4fcbba980e6f3ad5b47f1f2d0f7296bcee4e37e2ee8237e44b28efe77f2d383 SIZE (djangosaml2-1.11.1.tar.gz) = 57721

Packages (timestamps in pop-ups are UTC):
py39-djangosaml2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly------1.8.01.8.0
FreeBSD:15:latest--n/a-n/an/a1.8.0-
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 
py311-djangosaml2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.11.11.11.1-1.9.3_11.11.1n/an/an/a
FreeBSD:13:quarterly1.11.11.11.1-1.9.3_11.11.1n/an/an/a
FreeBSD:14:latest---1.9.3_1----
FreeBSD:14:quarterly1.11.11.11.1-1.9.3_11.11.1---
FreeBSD:15:latest--n/a1.9.3_1n/an/a--
FreeBSD:15:quarterly1.11.11.11.1n/a-n/an/a--
FreeBSD:16:latest1.11.1_1-n/a-n/an/a--
 
py312-djangosaml2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest1.11.1_11.11.1_1--1.11.1_1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest1.11.1_11.11.1_1n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest-1.11.1_1n/a-n/an/a--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-django52>=4.2 : www/py-django52@py311
  2. py311-pysaml2>=6.5.1 : security/py-pysaml2@py311
  3. py311-defusedxml>=0.4.1 : devel/py-defusedxml@py311
  4. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_py-djangosaml2
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/djangosaml2/
  2. https://pypi.org/packages/source/d/djangosaml2/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.11.1_1
28 May 2026 05:18:35
commit hash: ce59801b72ef21600c6d5ce240cba886d9d94517commit hash: ce59801b72ef21600c6d5ce240cba886d9d94517commit hash: ce59801b72ef21600c6d5ce240cba886d9d94517commit hash: ce59801b72ef21600c6d5ce240cba886d9d94517 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
*: Switch consumers over to Django 5.2

Django 4.2 reached its End-of-Life on 7th April 2026 and Django 5.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2028.

* Switch most ports that use www/py-django42 to www/py-django52.

* Where necessary, remove PORTSCOUT, which is no longer needed because
  an update to a newer version that no longer supports Django 4.2 should
  now be possible.

* Bump PORTREVISION due dependency change where necessary.

PR:		291707
Reviewed by:	sunpoet (python)
Differential Revision:	https://reviews.freebsd.org/D56966
1.11.1
27 May 2026 20:02:14
commit hash: ec4fe6557ebd5135f4158bea69694734d9af1d98commit hash: ec4fe6557ebd5135f4158bea69694734d9af1d98commit hash: ec4fe6557ebd5135f4158bea69694734d9af1d98commit hash: ec4fe6557ebd5135f4158bea69694734d9af1d98 files touched by this commit
Richard Gallamore (ultima) search for other commits by this committer
*: Drop maintainership
1.11.1
26 May 2026 11:24:35
commit hash: 74ee429290dacff85cf426141f99e00918fc9cc1commit hash: 74ee429290dacff85cf426141f99e00918fc9cc1commit hash: 74ee429290dacff85cf426141f99e00918fc9cc1commit hash: 74ee429290dacff85cf426141f99e00918fc9cc1 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/seafile-server,www/seahub: Deprecate

Updating www/seahub, and especially net-mgmt/seafile-server, is more
difficult than originally anticipated. The current version of www/seahub
also only runs with Django 4.2, which has been end-of-life since April.

Before www/seahub and net-mgmt/seafile-server are marked as BROKEN after
the migration of the affected ports to Django 5.2 [1], and then vanish
from the ports tree at the end of 2026Q2 - which would also break POLA
due the short time period - do the following to buy some time for a
possible update:

* Create required py-dj42-* ports and switch www/seahub to them. These
  py-dj42-* ports were copied from their original counterparts, are
  bound to Django 4.2, and have also been adapted for the PEP517 build
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.11.1
16 Feb 2026 05:53:10
commit hash: b283aa7d8fad7d5e8d48ace285fce67870fe5376commit hash: b283aa7d8fad7d5e8d48ace285fce67870fe5376commit hash: b283aa7d8fad7d5e8d48ace285fce67870fe5376commit hash: b283aa7d8fad7d5e8d48ace285fce67870fe5376 files touched by this commit
Richard Gallamore (ultima) search for other commits by this committer
www/py-djangosaml2: Update to 1.11.1

Changes: https://github.com/IdentityPython/djangosaml2/compare/v1.9.3..v1.11.1
1.9.3_1
08 Mar 2025 04:05:21
commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal

Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
1.9.3
14 Jun 2024 18:11:23
commit hash: c561f3d36ee09fdc24724cfbb6d5cb66324c542acommit hash: c561f3d36ee09fdc24724cfbb6d5cb66324c542acommit hash: c561f3d36ee09fdc24724cfbb6d5cb66324c542acommit hash: c561f3d36ee09fdc24724cfbb6d5cb66324c542a files touched by this commit
Richard Gallamore (ultima) search for other commits by this committer
www/py-djangosaml2: Updated to 1.9.3

Changes: https://github.com/IdentityPython/djangosaml2/releases
1.9.2_1
27 Apr 2024 09:08:48
commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
*: Switch consumers over to Django 4.2

Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.

* Switch most ports that use www/py-django32 to www/py-django42.

* Ports that are not compatible with Django 3.2 have already been set
  with an expiration date were not taken into account.

* Bump PORTREVISION due dependency change where necessary.

PR:		276319
Reviewed by:	dvl, grembo, ultima
Approved by:	bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
		ultima, maintainer timeout (remaining maintainers)
Differential Revision:	https://reviews.freebsd.org/D44637
1.9.2
24 Feb 2024 23:46:37
commit hash: 990b7e71d532baaff0472cf3094e026e8546bad8commit hash: 990b7e71d532baaff0472cf3094e026e8546bad8commit hash: 990b7e71d532baaff0472cf3094e026e8546bad8commit hash: 990b7e71d532baaff0472cf3094e026e8546bad8 files touched by this commit
Richard Gallamore (ultima) search for other commits by this committer
www/py-djangosaml2: Update to 1.9.2

Changes: https://github.com/IdentityPython/djangosaml2/releases
1.8.0
04 Dec 2023 14:50:04
commit hash: d8312662f40ca43e370b3b0cc1c8ddc86eb46f41commit hash: d8312662f40ca43e370b3b0cc1c8ddc86eb46f41commit hash: d8312662f40ca43e370b3b0cc1c8ddc86eb46f41commit hash: d8312662f40ca43e370b3b0cc1c8ddc86eb46f41 files touched by this commit
Richard Gallamore (ultima) search for other commits by this committer
www/py-djangosaml2: New port

A Django application that builds a Fully Compliant
SAML2 Service Provider on top of PySAML2 library.
Djangosaml2 protects your project with a SAML2 SSO
Authentication.

Number of commits found: 9