aboutsummaryrefslogtreecommitdiff
path: root/sysutils/kiconvtool
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.99Dmitry Marakasov2018-05-112-4/+4
| | | | Notes: svn path=/head/; revision=469643
* - Update to 0.98Dmitry Marakasov2018-01-142-6/+9
| | | | Notes: svn path=/head/; revision=458948
* Update WWWDmitry Marakasov2017-01-231-1/+1
| | | | Notes: svn path=/head/; revision=432255
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* - Update to 0.97Dmitry Marakasov2013-10-312-5/+3
| | | | | | | | | | - Fix rc.d script PR: 183518 Submitted by: Kimmo Paasiala <kpaasial@gmail.com> Notes: svn path=/head/; revision=332281
* - Support stagingDmitry Marakasov2013-09-291-3/+3
| | | | Notes: svn path=/head/; revision=328741
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Trim Makefile headerDmitry Marakasov2013-06-171-5/+1
| | | | Notes: svn path=/head/; revision=321132
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Update to 0.96 (rc script improvements, documentation fixes)Dmitry Marakasov2011-10-012-3/+3
| | | | Notes: svn path=/head/; revision=282698
* - Add dependency on iconvDmitry Marakasov2011-09-071-0/+2
| | | | Notes: svn path=/head/; revision=281411
* - Update to 0.95Dmitry Marakasov2011-09-072-13/+4
| | | | | | | - Now properly works on >=8.x Notes: svn path=/head/; revision=281410
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update URL of my distfile mirror in 87 portsDmitry Marakasov2009-07-281-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=238527
* - Update to 0.93 (now it's possible to list currenly loaded charsets)Dmitry Marakasov2009-04-252-4/+4
| | | | Notes: svn path=/head/; revision=232714
* - Update address of my distfile mirrorDmitry Marakasov2009-01-051-1/+1
| | | | Notes: svn path=/head/; revision=225284
* - Update to 0.92 featuring filesystem iconv modules loading and minor ↵Dmitry Marakasov2008-10-282-4/+4
| | | | | | | bug/typo fixes Notes: svn path=/head/; revision=222180
* - Update to 0.91 (add manpage, fix error handling)Dmitry Marakasov2008-07-072-9/+6
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=216494
* On FreeBSD, it's possible to allow plain users to mount filesystemsDmitry Marakasov2008-06-263-0/+52
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) Notes: svn path=/head/; revision=215794