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
kiconvtool Tool to preload kernel iconv charset tables
0.99_1 sysutils 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 0.99Version of this port present on the latest quarterly branch.
Maintainer: amdmi3@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-06-26 11:02:36
Last Update: 2024-01-21 17:53:29
Commit Hash: 951554d
License: BSD2CLAUSE
WWW:
https://wiki.freebsd.org/DmitryMarakasov/kiconvtool
Description:
On FreeBSD, it's possible to allow plain users to mount filesystems without using su or sudo. This is enabled via vfs.usermount sysctl. However, if file name conversion is used when mounting a filesystem, in most cases mount will fail with `mount_XXX: XXX_iconv: Operation not permitted denied' error. This is caused by the fact that character set conversion tables need to be loaded into kernel, but, apart from mounting, that's not allowed to plain users, because charset tables are large enough to initiate a denial of service by filling kernel memory with many tables. This utility allows you to load only specific charset tables into kernel, so usermounts with file name conversions won't fail and in the same time it's not possible to bring the system down by filling kernel memory.
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 (6 items)
Collapse this list.
  1. sbin/kiconvtool
  2. etc/rc.d/kiconv
  3. share/man/man8/kiconvtool.8.gz
  4. /usr/local/share/licenses/kiconvtool-0.99_1/catalog.mk
  5. /usr/local/share/licenses/kiconvtool-0.99_1/LICENSE
  6. /usr/local/share/licenses/kiconvtool-0.99_1/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • kiconvtool>0:sysutils/kiconvtool
To install the port:
cd /usr/ports/sysutils/kiconvtool/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/kiconvtool
  • pkg install kiconvtool
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: kiconvtool
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1525729251 SHA256 (AMDmi3-kiconvtool-0.99_GH0.tar.gz) = cf93df7ea2628ba178b4103aeac585ca820975e9a74041ff9ce12deba757b162 SIZE (AMDmi3-kiconvtool-0.99_GH0.tar.gz) = 7250

Packages (timestamps in pop-ups are UTC):
kiconvtool
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.99_10.99_10.990.99_10.99_1-0.99-
FreeBSD:13:quarterly0.990.990.990.990.99_10.990.990.99
FreeBSD:14:latest0.99_10.99_10.990.99_10.99_10.99-0.99
FreeBSD:14:quarterly0.990.99_1-0.990.99_10.990.990.99
FreeBSD:15:latest0.99_10.99_1n/a0.99_1n/a0.99_10.99_10.99_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:
sysutils_kiconvtool
USES:
iconv
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/AMDmi3/kiconvtool/tar.gz/0.99?dummy=/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.99_1
21 Jan 2024 17:53:29
commit hash: 951554d100ce860923f43205d167b1d2d8c9d347commit hash: 951554d100ce860923f43205d167b1d2d8c9d347commit hash: 951554d100ce860923f43205d167b1d2d8c9d347commit hash: 951554d100ce860923f43205d167b1d2d8c9d347 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/kiconvtool: Sanitize MANPREFIX

Approved by:	portmgr (blanket)
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)
0.99
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)
0.99
07 Apr 2021 23:19:01
commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
Remove useless Created by: headers mentioning me
0.99
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.
0.99
11 May 2018 15:02:30
Revision:469643Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.99
0.98
14 Jan 2018 00:25:55
Revision:458948Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.98
0.97_1
23 Jan 2017 17:29:26
Revision:432255Original commit files touched by this commit
amdmi3 search for other commits by this committer
Update WWW
0.97_1
08 Dec 2016 19:23:25
Revision:428150Original commit files touched by this commit
tijl search for other commits by this committer
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
0.97
31 Oct 2013 19:46:24
Revision:332281Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.97
- Fix rc.d script

PR:		183518
Submitted by:	Kimmo Paasiala <kpaasial@gmail.com>
0.96
29 Sep 2013 21:50:07
Revision:328741Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Support staging
0.96
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
0.96
17 Jun 2013 15:27:59
Revision:321132Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Trim Makefile header
0.96
27 Apr 2013 18:25:25
Revision:316683Original commit files touched by this commit
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
0.96
01 Oct 2011 00:02:07
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.96 (rc script improvements, documentation fixes)
0.95
07 Sep 2011 23:49:14
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add dependency on iconv
0.95
07 Sep 2011 23:46:24
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.95
- Now properly works on >=8.x
0.93
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.93
28 Jul 2009 16:34:36
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update URL of my distfile mirror in 87 ports

Approved by:    portmgr (erwin)
0.93
25 Apr 2009 13:00:36
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.93 (now it's possible to list currenly loaded charsets)
0.92
05 Jan 2009 16:14:51
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update address of my distfile mirror
0.92
28 Oct 2008 21:55:00
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.92 featuring filesystem iconv modules loading and minor bug/typo
fixes
0.91
07 Jul 2008 19:17:24
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.91 (add manpage, fix error handling)

Approved by:    miwi (mentor)
0.90
26 Jun 2008 11:02:14
Original commit files touched by this commit
amdmi3 search for other commits by this committer
On FreeBSD, it's possible to allow plain users to mount filesystems
without using su or sudo. This is enabled via vfs.usermount sysctl.
However, if file name conversion is used when mounting a filesystem,
in most cases mount will fail with `mount_XXX: XXX_iconv: Operation
not permitted denied' error. This is caused by the fact that character
set conversion tables need to be loaded into kernel, but, apart
from mounting, that's not allowed to plain users, because charset
tables are large enough to initiate a denial of service by filling
kernel memory with many tables.

This utility allows you to load only specific charset tables into
kernel, so usermounts with file name conversions won't fail and in
the same time it's not possible to bring the system down by filling
kernel memory.

WWW: http://wiki.freebsd.org/DmitryMarakasov/kiconvtool

Approved by:    miwi (mentor)

Number of commits found: 24