./security/heimdal, Kerberos 5 implementation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.8.0nb11, Package name: heimdal-7.8.0nb11, Maintainer: pkgsrc-users

Heimdal 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.


Required to build:
[pkgtools/cwrappers]

Package options: inet6, kerberos-prefix-cmds

Master sites:

Filesize: 9789.977 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-09-18 16:50:12 by Hauke Fath | Files touched by this commit (2)
Log message:
Unbreak netbsd-9
Cribbed from <https://github.com/heimdal/heimdal/issues/106>
   2024-08-08 10:27:53 by Thomas Klausner | Files touched by this commit (2)
Log message:
sqlite3: do not accept builtin versions any longer

Since pkgsrc can't tell what features are enabled, and at least
NetBSD's sqlite3 was not meant to be used by pkgsrc (it was built
with minimal features enabled, for heimdal support).

Also do not accept heimdal from NetBSD versions where it linked against
sqlite3 (fixed in NetBSD-current) to avoid pulling in two different
versions of sqlite3 into binaries when depending both on heimdal and
sqlite3.

Inspired by PR 58448, and discussed on tech-pkg.
   2024-08-05 12:04:41 by Tobias Nygren | Files touched by this commit (1)
Log message:
heimdal: add -Wno-error=implicit-function-declaration

Several of the configure tests are broken with GCC 14.
In this case it is easier to just let it do it's broken thing.
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-01-13 21:10:07 by Taylor R Campbell | Files touched by this commit (2)
Log message:
security/heimdal, security/mit-krb5: Do krb5-config in cross-destdir.

Although this is an executable program, it's a very simple shell
script which can be run in the build environment to describe the
target environment.  So qualify paths to it by ${_CROSS_DESTDIR:U},
where it lives during cross-builds.

No change to native builds because ${_CROSS_DESTDIR:U} is empty in
them.