[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/heimdal/heimdal.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A Kerberos 5 implementation [T] Heimdal is an implementation of Kerberos 5 [T] that aims to be protocol compatible with [T] existing implementations and RFC 1510. It is [T] also reasonably compatible with the M.I.T [T] Kerberos V5 API, supports Kerberos V5 over [T] GSS-API (RFC 1964), includes a number of [T] important and useful applications (rsh, telnet, [T] popper, etc.), and is backwards compatible [T] with Kerberos V4. Kerberos V4 support should not [T] be used if possible as it has security weaknesses. [U] http://www.pdc.kth.se/heimdal/ [A] Jimmy Engelbrecht [M] The T2 Project [M] The T2 Project [C] extra/network [F] NO-AS-NEEDED [L] BSD [S] Stable [V] 7.8.0 [P] O ---3-5---9 116.300 [D] 1ae51d3635ede50171799369e9876cf447c02617dec7cd9cec7cd5fd heimdal-7.8.0.tar.gz https://github.com/heimdal/heimdal/releases/download/heimdal-7.8.0/ if [ $prefix_auto=1 ]; then prefix=opt/heimdal set_confopt fi localstatedir=/var/heimdal var_insert CC_WRAPPER_INSERT ' ' -D_REENTRANT if [ $stagelevel -ge 5 ]; then if pkginstalled openssl; then pkgprefix -t openssl var_append confopt ' ' "--with-openssl=$(pkgprefix sysconfdir openssl)" fi if [ "$SDECFG_PKG_HEIMDAL_LDAP" = "1" ]; then pkgprefix -t openldap var_append confopt ' ' "--with-openldap=/$(pkgprefix openldap)" [ "$SDECFG_PKG_OPENLDAP_CLIENTONLY" = "0" ] && hook_add postmake 5 "cp -v `match_source_file -p schema` \ $(pkgprefix sysconfdir openldap)/schema/" fi fi var_append confopt ' ' --enable-shared var_append confopt ' ' --libexecdir=$sbindir pkg_heimdal_preconf() { sed -i -e "s/#undef HAVE_RES_NSEARCH//" lib/roken/resolve.c } hook_add preconf 5 "pkg_heimdal_preconf" # install sample krb5.conf hook_add postmake 6 "cp -v krb5.conf $sysconfdir/krb5.conf-dist"