Search Criteria
Package Details: shishi 1.0.3-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/shishi.git (read-only, click to copy) |
|---|---|
| Package Base: | shishi |
| Description: | A free implementation of the Kerberos 5 network security system |
| Upstream URL: | https://www.gnu.org/software/shishi/ |
| Licenses: | GPL3 |
| Submitter: | micwoj92 |
| Maintainer: | None |
| Last Packager: | micwoj92 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-12-27 01:40 (UTC) |
| Last Updated: | 2023-08-07 20:18 (UTC) |
Dependencies (5)
- gnutls (gnutls-gitAUR)
- libgcrypt
- libgpg-error (libgpg-error-gitAUR)
- libidn (libidn-gitAUR)
- libtasn1 (libtasn1-gitAUR)
Latest Comments
micwoj92 commented on 2023-08-07 20:19 (UTC)
updated
micwoj92 commented on 2023-01-04 16:58 (UTC)
Thanks for this comment, I didn't check old aur3 before making this package, I see you were maintainer back then, do you want to be added to co-maintainers list?
grawity commented on 2023-01-04 08:18 (UTC)
Realm secret keys
"$pkgdir/etc/shishi/shishi.keys"must not be included in the package – they must be generated on the user's local system (usingshisa -a).One way to avoid them being unnecessarily created during installation would be to
mkdir -p -m 0700 "$pkgdir/var/shishi"before invoking 'make install'.Configuration files need to be marked to avoid overwrite during upgrades:
shishi depends on the "legacy" libidn (GnuTLS only pulls in libidn2, not libidn). The old 1.0.2 package used to have these dependencies:
The KDC is missing a systemd unit: