notbugAs 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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

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    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information 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.
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:371019Original commit 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:368029Original commit 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:363328Original commit 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:362835Original commit 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:353055Original commit 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:351983Original commit 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:351946Original commit 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:351912Original commit files touched by this commit
cy search for other commits by this committer
Stagify.
1.11.5
23 Jan 2014 20:12:18
Revision:340856Original commit 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:338524Original commit 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:336247Original commit 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:336246Original commit 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