Path to this page:
./
security/heimdal,
Kerberos 5 implementation
Branch: pkgsrc-2021Q4,
Version: 7.7.0nb3,
Package name: heimdal-7.7.0nb3,
Maintainer: pkgsrc-usersHeimdal is a free implementation of Kerberos 5.
Kerberos is a system for authenticating users and services on a network.
It is built upon the assumption that the network is "unsafe". Kerberos
is a trusted third-party service. That means that there is a third
party (the Kerberos server) that is trusted by all the entities on the
network (users and services, usually called "principals"). All
principals share a secret password (or key) with the Kerberos server and
this enables principals to verify that the messages from the Kerberos
server are authentic. Thus trusting the Kerberos server, users and
services can authenticate each other.
Package options: inet6, kerberos-prefix-cmds
Master sites:
Filesize: 9950.481 KB
Version history: (Expand)
- (2022-01-05) Package added to pkgsrc.se, version heimdal-7.7.0nb3 (created)
CVS history: (Expand)
2022-02-04 14:06:26 by Thomas Merkel | Files touched by this commit (2) |
Log message:
Pullup ticket #6576 - requested by david
security/heimdal: build fix
Revisions pulled up:
- security/heimdal/distinfo 1.54
- security/heimdal/patches/patch-lib_hx509_Makefile.in 1.3
---
Module Name: pkgsrc
Committed By: gutteridge
Date: Thu Jan 27 03:31:22 UTC 2022
Modified Files:
pkgsrc/security/heimdal: distinfo
pkgsrc/security/heimdal/patches: patch-lib_hx509_Makefile.in
Log message:
heimdal: correct build fix patch
The previous version of this patch added build dependencies at the
wrong point: we need the headers generated by the time the object is
compiled, not by the time the final binary is linked. (This matches the
actual upstream change set.)
|