Port details |
- krb5-113 MIT implementation of RFC 4120 network authentication service
- 1.13.7_8 security
=0 1.13.7_8Version of this port present on the latest quarterly branch.
- DEPRECATED: EOL twelve months after release of krb5-1.15
This port expired on: 2017-12-02
- Maintainer: cy@FreeBSD.org
- Port Added: 2015-11-21 08:47:23
- Last Update: 2017-12-03 19:23:25
- SVN Revision: 455423
- 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-113>0:security/krb5-113
- No installation instructions:
- This port has been deleted.
- PKGNAME: krb5-113
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1474120775
SHA256 (krb5-1.13.7.tar.gz) = a6a38a15a351eed1995be94f8d5fce0416f4dc0a53421ed3c78feaceb0df3212
SIZE (krb5-1.13.7.tar.gz) = 12157671
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:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- libtool : devel/libtool
- msgfmt : devel/gettext-tools
- perl5>=5.24<5.25 : lang/perl5.24
- Runtime dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libreadline.so.7 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for krb5-113-1.13.7_8:
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:run ssl 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.13.7_8 03 Dec 2017 19:23:25 |
rene |
Remove expired port:
2017-12-02 security/krb5-113: EOL twelve months after release of krb5-1.15 |
1.13.7_8 02 Nov 2017 21:41:47 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
1.13.7_8 30 Oct 2017 16:55:27 |
mandree |
Reconcile e2fsprogs ./. krb5-* conflicts.
* Move conflicting e2fsprogs headers & libs into .../e2fsprogs/... subdirs.
* Move conflicting awk scripts into ${DATADIR}.
* Rename and patch compile_et to e2fsprogs-compile_et.
* Remove conflict markers (from e2fsprogs and krb5-*).
* Add CPPFLAGS/LDFLAGS to sysutils/fusefs-ext2, including
--rpath setting.
While here, also:
* sort pkg-plist and files/unwanted
* use FUSEFS_CONFIGURE_ENABLE=fuse2fs to prevent e2fsprogs from picking up
fusefs (implies --disable-fuse2fs if the option remains disabled)
* add --without-included-gettext to CONFIGURE_ARGS just to be on the safe
side.
And of course, bump PORTREVISION to 3 in e2fsprogs. Since other ports
do not change files or runtime behaviour, their PORTREVISION remains
untouched. |
1.13.7_8 30 Oct 2017 00:16:28 |
mandree |
Add CONFLICTS between krb5-* and e2fsprogs.
Reported by: jbeich@ |
1.13.7_8 05 Oct 2017 01:55:26 |
cy |
Register conflicts among the krb5 ports.
Reported by: rodrigo |
1.13.7_8 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
1.13.7_7 21 Jun 2017 02:46:53 |
cy |
Switch to USES=localbase. |
1.13.7_7 14 Mar 2017 04:57:38 |
cy |
Fix up plist. |
1.13.7_7 14 Mar 2017 03:24:42 |
cy |
Pet portlint.
PR: 217552
Submitted by: John W. O'brien <john@saltant.com>
Differential Revision: D9889 |
1.13.7_7 14 Mar 2017 03:22:20 |
cy |
Simplfy WRKSRC by using WRKSRC_SUBDIR.
PR: 217552
Submitted by: John W. O'brien <john@saltant.com>
Differential Revision: D9889 |
1.13.7_7 14 Mar 2017 03:17:52 |
cy |
Describe CMD_LINE_EDITING RADIO group.
PR: 217552
Submitted by: John W. O'brien <john@saltant.com>
Differential Revision: D9889 |
1.13.7_7 14 Mar 2017 03:15:55 |
cy |
Respect global NLS option.
PR: 217552
Submitted by: John W. O'brien <john@saltant.com>
Differential Revision: D9889 |
1.13.7_7 14 Mar 2017 03:14:08 |
cy |
Convert to global EXAMPLES (default).
PR: 217552
Submitted by: John W. O'brien <john@saltant.com>
Differential Revision: D9889 |
1.13.7_7 14 Mar 2017 03:09:16 |
cy |
New READLINE_PORT option to select to use readline in base or
readline in ports.
PR: 217552
Submitted by: John W. O'brien <john@saltant.com>
Differential Revision: D9889 |
1.13.7_7 14 Mar 2017 03:06:23 |
cy |
Remove redundant file that should have been removed in r253265.
PR: 217552
Submitted by: John W. O'brien <john@saltant.com>
Differential Revision: D9889 |
1.13.7_5 14 Mar 2017 02:59:39 |
cy |
Use options helpers.
PR: 217552
Submitted by: John W. O'brien <john@saltant.com>
Differential Revision: D9889 |
1.13.7_5 14 Mar 2017 02:55:24 |
cy |
Install LDIF and schema files if LDAP is enabled
PR: 217552
Submitted by: John W. O'brien <john@saltant.com>
Differential Revision: D9889 |
1.13.7_3 14 Mar 2017 02:51:37 |
cy |
Replace explicit PLIST_SUB with OPTIONS_SUB, simplifying Makefiles.
PR: 217552
Submitted by: John W. O'brien <john@saltant.com>
Differential Revision: D9889 |
1.13.7_3 14 Mar 2017 02:48:20 |
cy |
Make READLINE default.
PR: 217552
Submitted by: John W. O'brien <john@saltant.com>
Differential Revision: D9889 |
1.13.7_2 05 Mar 2017 03:27:05 |
cy |
Remove redundant message about Kerberos klogind and telnetd. These
programs ere moved to krb5-appl (by MIT) when krb5-appl was created
in r253265. This message should have been removed from this Makefile
at that time.
Pointy hat to: cy (that's me) |
1.13.7_1 04 Feb 2017 01:37:17 |
cy |
pkgconfig is only needed at install/runtime.
Reported by: des |
1.13.7 16 Dec 2016 20:16:48 |
cy |
Replace description with somthing more relevant to today.
Suggested by: wollman |
1.13.7 03 Dec 2016 00:54:23 |
cy |
Welcome the new security/krb5-115 port. This port follows MIT's
KRB5 1.15 releases.
To support this new ports:
- The security/krb5 port includes an option to use this port instead
of krb5-114 as its base. krb5-114 will remain the default until the
next release of KRB5 1.15 (if it's stable of course).
- MIT by default deprecates KRB5 two versions back from the current
release. krb5-113 has been deprecated and will expire one year from
now. |
1.13.7 17 Sep 2016 15:24:36 |
cy |
Update 1.13.6 --> 1.13.7 |
1.13.6 27 Jul 2016 02:03:38 |
cy |
Update to 1.13.6.
This is a bug fix release.
* Improve some error messages
* Improve documentation
* Allow a principal with nonexistent policy to bypass the minimum
password lifetime check, consistent with other aspects of
nonexistent policies
* Fix a rare KDC denial of service vulnerability when anonymous client
principals are restricted to obtaining TGTs only [CVE-2016-3120]
MFH: 2016Q3
Security: 62d45229-4fa0-11e6-9d13-206a8a720317
Security: CVE-2016-3120 |
1.13.5 27 Jul 2016 01:56:23 |
cy |
Modernize krb5-112 and krb5-113 replacing USE_OPENSSL with USES=ssl. |
1.13.5 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.13.5 20 Apr 2016 12:28:55 |
cy |
Update 1.13.4 --> 1.13.5 |
1.13.4 30 Mar 2016 07:28:23 |
bapt |
Remove uneeded dependency on GNU m4 |
1.13.4 08 Mar 2016 06:57:00 |
cy |
Update 1.13.3 --> 1.13.4 |
1.13.3 15 Dec 2015 05:02:21 |
cy |
This is the second part of two commits, the first being r403749.
Adopt the same port structure as used by the cfengine family of ports:
security/krb5 is renamed to security/krb5-114.
A brand new security/krb5 now becomes a master port for the family of
security/krb5-* ports. The default installs krb5-1.14. There is no
functional change to the port build nor does the name of the latest krb5
port and package change. Users can continue to install security/krb5
to track the latest major version of security/krb5.
Users wishing to install a specific version branch of krb5 can continue
to install any of the security/krb5-* ports or by setting KRB5_VERSION
in make.conf make.conf or including the branch on the make command line
during build:
make KRB5_VERSIN=NNN
make -V VERSIONS lists available versions.
security/krb5-appl has been updated to support this change (also fixing
a typo in the krb5-appl/Makefile).
Inspired by: sysutils/cfengine |
1.13.3 05 Dec 2015 03:59:25 |
cy |
Update 1.13.2 --> 1.13.3 |
1.13.2 21 Nov 2015 08:47:13 |
cy |
Introduce the new krb5 1.14:
- move (copy) krb5 (krb5 1.13.2) to krb5-113 (new, added)
- update krb5 1.13.2 --> 1.14
- update CONFLICTS in krb5, krb5-112 and krb5-113.
- update krb5-appl to allow optional dependency on krb5-113.
- update security/Makefile with copied krb5-113.
- deprecate and expire krb5-112 (krb5-1.12) on November 20, 2016, as it
will EOL twelve months after the release of krb5-1.14. |