Port details |
- krb5-116 MIT implementation of RFC 4120 network authentication service
- 1.16.4 security
=0 1.16.4Version of this port present on the latest quarterly branch.
- DEPRECATED: EOL one year after the release of krb5 1.18
This port expired on: 2021-02-12
- Maintainer: cy@FreeBSD.org
- Port Added: 2017-12-06 04:18:23
- Last Update: 2021-02-14 13:02:25
- SVN Revision: 565223
- License: MIT
- WWW:
- http://web.mit.edu/kerberos/
- Description:
- Kerberos V5 is an authentication system developed at MIT.
WWW: http://web.mit.edu/kerberos/
Abridged from the User Guide:
Under Kerberos, a client sends a request for a ticket to the
Key Distribution Center (KDC). The KDC creates a ticket-granting
ticket (TGT) for the client, encrypts it using the client's
password as the key, and sends the encrypted TGT back to the
client. The client then attempts to decrypt the TGT, using
its password. If the client successfully decrypts the TGT, it
keeps the decrypted TGT, which indicates proof of the client's
identity. The TGT permits the client to obtain additional tickets,
which give permission for specific services.
Since Kerberos negotiates authenticated, and optionally encrypted,
communications between two points anywhere on the internet, it
provides a layer of security that is not dependent on which side of a
firewall either client is on.
The Kerberos V5 package is designed to be easy to use. Most of the
commands are nearly identical to UNIX network programs you are already
used to. Kerberos V5 is a single-sign-on system, which means that you
have to type your password only once per session, and Kerberos does
the authenticating and encrypting transparently.
Jacques Vidrine <n@nectar.com>
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- krb5-116>0:security/krb5-116
- Conflicts:
- CONFLICTS:
- heimdal-[0-9]*
- srp-[0-9]*
- krb5-11[3457]-[0-9]*
- krb5-1.[0-9]*
- krb5-devel-*
- CONFLICTS_BUILD:
- No installation instructions:
- This port has been deleted.
- PKGNAME: krb5-116
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1576180881
SHA256 (krb5-1.16.4.tar.gz) = 55bc02efbc3be2d4c9af9033f6bf17c434eb2efc4fdb0d1f5a99208c64b85da6
SIZE (krb5-1.16.4.tar.gz) = 9652568
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- libtool : devel/libtool
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- perl5>=5.30.r1<5.31 : lang/perl5.30
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libreadline.so.8 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for krb5-116-1.16.4:
DNS_FOR_REALM=off: Enable DNS lookups for Kerberos realm names
EXAMPLES=on: Build and/or install examples
KRB5_HTML=on: Install krb5 HTML documentation
KRB5_PDF=on: Install krb5 PDF documentation
LDAP=off: LDAP protocol support
NLS=on: Native Language Support
====> Command line editing for kadmin and ktutil: you can only select none or one of them
READLINE=on: Command line editing via libreadline
READLINE_PORT=off: Command line editing via devel/readline
LIBEDIT=off: Command line editing via libedit
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cpe gmake localbase perl5 libtool:build gssapi:bootstrap,mit pkgconfig ssl gettext-runtime gettext readline
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.16.4 14 Feb 2021 13:02:25 |
rene |
Remove expired ports:
2021-02-12 misc/cdcollect: Unmaintained and dead upstream (12+ years) depends on
deprecated libraries as www/gtkhtml3.
2021-02-12 security/krb5-116: EOL one year after the release of krb5 1.18 |
1.16.4 19 Feb 2020 02:42:55 |
cy |
Welcome the new KRB5 1.18 (krb5-118)
In addition, deprecate krb5-116 to retire one year after the release
of krb5-118: Feb 12, 2021.
Major changes in 1.18 (2020-02-12)
==================================
Administrator experience:
* Remove support for single-DES encryption types.
* Change the replay cache format to be more efficient and robust.
Replay cache filenames using the new format end with ".rcache2" by
default. (Only the first 15 lines of the commit message are shown above ) |
1.16.4 12 Dec 2019 20:55:12 |
cy |
Update 1.16.3 --> 1.16.4 |
1.16.3_2 03 May 2019 12:50:53 |
cy |
Fix build with libressl 2.9.1.
PR: 237621
Reported by: many
MFH: 2019Q2 |
1.16.3_2 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
1.16.3_1 12 Mar 2019 04:18:32 |
cy |
Fix build with LibreSSL 2.9.
PR: 234064
Submitted by: Charlie Li <ml+freebsd@vishwin.info> |
1.16.3_1 15 Feb 2019 04:37:25 |
cy |
Provide a script from which to start krb5kdc through /etc/rc.d/kdc.
Simply add kdc_enable="YES" and kdc_program="/usr/local/sbin/kdc"
to /etc/rc.d. The script removes the Heimdal kdc --detach argument
prior to invoking krb5kdc.
The other approach that was considered was to replace getopt() in
kdc/main.c with getopt_long() however this approach was considered too
intrusive. |
1.16.3 13 Jan 2019 15:57:20 |
cy |
pkgconfig is used at build time, not runtime.
MFH: 2019Q1 (krb5-devel will need to have all its previous
commits brought up to level in 2019Q1 first) |
1.16.3 08 Jan 2019 20:29:34 |
cy |
Welcome the new KRB5 1.17 (krb5-117).
Major changes in 1.17 (2019-01-08)
==================================
Administrator experience:
* A new Kerberos database module using the Lightning Memory-Mapped
Database library (LMDB) has been added. The LMDB KDB module should
be more performant and more robust than the DB2 module, and may
become the default module for new databases in a future release.
* "kdb5_util dump" will no longer dump policy entries when specific
principal names are requested.
(Only the first 15 lines of the commit message are shown above ) |
1.16.3 08 Jan 2019 20:02:54 |
cy |
Correct CONFLICTS.
MFH: 2019Q1 |
1.16.3 08 Jan 2019 01:41:04 |
cy |
Update 1.16.2 --> 1.16.3
Major changes in 1.16.3 (2019-01-07)
====================================
This is a bug fix release.
* Fix a regression in the MEMORY credential cache type which could
cause client programs to crash.
* MEMORY credential caches will not be listed in the global
collection, with the exception of the default credential cache if it
is of type MEMORY.
* Remove an incorrect assertion in the KDC which could be used to
cause a crash [CVE-2018-20217].
MFH: 2019Q1 |
1.16.2 02 Nov 2018 15:51:37 |
cy |
krb5-116: update 1.16.1 --> 1.16.2 |
1.16.1_5 02 Jul 2018 05:57:38 |
cy |
While working the ports fallout due to making Hemidal in base
private it was discovered that com_err.3, though distributed in
the tarball, was not installed. Install it. |
1.16.1_4 02 Jul 2018 05:57:27 |
cy |
Sort man pages. |
1.16.1_4 19 Jun 2018 13:38:35 |
cy |
Revert r472760 and instead use upstream git commit
beeb2828945a41d86488e391ce440bacee0ec committed to the krb5
development branch Saturday, June 16. The upstream commit
message follows:
Author: Thomas Sondergaard <tsondergaard@vitalimages.com>
Date: Sat Jun 16 18:14:50 2018 +0200
Eliminate use of the 'register' keyword
'register' is a reserved and unused keyword in C++17 so having it
present in the public headers presents a a compatibility issue. Also
in C the 'register' keyword is mostly obsolete, so remove all uses of
it.
[ghudson@mit.edu: adjusted style of some of the affected lines] |
1.16.1_3 19 Jun 2018 06:51:56 |
cy |
While working on the ports fallout due to the private Heimdal in base
project, a port (www/squid-devel) was discovered to be grumpy due to
numerous errors such as below:
/usr/local/include/krb5/krb5.h:3566:19: error: 'register' storage class
specifier is deprecated and incompatible with C++17
[-Werror,-Wdeprecated-register]
register char **name);
^~~~~~~~~
The "register" keyword is meaningless and can cause grief among ports
that build against any of the krb5 ports. |
1.16.1_2 13 Jun 2018 05:55:52 |
cy |
MIT krb5 fails to build with boringssl installed due to a missing
typedef for PKCS7 in the boringssl pkcs7.h. |
1.16.1_2 13 Jun 2018 05:44:58 |
cy |
Fix build with libressl and bearssl.
PR: 228970 |
1.16.1_1 12 Jun 2018 03:42:18 |
cy |
Fix logic from patch supplied in PR 217027, committed in
r433966 and r433967.
PR: 228900 |
1.16.1 04 May 2018 06:18:44 |
cy |
Update 1.16 --> 1.16.1
Major changes in 1.16.1 (2018-05-03)
====================================
This is a bug fix release.
* Fix flaws in LDAP DN checking, including a null dereference KDC
crash which could be triggered by kadmin clients with administrative
privileges [CVE-2018-5729, CVE-2018-5730].
* Fix a KDC PKINIT memory leak.
* Fix a small KDC memory leak on transited or authdata errors when
processing TGS requests. (Only the first 15 lines of the commit message are shown above ) |
1.16_1 29 Mar 2018 14:53:24 |
mat |
Mark some ports broken with openssl-devel.
Sponsored by: Absolight |
1.16_1 02 Feb 2018 06:50:25 |
cy |
Fix build when NLS option is unchecked.
Reported by: Geraud CONTINSOUZAS <geraud.continsouzas@skazy.nc> |
1.16 11 Jan 2018 16:24:53 |
danfe |
Remove superfluous linefeeds. |
1.16 10 Jan 2018 15:08:51 |
danfe |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages. |
1.16 06 Dec 2017 04:18:14 |
cy |
Welcome the new security/krb5-116 port. This port follows MIT's
KRB5 1.16 releases.
Major changes in 1.16 (2017-12-05)
==================================
Administrator experience:
* The KDC can match PKINIT client certificates against the
"pkinit_cert_match" string attribute on the client principal entry,
using the same syntax as the existing "pkinit_cert_match" profile
option.
* The ktutil addent command supports the "-k 0" option to ignore the
key version, and the "-s" option to use a non-default salt string. (Only the first 15 lines of the commit message are shown above ) |