Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jul 2026 16:51:26 +0000
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8006801240ff - main - security/py-kdcproxy: Add new Port
Message-ID:  <6a4a8b8e.245ee.a3fe6e4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8006801240ffeb597b9cbe5a16259b953723740b

commit 8006801240ffeb597b9cbe5a16259b953723740b
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2026-07-05 16:44:08 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2026-07-05 16:51:13 +0000

    security/py-kdcproxy: Add new Port
    
    kdcproxy is a WSGI module for proxying Kerberos KDC requests over
    HTTP and HTTPS. It is required by the upcoming FreeIPA server port.
    
    WWW: https://github.com/latchset/kdcproxy
    
    Sponsored by:   Netzkommune GmbH
---
 security/Makefile              |  1 +
 security/py-kdcproxy/Makefile  | 24 ++++++++++++++++++++++++
 security/py-kdcproxy/distinfo  |  3 +++
 security/py-kdcproxy/pkg-descr |  5 +++++
 4 files changed, 33 insertions(+)

diff --git a/security/Makefile b/security/Makefile
index cb51a088fa77..3d517c0056c6 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -993,6 +993,7 @@
     SUBDIR += py-joserfc
     SUBDIR += py-jwcrypto
     SUBDIR += py-k5test
+    SUBDIR += py-kdcproxy
     SUBDIR += py-keepkey
     SUBDIR += py-kerberos
     SUBDIR += py-keyring
diff --git a/security/py-kdcproxy/Makefile b/security/py-kdcproxy/Makefile
new file mode 100644
index 000000000000..7e1dc7ecaae2
--- /dev/null
+++ b/security/py-kdcproxy/Makefile
@@ -0,0 +1,24 @@
+PORTNAME=	kdcproxy
+DISTVERSION=	1.1.0
+CATEGORIES=	security python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	joneum@FreeBSD.org
+COMMENT=	Kerberos KDC HTTP proxy WSGI module
+WWW=		https://github.com/latchset/kdcproxy
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/security/py-kdcproxy/distinfo b/security/py-kdcproxy/distinfo
new file mode 100644
index 000000000000..4f4a05ea7784
--- /dev/null
+++ b/security/py-kdcproxy/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1783267648
+SHA256 (kdcproxy-1.1.0.tar.gz) = b76254ada4fd7ade1aee4d5a1344d7c95beb813ff49934c01cd468c51602406d
+SIZE (kdcproxy-1.1.0.tar.gz) = 29254
diff --git a/security/py-kdcproxy/pkg-descr b/security/py-kdcproxy/pkg-descr
new file mode 100644
index 000000000000..97814e9014cb
--- /dev/null
+++ b/security/py-kdcproxy/pkg-descr
@@ -0,0 +1,5 @@
+kdcproxy is a WSGI module for proxying Kerberos KDC requests over HTTP
+and HTTPS using the Microsoft MS-KKDCP protocol.
+
+It supports explicit KDC configuration, DNS SRV discovery, and MIT
+Kerberos configuration.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4a8b8e.245ee.a3fe6e4>