Port details |
- kc Console based password storing application
- 2.5.1 security
=0 2.5.1Version of this port present on the latest quarterly branch. - Maintainer: leva@ecentrum.hu
 - Port Added: 2013-04-18 06:18:49
- Last Update: 2023-01-13 12:26:32
- Commit Hash: d4fef53
- License: BSD2CLAUSE
- Description:
- Console based password storing application using an encrypted XML
document as its database.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/security/kc/ && make install clean
- To add the package, run one of these commands:
- pkg install security/kc
- pkg install kc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1673275855
SHA256 (levaidaniel-kc-2.5.1_GH0.tar.gz) = d0265da21986c261bd1502b313540bfe991af8b97e44a7296d822fe0e2e0a632
SIZE (levaidaniel-kc-2.5.1_GH0.tar.gz) = 100143
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- libpcre.so : devel/pcre
- libscrypt.so : security/libscrypt
- libedit.so.0 : devel/libedit
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for kc-2.5.1:
PCRE=on: Use Perl Compatible Regular Expressions
SCRYPT=on: Scrypt KDF support (needs libscrypt)
====> Command-line interface support: you can only select none or one of them
LIBEDIT=on: Command line editing via libedit
READLINE=off: Command line editing via libreadline
===> Use 'make config' to modify these settings
- Options name:
- security_kc
- USES:
- pkgconfig ncurses ssl uidfix libedit
- pkg-message:
- For install:
- Please read ${PREFIX}/share/doc/kc/Changelog.md to see why you might not be able to open your database anymore.
Example:
Running v2.5, creating a new then importing a v2.4 database that was using the default settings (sha512 KDF, aes256 cipher, cbc mode):
$ kc
Creating 'default.kcd'
Using 'default.kcd' database.
New password (empty to cancel):
New password again (empty to cancel):
Initializing...
Database file: default.kcd (default.kcd)
XML structure size: 148 bytes
Security key(s): no
Password: yes
SSH agent: no
Password function: sha512 (100000 iterations)
Encryption: aes256, cbc
Read-only: no
Modified: yes
<default% > import -o -R 5000 -k passwords.kcd
Reading database...
Opening 'passwords.kcd'
Password:
Decrypting...
Checking database...
Counting keys and keychains...
Import finished.
<passwords% >
- WWW: https://github.com/levaidaniel/kc
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.1 13 Jan 2023 12:26:32
    |
Fernando ApesteguĂa (fernape)  Author: Daniel |
security/kc: update to 2.5.1
kc24 was a transient port to easy the migration of the database. Later on, the
original kc port was obsoleted. Rename kc24 to kc to match upstream again and
update to latest version.
PR: 268842
Reported by: leva@ecentrum.hu (maintainer) |
2.3.2_3 03 Mar 2019 11:43:52
  |
rene  |
Remove expired ports:
2019-02-28 devel/uboot-mkimage: Use sysutils/u-boot-tools
2019-02-28 graphics/clutter-gtk: 0.10.x is unmaintained upstream and unused in
the ports tree
2019-02-28 databases/puppetdb4: Puppet 4 has reached EOL
2019-02-28 sysutils/puppet4: Puppet 4 has reached EOL
2019-02-28 sysutils/puppetserver: Puppet 4 has reached EOL
2019-02-28 www/qupzilla-qt5: Project continues as www/falkon
2019-02-28 databases/puppetdb-terminus4: Puppet 4 has reached EOL
2019-03-01 sysutils/bacula-client: Unsupported. Please migrate to bacula9-server
2019-03-01 net-mgmt/nagios-check_bacula: Unsupported. Please migrate to
bacula9-server
2019-03-01 security/kc: Versions 2.4.x use incompatible database format
2019-03-01 sysutils/bacula-server: Unsupported. Please migrate to bacula9-server
2019-03-01 sysutils/bacula-docs: Unsupported. Please migrate to bacula9-docs
2019-03-01 sysutils/bacula-client-static: Unsupported. Please migrate to
bacula9-server
2019-03-01 sysutils/bacula-bat: Unsupported. Please migrate to bacula9-server |
2.3.2_3 28 Jul 2018 10:41:55
  |
pi  |
New port: security/kc24
Console based password storing application using an encrypted XML
document as its database.
WWW: https://github.com/levaidaniel/kc
Please read the UPDATING note!
PR: 222376
Submitted by: Vidar Karlsen <vidar@karlsen.tech>, Daniel <leva@ecentrum.hu>
(maintainer and upstream-author)
Relnotes: https://github.com/levaidaniel/kc/blob/35656e47a36e96440eb5cc9e4f8a856856831e9a/Changelog |
2.3.2_2 11 Sep 2016 02:05:24
  |
marino  |
security/kc: Document SSL requirement
Approved by: SSL blanket |
2.3.2_2 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.3.2_2 02 Sep 2015 09:54:53
  |
rakuco  |
Fix LICENSE_FILE path. |
2.3.2_2 28 Aug 2015 16:46:49
  |
amdmi3  |
- Switch to USES=libedit as suggested by stage-qa
- Add LICENSE_FILE
Approved by: portmgr blanket |
2.3.2_1 18 May 2015 17:07:46
  |
mat  |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
2.3.2_1 16 Apr 2014 18:28:50
  |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
2.3.2 03 Jan 2014 01:13:00
  |
bapt  |
Part 2 at removing now useless FETCH_ARGS redifition |
2.3.2 22 Dec 2013 20:03:54
  |
antoine  |
- Update to 2.3.2
- Stage support
PR: ports/185093
Submitted by: LEVAI Daniel (maintainer) |
2.3.0 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.3.0 14 Sep 2013 16:32:57
  |
sunpoet  |
- Fix build
- While I'm here:
- Pet portlint: move USES downward
- Convert to new LIB_DEPENDS format
PR: ports/182096
Submitted by: LEVAI Daniel <leva@ecentrum.hu> (maintainer) |
2.3.0 11 Sep 2013 16:45:59
  |
marino  |
Add explicit dependency on pkgconf (18 ports) |
2.3.0 18 Apr 2013 06:18:35
  |
cs  |
Console based password storing application using an encrypted XML
document as its database.
WWW: http://keychain.googlecode.com
PR: ports/177191
Submitted by: LEVAI Daniel <leva@ecentrum.hu>
Feature safe: yes |