VOOZH about

URL: https://www.freshports.org/security/krb5-maint

⇱ FreshPorts -- security/krb5-maint: Authentication system developed at MIT, successor to Kerberos IV



👁 FreshPorts -- The Place For Ports
👁 notbug
As an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
👁 Ukraine
Port details
krb5-maint Authentication system developed at MIT, successor to Kerberos IV
1.11.5_3 security 👁 Deleted
👁 on this many watch lists
=0 👁 search for ports that depend on this port
👁 Find issues related to this port
👁 Report an issue related to this port
👁 View this port on Repology.
👁 pkg-fallout
1.11.5_3Version of this port present on the latest quarterly branch.
Maintainer: cy@FreeBSD.org 👁 search for ports maintained by this maintainer
Port Added: 2013-12-12 05:15:15
Last Update: 2014-10-16 19:44:22
SVN Revision: 371019
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>
👁 Homepage
     ¦ ¦ ¦ ¦ 👁 SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • krb5-maint>0:security/krb5-maint
No installation instructions:
This port has been deleted.
PKGNAME: krb5-maint
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: 👁 pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gm4 : devel/m4
  2. libcrypto.so.8 : security/openssl
  3. gmake : devel/gmake
  4. libcrypto.so.8 : security/openssl
  5. perl5.16.3 : lang/perl5.16
Runtime dependencies:
  1. libcrypto.so.8 : security/openssl
  2. libcrypto.so.8 : security/openssl
Library dependencies:
  1. libintl.so : devel/gettext
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for krb5-maint-1.11.5_3: DNS_FOR_REALM=off: Enable DNS lookups for Kerberos realm names KRB5_HTML=on: Install krb5 HTML documentation KRB5_PDF=on: Install krb5 PDF documentation LDAP=off: LDAP protocol support ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://web.mit.edu/kerberos/dist/krb5/1.11/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.11.5_3
16 Oct 2014 19:44:22
👁 Revision:371019
👁 Original commit message
 👁 files touched by this commit
cy 👁 search for other commits by this committer
MIT Kerberos released 1.13; 1.12 becomes a maintenance release,
1.11 remains a maintenance release.

- Update security/krb5 1.12.2 --> 1.13
- Copy the old security/krb5 1.12.2 to security/krb5-112
 (now a maintenance release supported by MIT)
- Move the old krb5-maint (1.11.5: old maintenance release) to
 security/krb5-111 (the old maintenance release still supported by MIT)
1.11.5_3
12 Sep 2014 15:04:27
👁 Revision:368029
👁 Original commit message
 👁 files touched by this commit
tijl 👁 search for other commits by this committer
Adjust patch to avoid libtool. It is more similar to Linux now.
1.11.5_2
29 Jul 2014 14:30:10
👁 Revision:363328
👁 Original commit message
 👁 files touched by this commit
adamw 👁 search for other commits by this committer
Rename security/ patches to reflect the files they modify.
1.11.5_2
24 Jul 2014 18:34:16
👁 Revision:362835
👁 Original commit message
 👁 files touched by this commit
tijl 👁 search for other commits by this committer
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above 👁 View all of this commit message
)
1.11.5_1
06 May 2014 04:04:30
👁 Revision:353055
👁 Original commit message
 👁 files touched by this commit
cy 👁 search for other commits by this committer
Allow package build (make stage/make package) for non-root user.

Submitted by:	John Hein <john.hein@microsemi.com>
1.11.5_1
24 Apr 2014 03:53:30
👁 Revision:351983
👁 Original commit message
 👁 files touched by this commit
cy 👁 search for other commits by this committer
Finely tune KRB5_HOME test when using LIB_DEPENDS. in the case when
KRB5_HOME is set to LOCALBASE.
1.11.5_1
23 Apr 2014 14:09:40
👁 Revision:351946
👁 Original commit message
 👁 files touched by this commit
cy 👁 search for other commits by this committer
MF security/krb5: RTM_OLDADD and RTM_OLDDEL were removed from -stable.

Submitted by:	alfred
1.11.5
23 Apr 2014 04:40:07
👁 Revision:351912
👁 Original commit message
 👁 files touched by this commit
cy 👁 search for other commits by this committer
Stagify.
1.11.5
23 Jan 2014 20:12:18
👁 Revision:340856
👁 Original commit message
 👁 files touched by this commit
cy 👁 search for other commits by this committer
Update 1.11.3 --> 1.11.5

Fix build.
1.11.3_2
03 Jan 2014 06:05:49
👁 Revision:338524
👁 Original commit message
 👁 files touched by this commit
cy 👁 search for other commits by this committer
Fix fetch brokeness.

Pointy hat to:	self
1.11.3_2
12 Dec 2013 05:19:57
👁 Revision:336247
👁 Original commit message
 👁 files touched by this commit
cy 👁 search for other commits by this committer
Update krb5 to 1.12. Security/krb5 tracks MIT KRB5 current release.

Adjust the newly created krb5-maint with a new portname and conflicts.
Krb5-maint is a maintenance release for those who wish to use the previous
release of krb5. krb5-maint remains at 1.11.3.

Adjust CONFLICTS in security/heimdal and security/srp to account for the
newly repocopied krb5-maint.

Adjust security/Makefile to include krb5-maint.
1.11.3_2
12 Dec 2013 05:15:04
👁 Revision:336246
👁 Original commit message
 👁 files touched by this commit
cy 👁 search for other commits by this committer
Repocopy of securty/krb5 (current release) to security/krb5-maint
(maintenance release) in preparation for krb5 1.11.3 --> 1.2 update.

Krb5-maint is a maintenance release for those who wish to use the previous
release of MIT krb5.

Number of commits found: 12

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD

This site
What is FreshPorts?
About the authors
Issues
FAQ
How big is it?
Security Policy
Privacy
Blog
Contact

Search
more...

Latest Vulnerabilities
tiffApr 11
chromiumApr 10
dnsdistApr 10
mbedtls3Apr 10
mbedtls4Apr 10
ungoogled-chromiumApr 10
firefoxApr 09
firefoxApr 09
firefoxApr 09
firefoxApr 09
firefox-esrApr 09
firefox-esrApr 09
gitlabApr 09
thunderbirdApr 09
thunderbirdApr 09

20 vulnerabilities affecting 360 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities

Last processed:
2026-04-11 08:28:37 UTC


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)

Calculated hourly:
Port count 34331
Broken 99
Deprecated 179
Ignore 216
Forbidden 0
Restricted 1
No CDROM 1
Vulnerable 38
Expired 9
Set to expire 108
Interactive 0
new 24 hours 1
new 48 hours3
new 7 days59
new fortnight95
new month245

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD
Valid HTML, CSS, and RSS. Copyright © 2000-2026 Dan Langille. All rights reserved.