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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
kstart Automated Kerberos ticket cache and keytab management utilities
4.3_1 security on this many watch lists=2 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 4.3Version of this port present on the latest quarterly branch.
Maintainer: zi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-02-04 20:44:32
Last Update: 2024-01-10 15:29:49
Commit Hash: e4610fc
People watching this port, also watch:: dpinger, ratproxy, ncrack, keyd
License: not specified in port
WWW:
https://www.eyrie.org/~eagle/software/kstart/
Description:
k5start is a modified version of kinit that can use keytabs to authenticate, can run as a daemon and wake up periodically to refresh a ticket, and can run single commands with their own authentication credentials and refresh those credentials until the command exits. It is commonly used to maintain Kerberos tickets for services that need to authenticate to minimize the amount of Kerberos-related logic that must be in the service itself.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/k5start
  2. bin/krenew
  3. share/man/man1/k5start.1.gz
  4. share/man/man1/krenew.1.gz
Collapse this list.
Dependency lines:
  • kstart>0:security/kstart
To install the port:
cd /usr/ports/security/kstart/ && make install clean
To add the package, run one of these commands:
  • pkg install security/kstart
  • pkg install kstart
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: kstart
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1649434564 SHA256 (kstart-4.3.tar.gz) = 9527702a48789084e314e5c08d4115129467ca7ef25983d7214c9439d31ef2a6 SIZE (kstart-4.3.tar.gz) = 324005

Packages (timestamps in pop-ups are UTC):
kstart
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.3_14.3_14.2_24.3_14.3_1-4.2_2-
FreeBSD:13:quarterly4.34.34.34.34.34.34.34.3
FreeBSD:14:latest4.3_14.3_14.34.3_14.3_14.3-4.3
FreeBSD:14:quarterly4.34.3-4.34.34.34.34.3
FreeBSD:15:latest4.3_14.3_1n/a4.3_1n/a4.3_14.3_14.3_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_kstart
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (8 items)
Collapse this list.
  1. http://archives.eyrie.org/software/kerberos/
  2. http://distcache.FreeBSD.org/local-distfiles/zi/
  3. http://distcache.eu.FreeBSD.org/local-distfiles/zi/
  4. http://distcache.us-east.FreeBSD.org/local-distfiles/zi/
  5. http://distcache.us-west.FreeBSD.org/local-distfiles/zi/
  6. https://ftpmirror.your.org/pub/zi/
  7. https://mirrors.rit.edu/zi/
  8. https://www.zi0r.com/mirrors/
Collapse this list.

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.3_1
10 Jan 2024 15:29:49
commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1ccommit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1ccommit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1ccommit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
4.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.3
20 Jul 2022 14:22:56
commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
security: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Leidinger <netchild@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.3
08 Apr 2022 17:03:00
commit hash: 007b8d62e21973ff5d79055d0f2762dd7a8671edcommit hash: 007b8d62e21973ff5d79055d0f2762dd7a8671edcommit hash: 007b8d62e21973ff5d79055d0f2762dd7a8671edcommit hash: 007b8d62e21973ff5d79055d0f2762dd7a8671ed files touched by this commit
Ryan Steinmetz (zi) search for other commits by this committer
security/kstart: Update to 4.3
4.2_2
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
4.2_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
4.2_2
18 Mar 2019 02:28:10
Revision:496119Original commit files touched by this commit
zi search for other commits by this committer
- Adjust start order in rc script
- Bump PORTREVISION

PR:		235757
Submitted by:	Marin Bernard <marin@olivarim.com>
4.2_1
07 Feb 2018 18:24:16
Revision:461163Original commit files touched by this commit
zi search for other commits by this committer
- Move k5start higher up in the service start list

PR:		225732
Submitted by:	feld
4.2
01 Aug 2017 17:07:58
Revision:447034Original commit files touched by this commit
zi search for other commits by this committer
- MASTER_SITES cleanup
4.2
29 Jan 2016 03:11:35
Revision:407440Original commit files touched by this commit
zi search for other commits by this committer
- Update to 4.2
4.1_4
19 Oct 2015 13:42:11
Revision:399672Original commit files touched by this commit
zi search for other commits by this committer
- Update variable name in previous commit
- Bump PORTREVISION
4.1_3
19 Oct 2015 13:30:28
Revision:399666Original commit files touched by this commit
zi search for other commits by this committer
- Add additional instances variable for puppet/chef/cfengine/etc use
- Bump PORTREVISION
4.1_2
13 Feb 2015 14:54:47
Revision:378933Original commit files touched by this commit
zi search for other commits by this committer
- Always use instances logic in rc script.  This should make it easier to start
with one instance and add others without complexity.
- Bump PORTREVISION
4.1_1
04 Feb 2015 23:26:28
Revision:378427Original commit files touched by this commit
zi search for other commits by this committer
- Add rc script w/multi-instance support
- Bump PORTREVISION
4.1
04 Feb 2015 20:44:22
Revision:378416Original commit files touched by this commit
zi search for other commits by this committer
New port: security/kstart:

k5start is a modified version of kinit that can use keytabs to authenticate,
can run as a daemon and wake up periodically to refresh a ticket, and can run
single commands with their own authentication credentials and refresh those
credentials until the command exits.

It is commonly used to maintain Kerberos tickets for services that need to
authenticate to minimize the amount of Kerberos-related logic that must be
in the service itself.

WWW: http://www.eyrie.org/~eagle/software/kstart/

Number of commits found: 16