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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2022Q2
kc24 Console based password storing application
2.4.2_3 security 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 2.4.2_3Version of this port present on the latest quarterly branch.
Maintainer: leva@ecentrum.hu search for ports maintained by this maintainer
Port Added: 2022-04-24 04:16:20
Last Update: 2022-04-10 19:47:23
Commit Hash: 035e778
License: BSD2CLAUSE
WWW:
https://github.com/levaidaniel/kc
Description:
Console based password storing application using an encrypted XML document as its database. WWW: https://github.com/levaidaniel/kc
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/kc
  2. man/man1/kc.1.gz
  3. /usr/local/share/licenses/kc24-2.4.2_3/catalog.mk
  4. /usr/local/share/licenses/kc24-2.4.2_3/LICENSE
  5. /usr/local/share/licenses/kc24-2.4.2_3/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • kc24>0:security/kc24
Conflicts:
CONFLICTS:
  • kc
To install the port:
cd /usr/ports/security/kc24/ && make install clean
To add the package, run one of these commands:
  • pkg install security/kc24
  • pkg install kc24
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: kc24
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1524229681 SHA256 (levaidaniel-kc-2.4.2_GH0.tar.gz) = ba769f9b7de4fa544bcd84fc9e94541aaa89cb8efb108579d96b68ee8015f43f SIZE (levaidaniel-kc-2.4.2_GH0.tar.gz) = 75286

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. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libxml2.so : textproc/libxml2
  2. libpcre.so : devel/pcre
  3. libscrypt.so : security/libscrypt
  4. libedit.so.0 : devel/libedit
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for kc24-2.4.2_3: 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_kc24
USES:
pkgconfig ncurses ssl uidfix libedit
pkg-message:
For install:
IMPORTANT: kc v2.4 has introduced a new database file format that is incompatible with the older one (<2.4). Dump all your data to files before upgrading to version 2.4 and re-import: 1) Dump the old database with the old version of kc: $ kc -k ~/.kc/default.kcd Password: <example_chain% > dump kcdump Dump OK <example_chain% > quit $ ls kcdump.xml kcdump.xml 2) Make a backup, just in case $ mv ~/.kc/default.kcd ~/.kc/default.kcd-backup 3) Upgrade kc to version 2.4 4) Create a new, empty database file and import the dump $ kc Creating '~/.kc/default.kcd' Using '~/.kc/default.kcd' database. New password (empty to cancel): New password again (empty to cancel): <default% > importxml -k kcdump.xml Import OK <example_chain% > write Save OK <example_chain% > quit 5) Test if the import is ok 6) Remove the dump rm -P kcdump.xml
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/levaidaniel/kc/tar.gz/2.4.2?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.2_3
10 Apr 2022 19:47:23
commit hash: 035e778ee53345464c2d7466a3895e17073ad1f6commit hash: 035e778ee53345464c2d7466a3895e17073ad1f6commit hash: 035e778ee53345464c2d7466a3895e17073ad1f6commit hash: 035e778ee53345464c2d7466a3895e17073ad1f6 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate and direct commit to quarterly as PORTREVISIONs
may not match from main.

PR: 262853, 262940, 262877
Approved by: fluffy (mentor)

Number of commits found: 1