Compare commits

..

6 commits

Author SHA1 Message Date
41c622484b
depend on kadmin-rs
Some checks failed
/ lint (pull_request) Successful in 32s
/ deploy-x86_64 (pull_request) Has been cancelled
/ build-x86_64 (pull_request) Has been cancelled
/ deploy-aarch64 (pull_request) Has been cancelled
/ build-aarch64 (pull_request) Has been cancelled
2025-03-31 16:07:24 -04:00
9009ffb89a
ilot/kadmin-rs: upgrade to 0.5.3 2025-03-31 16:06:31 -04:00
371c86b8e8
ilot/authentik: upgrade to 2024.12.4 2025-03-31 15:57:12 -04:00
0ce6d173c9
ilot/py3-kadmin: drop in favor of kadmin-rs
Some checks failed
/ lint (pull_request) Failing after 33s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 2m44s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 12m33s
2025-01-05 19:50:00 -05:00
fd6bcd788b
ilot/kadmin-rs: new aport 2025-01-05 19:49:46 -05:00
41374eda0b
ilot/authentik: upgrade to 2024.12.1 2025-01-05 19:49:02 -05:00
2 changed files with 2 additions and 2 deletions

View file

@ -17,6 +17,7 @@ depends="
bash
libcap-setcap
nginx
kadmin-rs
postgresql
procps
pwgen
@ -59,7 +60,6 @@ depends="
py3-jsonpatch
py3-jwt
py3-jwcrypto
py3-kadmin-rs
py3-kubernetes
py3-ldap3
py3-lxml

View file

@ -1,6 +1,6 @@
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=py3-kadmin-rs
pkgname=kadmin-rs
pkgver=0.5.3
pkgrel=0
pkgdesc="Rust and Python interfaces to the Kerberos administration interface (kadm5)"